How to Bold, Underline & Italicize Words in a Facebook Status
Facebook allows you to set up minor HTML formats in your Facebook status such as underline, bold and italicized words. The format uses the basic HTML tags to format the text. You can use these three HTML tags, but you cannot use any advanced HTML tags in your Wall status posts. The Facebook app automatically sets up a hyperlink to an active link, so you do not need to use HTML for Wall links.
Instructions
-
-
1
Open your Facebook page and log in to your account.
-
2
Type the following code in the Wall status text box to create underlined text:
<u>Your message here </u>
-
-
3
Type the following code to use italicized text in your status:
<i> Your status message here </i>
-
4
Type the following code to create bold text:
<b> Bold message here </b>
-
5
Press "Enter" after each status message to post the message to your Facebook page.
-
1
Tips & Warnings
Use a combination of the HTML tags to combine the format on your text. For instance, use bold tags within the underline tags to create a bold, underlined message.