Hi,
Just downloaded and coded data file. Have uploaded to web with this result.
http://www.lisacollins.com.au/styling/index.html
Try as hard as i can, I cannot work out why it behaves this way.
Any help?
problems with display
Hi,
You have the pagebgcolor and pagecolor set to black
Because that page matches that menu, that is the main menu item shows the Images menu and the images menu second item is for that page
your bgcolor is #000000 which is black, and your text color is black.
These properties are to allow the users to know where they are in the menu based on colors set. So, unless you don't want users to know where they are in the menu, you might want to leave the pagebgcolor as it is so the background doesn't change but change the pagecolor which is the font to red or something like that [red just seemed to go with the page and image in the center]
Ruth
You have the pagebgcolor and pagecolor set to black
Code: Select all
pagebgcolor="#000000";
pagecolor="black";
Code: Select all
aI("text=Fashion Styling;url=http://www.lisacollins.com.au/styling/index.html;")
These properties are to allow the users to know where they are in the menu based on colors set. So, unless you don't want users to know where they are in the menu, you might want to leave the pagebgcolor as it is so the background doesn't change but change the pagecolor which is the font to red or something like that [red just seemed to go with the page and image in the center]
Ruth