Page 1 of 1

Cannot change text styles and colours in styles.css

Posted: Sat Apr 02, 2005 2:17 pm
by jj
I have tried changing colours and styles in styles.css but when l ftp across my changes do not shown.

Any ideas as to what l am doing wrong?

Posted: Sat Apr 02, 2005 10:27 pm
by Klemen
Perhaps the old style.css is cached in yoru browser. Try clearing your cache. In Internet explorer you can do that like this:

Tools > Internet Options > General tab

Click "Delete files", select "delete all offline content" then OK. Now restart your computer and try again.

If this doesn't work post some of the code you've edited here. (NOT the whole style.css, just a part of what you have edited).

Regards

Posted: Mon Apr 04, 2005 9:35 am
by Guest
Klemen Stirn wrote:Perhaps the old style.css is cached in yoru browser. Try clearing your cache. In Internet explorer you can do that like this:

Tools > Internet Options > General tab

Click "Delete files", select "delete all offline content" then OK. Now restart your computer and try again.

If this doesn't work post some of the code you've edited here. (NOT the whole style.css, just a part of what you have edited).

Regards
I am not using IE using Firefox, l will post you the .css file

unable to change styles.css file

Posted: Fri Apr 08, 2005 9:22 am
by jj
Anonymous wrote:
Klemen Stirn wrote:Perhaps the old style.css is cached in yoru browser. Try clearing your cache. In Internet explorer you can do that like this:

Tools > Internet Options > General tab

Click "Delete files", select "delete all offline content" then OK. Now restart your computer and try again.

If this doesn't work post some of the code you've edited here. (NOT the whole style.css, just a part of what you have edited).

Regards
I am not using IE using Firefox, l will post you the .css file

see below for styles.css

BODY, TD {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

TD.upper {
color : #FFFFFF;
background : #F7FAD7;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

FONT.smaller {
font-size: 10px;
}

table.entries {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
BORDER-RIGHT: #23559C 1px solid;
BORDER-LEFT: #23559C 1px solid;
BORDER-TOP: #23559C 1px solid;
BORDER-BOTTOM: #23559C 1px solid;
}

A {
color : #0084BE;
text-decoration : underline;
}

A:HOVER {
color : Red;
text-decoration : none;
}

A.smaller {
font-size: 10px;
color : #0084BE;
text-decoration : underline;
}

A.smaller:HOVER {
font-size: 10px;
color : Red;
text-decoration : none;
}

INPUT {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#F7FAD7;
}

HR {
color: #B8CFE7;
height: 1px;
}