[RESOLVED] Green links and Bold Text
-
Hi there
I was just wondering, how do people have green links and bold text in their description. How can I get that?
-
Um... I believe that green color are only available to links. That is basic HTML. <a href="url">link text</a>
Bold text is <b> This is bold Text.</b> Bold text ends here.
Result: This is bold Text. Bold text ends here.
-
Thank you