|
HTML Code Acting Weird - HELP!
Okay, so I'm building a website and I'm having a problem with a divider object. It works perfectly except the top line of text is appearing in a black font, and I've checked the code a good 50 times making sure there are no errors in it.
<div style="width: 489px; height: 380px; overflow: scroll;border: 0px dashed black;>
<font color="ffffff">
<font face="Verdana">
<font size=1>
<b>May.27.2007</b>
<br>
</div>
There's the code for that particular part. Any reason why this would happen?
|