PDA

View Full Version : background color


Rain
10-29-2005, 05:24 PM
Hello buddies.

I don't know so much about coding, but how to change the background color of a skin. Let's take the "deception" skin. It have a black color as background, i want to change it in something blue, how to make that?

i will appreciate any answer.

karkhaneh
10-29-2005, 05:35 PM
<div class='quotetop'>QUOTE(Rain &#064; Oct 29 2005, 08&#58;54 PM) 1945</div>
Hello buddies.

I don&#39;t know so much about coding, but how to change the background color of a skin. Let&#39;s take the "deception" skin. It have a black color as background, i want to change it in something blue, how to make that?

i will appreciate any answer.
[/b]

I dont hve that skin but you should fine that the bg color is applied by page itself or a table with the width of 100% use it

try this one for the index.php

<body bgcolor="#000000"> and change it to for whit <body bgcolor="#ffffff"> or for a color <body bgcolor="red">


the instruction is same for the table
<table bgcolor="#FF0000">