Skip to main content
added 42 characters in body
Source Link

Remove the <p></p> tag and add margin style as below

<ul><ul style="margin:0;"> <li> Gorras <ol> <li>Small - $10.00</li> <li>Medium - $12.00</li> <li>Large - $15.00</li> </ol> </li> </ul> 

Remove the <p></p> tag as below

<ul> <li> Gorras <ol> <li>Small - $10.00</li> <li>Medium - $12.00</li> <li>Large - $15.00</li> </ol> </li> </ul> 

Remove the <p></p> tag and add margin style as below

<ul style="margin:0;"> <li> Gorras <ol> <li>Small - $10.00</li> <li>Medium - $12.00</li> <li>Large - $15.00</li> </ol> </li> </ul> 
Source Link

Remove the <p></p> tag as below

<ul> <li> Gorras <ol> <li>Small - $10.00</li> <li>Medium - $12.00</li> <li>Large - $15.00</li> </ol> </li> </ul>