| Artikkel-oversikt | |
| Scripts og tips hos Winfolinx.com | ||
| Webhotell |
| CSS: | ... og sånn blir det: |
|
<html><head> <style type="text/css"> ul { list-style-image: url("arrow.gif") } </style> </head><body> <ul> <li>Kaffe</li> <li>Te</li> <li>Mineralvann</li> </ul> </body></html> |
|
|
|