[thelist] CSS - Wrapping within a div

Paulo Guedes ramone at amazoniacelular.com.br
Tue Apr 23 11:17:01 CDT 2002


> <body>
> <div><img1><img2><img2></div>
> </bod>
>
> It is coded with absolutely zero whitepace.  When the browser window
is
> narrowed, the later images jump to the next line.  Is there anyway to
keep
> the div from wrapping using cross-browser css?

I don't think you need CSS in this situation; you could try using
<nobr>:

<body>
<nobr><div><img1><img2><img2></div></nobr>
</body>

Paulo




More information about the thelist mailing list