PDA

View Full Version : spaces between images/cells in header - unexplained


JKeats
02-09-2006, 03:53 AM
i'm trying to so a simple header to match my forum and can't for the life of me figure out why i have spaces between my images.

here's the page itself - {side pot new links}

here's the very simple table i added in the header:

Content visible to registered users only.

can anyone help?

VSDan
02-09-2006, 04:08 AM
Problem is in main.css here:

Content visible to registered users only.

Try changing:

Content visible to registered users only.

to:

Content visible to registered users only.

...to force zero padding in header <td>'s

JKeats
02-09-2006, 02:56 PM
thanks a million! that worked like a charm!

VSDan
02-09-2006, 04:21 PM
Glad it worked, and you're welcome =)