[thelist] Need to prevent line breaks between images

Sam Carter scforum at iness.com
Sat Apr 10 09:21:26 CDT 2004


><td><img src=""><img src=""><img src=""></td>
> 
>Occasionally, browsers choose to break between the images above.  Too 
>bad, because it's supposed to be a horizontal bar.
> 
>Is there a way to prevent this from happening?

<div style="width: 225px">
<img... width="75"><img... width="75"><img... width="75"> </div>


Pandy,

You win the prize for the most reliable cross-browser solution given.  I'm
sure I'll use this again sometime.  It's a great trick for future reference.

Sam



More information about the thelist mailing list