|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions coding questions for my site |
coding questions for my site |
how do i change the color of this script?
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td width="25" height="25"></td><td colspan="2" ;"></td><td width="25" height="25"></td></tr> <tr><td ;"></td><td align="center";"><!-- <copy> -->Copyright MyCorp © $YEAR$<!-- </copy> --></td><td align="center";">$POWERED_BY$</td><td ;"></td></tr> <tr><td width="25" height="25"></td><td colspan="2" ;"></td><td width="25" height="25"></td></tr> </table> how do i make this background auto fit? <body style="background: url('http://shadowdragons.ucoz.com/site_images/undead_dragon.jpg');"> |
1. If you want to change the color of the text, you have to go to "Design Management (CSS)" and find this part of code:
Code td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#8596BF} To change the color, you have to change this "#8596BF" to other html color... 2. Code <body style="background: url('http://shadowdragons.ucoz.com/site_images/undead_dragon.jpg') no-repeat fixed center;"> |
| |||
| |||