Marking some, but not all, elements as bold

addonnay1

New Member
Within my project I have a single panel which contains a series of individual hyperlinks, all of which I have injected dynamically from the database.My client wants me to make some of the hyperlinks bold, and some remain normal. Could anyone explain how I might make some of them bold?I've tried the following things, but this changes all of the hyperlinks to bold.I'm open to making the change at the java source file level or wherever else is necessary.\[code\]font-weight: bold; /* css */style="bold";\[/code\]
 
Back
Top