View Single Post
01-28-2008, 03:19 AM
#15
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

Now looking at the output, there are some things that you should fix.
Code:
background-color: #;
If there is no background color given, then you should just leave out this line.

You should add: margin-bottom: 0; in the CSS by default.

Code:
<a href="http://">...</a>
If there is no link supplied, you shouldn't return this, as clicking it returns an error in FF.