[thelist] Achieve tabled images-style layout with CSS - HELP!

MRC webmaster at equilon-mrc.com
Mon Jan 7 16:56:13 CST 2002


Chad,

> Excellent. That did the trick between the images. Now
> I have a pixel-high (I think) space above and below
> the images - thoughts?

    Did you remove *all* of the whitespace within the div? That would
include linebreaks and tabs as well as spaces (I still see some in your
source code). To make your code more readable, you might want to place
breaks within tags, e.g.:

<div
    ><div
    ><img src="image1.gif"
    ><img src="image2.gif"
    ></div
></div>

James Aylard






More information about the thelist mailing list