internet






 

Question by  tunahbee (12)

How do I change my background color on my website?

 
+7

Answer by  andybdrums (185)

Open up your html editor. Find a dialog box that allows you to edit the site properties. They should have a section for changing the color scheme of your site. Alternatively you can use HTML code along with a Hex color code. Try: And replace #FF0000 with the hex code of the color you want.

 
+7

Answer by  SashaDarkCloud (5764)

It depends on what type of coding language you are using. If you are using html then you should have had code that defined . Just replace the XXX with the proper color code you want. If CSS, just type in the name of the color.

 
+6

Answer by  zombitech (50)

You can change the background color of your website by adding a syntax in the BODY tag. You just have to define the bgcolor in the body tag. For example , if you want the background color to be blue , then you just have to type this in the HTML code. BODY bgcolor="blue"

 
+6

Answer by  Amber40 (24961)

Well you will need to change the background-color attribute of the website. You can use the hex code or the word values.

 
You have 50 words left!