[thelist] Need to prevent line breaks between images

pandy pandion at gmx.net
Sat Apr 10 05:33:22 CDT 2004


Sam Carter wrote:
><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



More information about the thelist mailing list