learner2006
08-16-2007, 06:03 PM
I want to wrap some text inside paragraph,
here is what I have, I use div tag and it woks, but it won't validate,
I am just looking to see what other option I have, to have the same result, be able to ,align it right or left, have background color ,have border, width ,etc...
<p>this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,
< div style="width: 220px; border: 1px #333300; float: right; padding: 7px; background: #FDFDF0; margin: 7px">
this some text that is wrapped, this some text that is wrapped, this some text that is wrapped, this some text that is wrapped,
</div>
this some text, and more text,...,</p>
appreciate your help
here is what I have, I use div tag and it woks, but it won't validate,
I am just looking to see what other option I have, to have the same result, be able to ,align it right or left, have background color ,have border, width ,etc...
<p>this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,this some text, and more text,...,
< div style="width: 220px; border: 1px #333300; float: right; padding: 7px; background: #FDFDF0; margin: 7px">
this some text that is wrapped, this some text that is wrapped, this some text that is wrapped, this some text that is wrapped,
</div>
this some text, and more text,...,</p>
appreciate your help