Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

<UL><LI> Tags in product desription.


DejaVu

Recommended Posts

Posted

What would I need to do to format the UL & LI Tags (HTML Bullets) with the same CSS Style (Font Type/Size) to match the rest of the page.

 

All the page is in arial, but the bullets are in Times Roman.

 

I thought, because it's inside a <p class="main"> </p> tag it would be, but it's not!?

Posted

OK with editting CSS. Not so sure about Adding to one. I'll give it a go though. Thanks

 

WOW! Easier than I thought.

Just added

 

ul {

font-family: Verdana, Arial, sans-serif;

font-size: 11.5px;

line-height: 1.5;

}

 

li {

font-family: Verdana, Arial, sans-serif;

font-size: 11.5px;

line-height: 1.5;

}

 

To my CSS and it's perfect now.

 

Thanks Vger

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...