Thursday, July 30, 2009

What is the code to make words on your myspace a certain color?

Well I know one code but it is where in the parentese you but what ever color you want like blue but i need one where you enter in the color code thing like the color #3EA99F , so i need one where you can enter that number in it.

What is the code to make words on your myspace a certain color?
%26lt;span style="color: #3EA99F"%26gt;Text%26lt;/span%26gt;





Don't use %26lt;font color%26gt; its outdated (works still though)





You can use the same format for further things to





%26lt;span style="color: #3EA99F; font-family: verdana; font-size: large"%26gt;text%26lt;/span%26gt;





That will not only change the font, but overtake any other CSS





You dont necessarily have to use %26lt;span%26gt; either, if your doing a big block of text you could use %26lt;div style="color: black"%26gt;text%26lt;/div%26gt;





If you wanted the whole page a certain style you could even:


body{color: black; font-family: ariel; font-size: large}


(that goes in your CSS not your html)
Reply:Here is a hexidecimal color chart.





http://html-color-codes.info/





You can use html to set your font color like this.





%26lt;font color="#084B8A"%26gt;text text text%26lt;/font%26gt;





But if you have a layout that is already formatting the color of your section text, it will not work. You would have to edit your layout code, delete part of it, or override the command with your own using css.
Reply:%26lt;font color="#code"%26gt;text here%26lt;/font%26gt;


You can also change font face and size like this:


%26lt;font face="font face" font color="#code" font size="size"%26gt;text here%26lt;/font%26gt;





So an example:


%26lt;font face="tahoma" font color="#3EA99F" font size="3"%26gt;text here%26lt;/font%26gt;





:]


Hope I helped!

garden ridge

No comments:

Post a Comment