Embedding pages

J

Jill

Please help me!
Hi all, I'm new to FP2002 and getting very frustrated with
this! I've embedded pages (my left side naviagtion, header
and footer) using the "Include Content" Web Component on
my home page. Here's my problem: In my footer page, I use
CSS for my links (a:link, a:active, a:hover, a:visited).
My CSS works fine on my footer page when I view it. BUT,
when I include the footer page on my home page using the
Include Content Web Component, it includes the actual
footer links, but the CSS won't work. (there isn't any
other CSS in the home page code that could possibly
override it either). Why is this happening and how do i
fix it, and if CSS won't work with the include content
component, is there an alternative to using CSS for my
links? THANK YOU!!!

Sincerely,
Jill
 
S

Stefan B Rusynko

Include pages (and shared borders) only import the content inside of the BODY tags
Add your CSS links to the HEAD section of all your main pages using the Includes




| Please help me!
| Hi all, I'm new to FP2002 and getting very frustrated with
| this! I've embedded pages (my left side naviagtion, header
| and footer) using the "Include Content" Web Component on
| my home page. Here's my problem: In my footer page, I use
| CSS for my links (a:link, a:active, a:hover, a:visited).
| My CSS works fine on my footer page when I view it. BUT,
| when I include the footer page on my home page using the
| Include Content Web Component, it includes the actual
| footer links, but the CSS won't work. (there isn't any
| other CSS in the home page code that could possibly
| override it either). Why is this happening and how do i
| fix it, and if CSS won't work with the include content
| component, is there an alternative to using CSS for my
| links? THANK YOU!!!
|
| Sincerely,
| Jill
 
Top