Cannot change text styles and colours in styles.css

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jj

Cannot change text styles and colours in styles.css

Post 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?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post 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
jj

unable to change styles.css file

Post 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;
}
Post Reply