|
| |
|
|
cooper
Posts: 773 From: Woburn MA USA Status: offline
|
CSS having no effect on FP Includes files - 8/20/2003 22:27:09
I am using the following as an external CSS for my site... quote:
body, p {font-family: verdana, arial, helvetica; font-size: 10pt} a:link { text-decoration: none; color: #7E1718; background: transparent; } a:visited { text-decoration: underline; color: #666666; background: transparent; } a:hover { text-decoration: underline; color: #7E1718; background: transparent; } a:active { text-decoration: none; color: #CC0000; background: transparent; } I have the header, footer and a breakout box on the page as "includes pages" but the CSS does not seem to effect these pages. What am I missing?
_____________________________
Cooper BAC Web Design - Tools & Templates - Buck A Ball - Stopspamstop.com
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: CSS having no effect on FP Includes files - 8/20/2003 23:03:30
Got a URL? Are you using FP's includes or SSI?
_____________________________
Gil Harvey, 1947-2004
|
|
|
|
cooper
Posts: 773 From: Woburn MA USA Status: offline
|
RE: CSS having no effect on FP Includes files - 8/20/2003 23:06:59
Gil, I have not published yet. I am using FP Includes, not server side.
_____________________________
Cooper BAC Web Design - Tools & Templates - Buck A Ball - Stopspamstop.com
|
|
|
|
_gail
Posts: 2874 From: So FL Status: offline
|
RE: CSS having no effect on FP Includes files - 8/20/2003 23:31:12
quote:
CSS having no effect on FP Includes... I am using the following as an external CSS for my site... Just a thought. Do you have your includes in a separate folder? If so, you have to add an extra bit of code such as: <link rel="stylesheet" type="text/css" href="../name.css"> As opposed to: <link rel="stylesheet" type="text/css" href="name.css"> gail
_____________________________
Digicamhelp - Easiest place on the web to learn about Digit@l Cameras & Photography
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: CSS having no effect on FP Includes files - 8/21/2003 14:58:20
Any other ideas? Yup! Your inline styles are overriding the external styles. On that page you provided as an example, you have styles in your <body> tag that will override any external styles being referenced. Also, you are using a theme. I've never used them but I believe theme styles will override external referenced styles too.
< Message edited by pageoneresults -- 8/21/2003 11:59:30 AM >
_____________________________
SEO Consultants Directory Find Search Engine Marketing Companies
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|