Zitat Zitat
Warum soll das besser sein als eine Liste? Listen sind entsprechend formatierbar und im Textbrowser auch als soclche erkennbar.
Es ist bequemer, imo.
Ich brauche keine Umbrüche, spare Aufwand bei der Formatierung etc.
es ist schon ein unterschied, ob ich
HTML-Code:
<div class='navi'>
link
link
link
link
</div>
oder
HTML-Code:
<div class='navi'>
<ul>
<li> link </li> <br />
<li> link </li> <br />
<li> link </li> <br />
<li> link </li> <br />
<li> link </li> <br />
<li> link </li> <br />
</div>
schreiben muss

edit:
code auf nem roten hintergrund ist scheiße >_> man sollte die standartfarbe ändern...