View Single Post
Old 06-21-2007   #2 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 119

HORRIBLE code.

Code:
<div style="width: 489px; height: 380px; overflow: scroll; border 0;">
<span style="color: #fff; font: bold 10px Verdana, san-serif;">May.27.2007</span>
<br />
</div>
You can not have a 0px border that is colored. if there's no border it's just 0, don't even need the px.


Your code is a mix of really bad HTML and some CSS. The code above is all CSS. If you REALLY want to stick to the horrible code. Add # at the beginning of the font color (#ffffff) and add closing font tags below the text <font><font><font><b>Date</b></font></font></font> Although i really woud not recommend this method of coding
Jolt is offline