What are the HTML codes for different colors and layouts?

btw im using notepad ;D

Public Comments

  1. the html code for color is <font color="whatever color"> then your text goes here</font color>. as for layouts I use pyzam.com Example: <font color="red"> Hi how are you?</font color>
  2. http://meyerweb.com/eric/tools/color-blend/ this tool gives you a color palet to work with; you just insert the color number. Be sure to choose 10 where it says "midpoints".
  3. go to whateverlife.com she has tutorials on all that in the Myspace extra! hope this works!
  4. You have to use CSS...dont worry it can be used as an add on to HTML, if using text use <p style="colour: red;">you text here</p> red is just an example you can use anything. If it's the background colour you whant then just use this tag: <body bgcolor="#####"> # is the hex codes for colours. Go to HTML goodies and click on CSS for more info.
  5. MySpace uses different color codes rather than the normal. <div id="orangetext" style="color=ffd500"> for example. The normal web page should use an external stylesheet and not inline styling or font tags, that the ancient way to do things, which MySpace uses the ancient method.
Powered by Yahoo! Answers