PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to take away the ability in the code to control the appearance of the font (font-weight and size) add a css class of my own in there to be able to controle the font appearance by css...
Also, you might be better off using PHP to select a certain CSS class rather than using inline CSS properties as you have in your example but I'd need to know more about how you intend it to work.