Guest Posted April 8, 2005 Posted April 8, 2005 Hi, In the information info box i have added a link called "About Us". Now when users click this link it displays a page with our company info. I would like to use stylesheets to add some effects and enchance the way text gets displayed on this page. This will be this page. I need find the header of this page and add my own stylesheet definitions. Where can i find this? Can someone please help me with this? The way i was thinking is that if i can find the header part of the About Us page than i can include my stylesheet definitions there. Is there any other way of doing this? Please advise..... I only need this for "About Us" page... thanks
boxtel Posted April 8, 2005 Posted April 8, 2005 Hi,In the information info box i have added a link called "About Us". Now when users click this link it displays a page with our company info. I would like to use stylesheets to add some effects and enchance the way text gets displayed on this page. This will be this page. I need find the header of this page and add my own stylesheet definitions. Where can i find this? Can someone please help me with this? The way i was thinking is that if i can find the header part of the About Us page than i can include my stylesheet definitions there. Is there any other way of doing this? Please advise..... I only need this for "About Us" page... thanks <{POST_SNAPBACK}> like in all main pages you will find this statement : <link rel="stylesheet" type="text/css" href="stylesheet.css"> that loads the stylesheet for that page. so either add special stuff to the standard stylesheet and use the above statement in the <head> part or create a new stylesheet and us that one. Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.