View Single Post
  #3  
Old 04-08-2005, 12:31 PM
 
TTP TTP is offline
 

Newbie
  
Join Date: Apr 2004
Posts: 7
 

Default

From your stylesheet, I see this style defined:

Code:
.HeadLine { color: #ffffff; background-color: #404a55; padding: 4px; border-top: 5px solid #ffffff }

Removal of the border-top stuff I think will remove that white bar.

So you will be left with this:

Code:
.HeadLine { color: #ffffff; background-color: #404a55; padding: 4px }

Cheers,

~Regs.
Reply With Quote