Question:
How do I change the background color in this html code?
Gabby C
2008-02-05 18:43:37 UTC








Voices of Glory | CWRU's Gospel Choir







Site menu:





Upcoming events:


Jan 29, 2007:

Updated to v2.0 with a few bugfixes and refreshments, an the usual update of the default content.


Sample link »






Information:


This template includes a lot of additional styles and layout variations in the stylesheet. To see these, use the navigation menu to view the different pages and layout examples. It also includes links to theme versions for different CMS:s!



Sample links:




Search box:




Version:


andreas00 v2.0

(Jan 29, 2007)





Welcome to the official website of the Voices of Glory Gospel Choir!


This is a free XHTML/CSS-based website template, that anyone may use for any purpose without any obligations or limitations. It was originally based on the andreas01 template to which andreas00 added requested features such as a 2-column layout variation and support for sub-pages in the main menu - features that were later added into andreas01 as well. But there are also other small modifications and a few extras, like the background images in the menu buttons. I hope that you like what you see and that you find the template to be easy to work with. That is what it was made for!


Example content image

If you use this template, I kindly ask you to leave the credits and the link to my website in the footer since it is a nice way of giving something back to the template designer. But that is only a friendly request, not any obligation.



Other versions and additional resources


This template is also available as a theme for WordPress and it has been ported to a number of other blogs and CMS as well. New theme versions will be announced on my website whenever a new port is released.








Four answers:
XGaSpAcHo
2008-02-05 18:52:22 UTC
you need to put the background color for the page in the body tag. like so...







ff0000 is just red in hexadecimal code. if you don't know the hex value of a color you can just refer to most of them by regular names such as red, yellow, black, etc.



you can get more info here: http://www.w3schools.com/html/html_colors.asp
TristanVR
2008-02-06 02:55:05 UTC
The *right* way to do this is in your css file. Add a style for body as follows:



body { background-color: #336699 }



Also, stop using the tag. It is not supported in HTML 4.01 and beyond. Use CSS to define the fonts.
m b
2008-02-06 02:48:54 UTC
easiset way is where it says

just do this

il send u a link for all the colors

http://www.htmlgoodies.com/tutorials/backgrounds/article.php/3478751#color

just click on the color code icon but read first



or just simple

for stadard 10 colors but quite limited



or if u want go bit deaper use css



http://www.mako4css.com/TBody.htm







or







which is very good since it allows u to add colour (rgb means red green blue) so for blue u got 00,00,225

for red 225,000,000

white is 225,225,225

black 000,000,00
2008-02-06 02:50:03 UTC
change the body tag to one of these











the first one is a hexidecimal color the second one is a rgb color and the third one is a word. you can use the most common colors as words (blue, green, yellow) but most colors use the other two forms


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...