[thelist] how to set text-flow in css

kristina ml at kfxdesign.net
Thu Jan 23 07:27:01 CST 2003


Richard,

Thursday, January 23, 2003, 1:18:14 PM, Richard 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?
<:>

  <ul>
    <li>hello this is some long text.</li>
  </ul>

li {
 list-style-type : square;
}

[or]

li {
 list-style-image : url(images/asterisk.gif);
}

not sure you can have asterisks, but you could
always create a graphic - then position it....

--
hth
.kristina

ml at kfxdesign.net
kfxdesign.net




More information about the thelist mailing list