Previous Message
Next Message

[css-d] Listmongering with CSS

Sent by Charles Wiltgen on 16 January 2003 07:07


Hello,

On my site, I have a list of references after each story.  These are just
HREFs separated by pipe characters now, but I want to make these unordered
lists going forward.

If a story looks something like this:

    <p>This is a typically fascinating story.</p>

    <ul>
        <li>A related link</li>
        <li>Another related link</li>
        <li>Yet another related link</li>
    </ul>

My question: Is there a CSS way to make the list appear appended to the end
of the last paragraph?  Like...

    This is a typically fascinating story. @ A related link |
    Another related link | Yet another related link

My understanding is that generated content is out of the question, so I plan
to generate the end-of-story and between-link separators some other way.

Thanks!

-- Charles Wiltgen
   <http://playbacktime.com/>
Previous Message
Next Message

Message thread: