Hello. I am recently making a website. I have made two frames and put the same text formatting code into each:
<body bgcolor="#F0FFFF" link="red" alink="CC0000" vlink="CC0000">
<basefont face="palatino,georgia" color="#8B0000" size="4" />
But for some incredulous reason, the text format does not display correctly in the right frame, even though it does in the left.
In both cases I reset the browser style defaults with CSS in the heading, maybe that has something to do with it?
It's probably though just a minor issue that those HTML help tutorials inevitably, egregiously omit.
You can see the page in question here and see the source code for the frames yourself:
http://transcix.awardspace.com/metallinks.html
Thank you very much in advance for any assistance you can offer.
Please also note that I am still in the middle of making the HTML all correct, so I'm sure in other places there's a lot of things messed up.. but I only need help right now on this specific question.
EDIT: Before I was looking at it in Firefox, but now that I look at it in IE I prefer the way the text is on the left side.. suffice it to say then that the problem is just that both sides are not the same.. it also seems that the CSS reset has not worked, even though it was working before I split the page up into frames.. but I cannot find any help on Google about traditional frames and CSS reset, I don't even know if I can combine the two??...