gozvrrm
Junior Member
Posts: 4
Registered: 3/10/2005
Member Is Offline
|
| posted on 3/13/2005 at 09:40 PM |
|
|
How to change link colors?
Can anyone help me? I want to change the link and vlink colors. How can I do that?
Thanks.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 3/14/2005 at 02:55 PM |
|
|
Use CSS at corresponding scroll?.css file:
a,
a:link,
a:visited,
a:hover,
a:active {
color: red;
}
|
|
|
gozvrrm
Junior Member
Posts: 4
Registered: 3/10/2005
Member Is Offline
|
| posted on 3/15/2005 at 05:36 AM |
|
|
Thanks. Got it working.
Now, can you tell me how to control the text size on Netscape/Mozilla browsers? The couple of people I have testing my site who are using Netscape and
Foxfire say that the text is too big for the area it is in.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 3/15/2005 at 09:26 AM |
|
|
Use font-size property in .ItemBody class.
|
|
|
gozvrrm
Junior Member
Posts: 4
Registered: 3/10/2005
Member Is Offline
|
| posted on 3/16/2005 at 03:08 AM |
|
|
The font size is specified to be 11px in the .ItemBody class, but the Netscape users tell me the text runs outside the space available on their
browsers while all the IE people say it looks fine.
Thanks for your help...again.
|
|
|