'list-style-position' Example
|
|
<html> <head> </head> <body> <ul style="list-style-image:url(http://www.navioo.com/style/logo.png); list-style-position:inside"> <li>Item 1.</li> <li>Item 2.</li> <li>Item 3.</li> <li>Item 4.</li> <li>Item 5.</li> </ul> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
|