I’m trying to make a web page right now and i’m trying to use tables to format it, thing is i can’t get the table to have the color font i want (white) i put the <font color=“white”> in the page but everything inside the table still has black text, any help?
also, how do i make a pop-up happen? I know i could make a link open another window by making it target a frame that hasn’t been named before, but how can i make is automatically come up?
i COULD do that… but that would mean learning so much…
if you want to post a link to a good guide that’s fine with me, or you could just let me know how to do those things i had questions about…
You should have the font color on the <td> tag.
I can also get IE6 to like it on the <table> tag with the </font> on the <td> tag, but I’m not sure that’s kosher.
For the popup you will need to have either an ONLOAD or ONUNLOAD in your BODY tag, or you can have an ONMOUSEOVER to drive it depending on where the person mouses over. Can’t specifially give you a script to do this, but you should be able to search for a pop-up script to achieve what you want.