I've added a header to my Ari theme, output from Photoshop using tables.
I have a space/border/whatever 3px below each row of images and for the life of me I can't work out (using Firebug) what is causing it.
any ideas?
I've added a header to my Ari theme, output from Photoshop using tables.
I have a space/border/whatever 3px below each row of images and for the life of me I can't work out (using Firebug) what is causing it.
any ideas?
sorry! URL is http://padfader.com
check padding or margin
thanks for the response, but that was first on my list, using the CSS layout viewer in Firebug. Padding, margin and border are all set to zero.
I can't seem to find an id or class to edit....
use float: left; for the first green logo image and the blue image on right
this will remove the space under it and all small buttons will touch it
use the float:left in something like
style="float:left;"
please note that there is no such thing as align:left
it is text-align: left (even if it is image)
better use float:left
thanks very much for your help- all fixed now.
This topic has been closed to new replies.