D D-Acrylic Guest Apr 12, 2009 #1 i'm trying to put sum words on my profile in BOLD print, but i don't know the html code...also what is the underlining code too?
i'm trying to put sum words on my profile in BOLD print, but i don't know the html code...also what is the underlining code too?
V vampiregirl92 Guest Apr 12, 2009 #2 < B > without the spaces. to end the bold print it's </ B > without the spaces. the underline is the same, except with a U instead of a B
< B > without the spaces. to end the bold print it's </ B > without the spaces. the underline is the same, except with a U instead of a B
M Mr. Roboto New member Apr 12, 2009 #3 Bold = <b> Text Here </b> Underline = <u> Text Here </u> Almost the same as BB Code.