Infolinx-no.com Artikkel-oversikt Gi respons
Bok om web-design Om Infolinx
Scripts og tips hos Winfolinx.com Webhotell


Opplisting i "Ordered Lists"


CSS: ... og sånn blir det:
<html><head>
<style type="text/css">
ol.decimal
{list-style-type: decimal}
ol.lroman
{list-style-type: lower-roman}
ol.uroman
{list-style-type: upper-roman}
ol.lalpha
{list-style-type: lower-alpha}
ol.ualpha
{list-style-type: upper-alpha}
</style>

</head><body>
<ol class="decimal">
<li>Kaffe</li>
<li>Te</li>
<li>Mineralvann</li>
</ol>

<ol class="lroman">
<li>Kaffe</li>
<li>Te</li>
<li>Mineralvann</li>
</ol>

<ol class="uroman">
<li>Kaffe</li>
<li>Te</li>
<li>Mineralvann</li>
</ol>

<ol class="lalpha">
<li>Kaffe</li>
<li>Te</li>
<li>Mineralvann</li>
</ol>

<ol class="ualpha">
<li>Kaffe</li>
<li>Te</li>
<li>Mineralvann</li>
</ol>
</body></html>
  1. Kaffe
  2. Te
  3. Mineralvann
  1. Kaffe
  2. Te
  3. Mineralvann
  1. Kaffe
  2. Te
  3. Mineralvann
  1. Kaffe
  2. Te
  3. Mineralvann
  1. Kaffe
  2. Te
  3. Mineralvann





Free Tips and JavaScripts provided
by Infolinx-no.com Web


Er du usikker på HTML og "web-snekring"? Da kan jeg tryggt anbefale e-boken "HTML fra start"!
Den tar deg med fra starten og frem til din første web-side. Boken er skrevet på norsk og i et lett og forståelig språk!
Les mer om den, eller bestill den HER!
Trenger du faglig hjelp til å profilere deg på internett?
Les mer her!






Copyright © 1999-2004:   Willy Sørensen - Infolinx-no.com