> From: Kelly Miller
> 
> I don't think it's the prolog in this case...I was unaware that you 
> could use a float in a print page...
> 

Kelly,

I setup a quick text page and my markup was:
----
<dl>
<dt>1.</dt>
<dd>This is the first numbered paragraph, done by using a dl with numbers at
the dt
 and the para text as the dd.</dd>
</dl>
----
Accompanying css was:
----
dt      {float: left;}
----

All good on-screen in IE6 and FF1.04 on Win XP, all good when printed too.

It might not be strictly supported, but it did work in practice.

Next test would be the same css in a media="print" stylesheet.

-- 
Peter Williams


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to