View Single Post
Old 2004-10-19, 07:20 PM   #2
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
PHP Code:
<li type="square"
That will give you square ones

EDIT: That guy put the square info in his style sheet, that's why you only see a regular <li>

PHP Code:
ul {
    list-
style-typesquare;
    
color#000000;
    
font-weightbold;



Last edited by swedguy; 2004-10-19 at 07:22 PM..
swedguy is offline   Reply With Quote