How can I change the font and font size in making Friendster Comments?

I already know how to change the font color in making Friendster Comments... but I still don't know how to change its font and font size (the HTML Code for that). Does anybody know how to do it?

Public Comments

  1. See this example: <font face="Arial" size="4">Hello! How are you?</font> Here, Arial font is used and size is 4. The size can be between 1 and 7 and if you don't specify the size, it is 3.
  2. If you're applying styles via a <style /> tag try this: font: 16px "Arial"; // 16px is the font size, "Arial" is the font. Alternatively you can use.. font-size:16px; font-family:"Arial"; These can go in style tags, or in style attributes, so.. <a style="font: 16px Arial;">link</a> Hope that helps :\
Powered by Yahoo! Answers