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?
Cannot change text styles and colours in styles.css
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
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 
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


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
I am not using IE using Firefox, l will post you the .css fileKlemen 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
unable to change styles.css file
Anonymous wrote:I am not using IE using Firefox, l will post you the .css fileKlemen 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
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;
}