[thelist] how to set text-flow in css

Anthony Johnston . Antix tech at antix.co.uk
Thu Jan 23 08:24:00 CST 2003


nothing in css2 that I know of, sorry,  Ant.

>-----Original Message-----
>From: thelist-admin at lists.evolt.org
>[mailto:thelist-admin at lists.evolt.org]On Behalf Of Richard Bennett
>Sent: 23 January 2003 13:52
>To: thelist at lists.evolt.org
>Subject: Re: [thelist] how to set text-flow in css
>
>
>Hi,
>Thanks for the reply, and to Anthony for the links.
>
>I had tried using lists first, but this gives two problems:
>
>firstly they add a margin to the left of the dot, so I added
>ul {
>margin: 15;
>}
>to my style-sheet, but this doesn't work in NS4.
>
>Secondly they add quite a bit of overhead to my code, the actual code is
>like this now:
>
>&#149; <a href="#">New Globes for 2003</a><br />
>
>So instead of adding list mark-up to all these (many) links, I'd have
>preferred adding something to the stylesheet for "a", to stop it wrapping
>under the dot. Something like this:
>
>a{
>    wrap-under-dot:none;
>}
>
>yet sadly that doesn't work.
>If the "don't wrap under dot" css only worked in the main browsers that
>would be ok.
>
>Richard.
>
>
>
>
>
>----- Original Message -----
>From: "kristina" <ml at kfxdesign.net>
>  <ul>
>    <li>hello this is some long text.</li>
>  </ul>
>
>li {
> list-style-type : square;
>}
>
>
>--
>* * Please support the community that supports you.  * *
>http://evolt.org/help_support_evolt/
>
>For unsubscribe and other options, including the Tip Harvester
>and archives of thelist go to: http://lists.evolt.org
>Workers of the Web, evolt !



More information about the thelist mailing list