[thelist] how to set text-flow in css

Mark Groen mark at markgroen.com
Thu Jan 23 08:13:01 CST 2003


On January 23, 2003 at 14:18, Richard Bennett wrote:

> In a table it would look like this:
> <table><tr><td valign="top">* </td><td>hello this is some long
> text.</td></tr></table>
>
> Any idea how to do this with css?

You've got two <td>'s so why not use two <div>'s instead?

<div style="color:red; float:left;">*</div>
<div style="color:blue; border:1 solid black; float:left; width:400px;">hello this is
some longhello this is some longhello this is some longhello this is some
longhello this is some longhello this is some longhello this is some longhello this
is some longhello this is some longhello this is some longhello this is some
longhello this is some longhello this is some long</div>


Regards,

	Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
mark at markgroen.com
604-780-6917



More information about the thelist mailing list