Changing the background color
One question that has come up is how to change the default background color in the webring code.
Look for this line:
<td style="background: #E3F2FF">
To get rid of the background completely so that it uses whatever background you already have on your site, just delete the hex code so it looks like this:
<td style="background: ">
Or you can change it to any other color that you want by changing the hex code. You can find charts of hex colors easily, just do a search for "hex color code chart."
Look for this line:
<td style="background: #E3F2FF">
To get rid of the background completely so that it uses whatever background you already have on your site, just delete the hex code so it looks like this:
<td style="background: ">
Or you can change it to any other color that you want by changing the hex code. You can find charts of hex colors easily, just do a search for "hex color code chart."
0 Comments:
Post a Comment
<< Home