agi
Junior Member
Posts: 2
Registered: 11/11/2003
Member Is Offline
|
| posted on 11/11/2003 at 03:44 PM |
|
|
font color
some of u guys probably start laughing when I'm gonna ask u how I do change the color font into white INSTEAD fo default black????
waiting for reply!
thanx
agi
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/1/2003 at 09:39 AM |
|
|
Color and other style settings are placed in scroll?.css file. You could specify your font color here.
/* scroller background: iframe BODY object */
.Back {
background: white;
}
/* style to be applyed to all items' bodies - DIV
all local stylesheets of external files if any are to be ignored */
.ItemBody {
font-family: Verdana;
font-size: 11px;
padding: 5px;
color:green;
}
|
|
|