|
Posted by dorayme on 06/19/06 10:10
In article <v4i32wx9mjpl$.vqny34k6itz9$.dlg@40tude.net>,
Els <els.aNOSPAM@tiscali.nl> wrote:
> dorayme wrote:
>
> [list items without whitespace or line-breaks]
> > The only little drawback, easily lived with, is this: it does
> > not look so tidy in the html now (my actual list is much longer
> > and more complex with title and links).
>
> Option:
> <ul
> ><li>Item1</li
> ><li>Item2</li
> ><li>Item3</li
> ></ul>
>
> (only indented here to avoid the > characters to be taken as quote
> marks)
A good sharp idea! Perhaps even <ul> complete on one line and a
little anomaly in first <li> line starting normally. The bits
between the list items are the important thing to zero for me.
<ul>
<li>Item1</li
><li>Item2</li
><li>Item3</li>
</ul>
Anyway, both these seem to work fine and I already have done the
latter. If any problems show up, I will do the former. And if any
problems show up still, I'm off back to Mars...
--
dorayme
Navigation:
[Reply to this message]
|