Steve LaBadie wrote:
> I have my CSS set to justify the main body of text.  Is there a way to
> overwrite if I want a couple of lines not to be justified?
>   
I  guess you could assign a class to the p.
p.c1 {text-align:left;}
<p class="c1">stuff to be flush left/scatter right rather than justified</p>
But the real question, in mind, is why would you want to justify the 
main body of text in the first place (isn't it difficult to control the 
rivers, particularly with font zoom)?
> Steve LaBadie, Web Manager
Best,
~dL

-- 
http://chelseacreekstudio.com/

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

Reply via email to