Tracey Zellmann wrote: > Probably a beginner question. > > I have one line of text containing two elements. I want one to be > left-justified and one to be right-justified. > Something like this: > > JAMES W. JACOBS, > Proprietor > > I am not sure how to accomplish this. > > For instance, I am trying something like this: > > <p>JAMES W. JACOBS,<span class="title">Proprietor</span><p> > > If I use a style sheet that gives title text-align: right, I would think that > might work. > > However, it does not. It just gives: > > JAMES W. JACOBS,Proprietor > > How can I accomplish this? > CSS span {float: right;} HTML (the right-float comes first in the source-- the opposite of what one might think) <p><span>Proprietor</span> JAMES W. JACOBS,<p> Best, ~dL
-- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/