PDA

View Full Version : Help me! (HTML)



Cruise Control
08-11-2005, 09:29 PM
I'm making a giant image out of tiles in HTML.

I'm using the table tag and putting one image per-cell (like the frontsite banner).

The problem is I am getting these little white borders.

I'm set up like this table border="0" cellpadding="0", and my tr and td tags are empty. (left off the < & > or else they wont show up)

rubah
08-11-2005, 09:42 PM
Your code would be a lot more help than an image, son.

Shoeberto
08-11-2005, 09:50 PM
cellspacing=0

Cruise Control
08-11-2005, 09:56 PM
Thanks Hsu, I was about to paste a screenshot of my code too.

rubah
08-11-2005, 10:06 PM
[code] works fine too.

Cruise Control
08-11-2005, 10:47 PM
Thats what that does, I never fooled around with it.

Peegee
08-12-2005, 07:12 PM
So does cellspacing work or not? It should anyway.

Code pls.

Sepho
08-12-2005, 07:50 PM
Yeah, that'll do it. Really, though, I see no practical reason to split the images up like that.