[dokuwiki] Re: Using <span> or <div> for inline-layouts ?
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 24 Apr 2006 14:37:29 -0500
If I understand what you're trying to do, then use an unordered list
with some css sprinkled in:
<ul id="bc">
<li>one</li>
<li>two</li>
<li>three></li>
</ul>
css off the top of my head...
#bc{display:inline}
#bc li{display:inline;style-type:none}
More detail as alistapart.com
...martin
On 4/24/06, Oliver Geisen <oliver.geisen@xxxxxxxxxxxx> wrote:
> Hello,
>
> i've tried to use <span> elements to format a hierarchical
> breadcrumbs lists but found out, that <span> always starts at a new
> line, so i can't use this to build up one whole line with different
> styled elements in it. So i found <span> will do the same, but not
> implies a newline.
>
> Now just asking: "Is this good practice to do with dokuwiki, or
> should this been done otherwise ?"
>
> Oliver Geisen
> _____________________________
> Systemadministrator
> Kreisboten Verlag Mühlfellner KG
> 82362 Weilheim i. Ob.
> Tel. 0881/686-904
> Fax 0881/686-74
>
>
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] Using <span> or <div> for inline-layouts ?
- From: Oliver Geisen
Other related posts:
- » [dokuwiki] Using <span> or <div> for inline-layouts ?
- » [dokuwiki] Re: Using <span> or <div> for inline-layouts ?
- [dokuwiki] Using <span> or <div> for inline-layouts ?
- From: Oliver Geisen