View Single Post
01-28-2008, 06:08 AM
#16
Seb is offline Seb
Seb's Avatar
Status: Watermelon Man
Join date: Nov 2006
Location: London
Expertise:
Software:
 
Posts: 3,312
iTrader: 36 / 100%
 

Seb is on a distinguished road

  Old

Originally Posted by Andrew R View Post
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.
Thanks Andrew. I'll get this sorted as soon as possible.