English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to build a page in HTML. I can do it to a point. Even though I know the tag or code for background color - it never, ever works.
Is there a certain order in which I'm supposed do it?
Can someone show me the order in which I'm supposed to put my tags to include everything; background color, text, etc.
I'm going crazy please help!!

2007-02-01 02:38:10 · 6 answers · asked by Sandie G 1 in Computers & Internet Programming & Design

6 answers

It would be helpful for you to post your code so we could look at it and make suggestions... absent of that...



Text ...



Some of the more popular values for colors
Black = "#000000" Maroon = "#800000"
Green = "#008000" Navy = "#000080"
Silver = "#C0C0C0" Red = "#FF0000"
Lime = "#00FF00" Blue = "#0000FF"
Gray = "#808080" Purple = "#800080"
Olive = "#808000" Teal = "#008080"
White = "#FFFFFF" Fuchsia = "#FF00FF"
Yellow = "#FFFF00" Aqua = "#00FFFF"

2007-02-01 05:54:32 · answer #1 · answered by Thomas H 3 · 0 0

Do it like this:

Title of page

web page



Make sure that you don't use quotes and you DO use a pound sign (#) in front of the hexadecimal color code.

2007-02-01 02:45:38 · answer #2 · answered by Brian L 7 · 0 0

you should be able to just right the color in too but hexadecimal is probally better to use im pretty sure you can just write the color you want in there i swear i have done that before :-)


Title of page



2007-02-01 09:46:36 · answer #3 · answered by Tara D 1 · 0 0

In the tag type bgcolor="#CCCCCC" like this:



That will make a gray background. Change the hex value to get different colors.

2007-02-01 02:47:36 · answer #4 · answered by Anonymous · 0 0

If you are are using Frontpage, Click the format menu and select 'themes' button if you want to get a background from the theme if you want to set a colour or a picture as your background click the 'format' menu and click the option named 'background'.

2016-05-24 01:45:25 · answer #5 · answered by Patricia 4 · 0 0

... or in case you are using external css file ...

css:
body,html{background-color: #4D4D4D;}

html:




2007-02-01 02:56:23 · answer #6 · answered by p.mihova 2 · 1 0

fedest.com, questions and answers