HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

how do I hide the html code
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
lkp



Joined: 13 Aug 2009
Posts: 1

Posted: Thu Aug 13, 2009 10:48 am     how do I hide the html code  

I play a game on Facebook and I just learned to day that we can make our name different colors in the chat box. when I put this in <red><b>Lara<b><red> it makes my messages bold with my name red, but how do I get it to not show the html along with it?
PayneLess Designs



Joined: 28 Feb 2007
Posts: 4289
Location: MS

Posted: Thu Aug 13, 2009 5:33 pm      

Try using: Code: <span style="font-weight: bold; color: #ff0000;">Lara</span> Or: Code: <b style="color: #ff0000;">Lara</b>
There are many ways of doing it, but simpler is better. :P If you want to use a larger size, insert "font-size: 2em;" (no quotes). Font family can be changed, too, but only to the most common ones installed with the operating system. You could make a text image as a signature.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group