Redlightpacket Posted February 28, 2009 Share Posted February 28, 2009 I'm having a problem making the plus sign really bold. I need some help. p { width:17px; height:19px; padding:5px; text-align: center; border:1px solid #000; font-size: 17px; background-color:#darkslateblue } //the plus that is going to become bold. <p>+</p> Quote Link to comment Share on other sites More sharing options...
DamienRoche Posted February 28, 2009 Share Posted February 28, 2009 You just need to use <b> tags (spaces for clarity): <b> this is bold </b> in css, it's: font-weight:bold; Hope that helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.