Help with styles.css file

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

Help with styles.css file

Post by jj »

Please can some help as l simply cannot appear to make changes to styles.css file l have tried and tried but no luck.

Any help would really really be appreciated.

justin
--------


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

Post by Klemen »

The style.css file looks ok. What is the URL of you GBook?

And please don't double-post, I do read all messages and replies to them. If you post the same thing twice it doesn't mean you will get support faster.

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
jj

styles.css not working

Post by jj »

Klemen Stirn wrote:The style.css file looks ok. What is the URL of you GBook?

And please don't double-post, I do read all messages and replies to them. If you post the same thing twice it doesn't mean you will get support faster.

Regards
sorry for double posting, my apologies.

http://www.clubsouthampton.com/gbook/gbook.php is the location of my guestbook.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The

http://clubsouthampton.port5.com/gbook/style.css

is not the same style.css you posted here. Upload your style.css to the above location and it shold work (refresh GBook to check).

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