Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Make text bold...how to?


Guest

Recommended Posts

Posted

I need to make text "Toate produsele" bold. I know it's something about <b> </b> or font weight:bold, but don't know how to apply it. This is the code:

 

<a href="allprods.php"><font face="Arial, Helvetica, sans-serif" size="1" color="#ffffff">Toate produsele </font>

 

If some one takes the time to solve my little problem...thank you!

Posted

<a href="allprods.php"><font face="Arial, Helvetica, sans-serif" size="1" color="#ffffff"><strong>Toate produsele</strong> </font>

at the end of the day the code will be good

Archived

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

×
×
  • Create New...