[thelist] php display image link error

jon steele jjsteele22 at yahoo.com
Wed Jul 3 11:00:01 CDT 2002


> > > it produces a space between the images, is this just a simple
> > > case of displaying the images with a <td> ?

Sometimes even a line break can cause a space. Whenever I want images tightly stuck together I put
them on the same line. i.e.

<a href...><img ...></a><a href...><img...></a>

and so on. I know this is hard to do when you are outputting it with PHP rather than direct HTML,
but try to alter your code so they are all on the same line. On the plus side, readability is not
an issue, as opposed to HTML :p.

Jon

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com



More information about the thelist mailing list