Baycris Posted November 21, 2003 Share Posted November 21, 2003 Hi i m french, how to replace the header barre and footer barre by image ? in ms2.2 ? Thanks lot Excuse my english spoken. Link to comment Share on other sites More sharing options...
TomThumb Posted November 21, 2003 Share Posted November 21, 2003 In stylesheets.css TD.headerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 12px; background: #FF9933 none; // not the default color color: #ffffff; font-weight : bold; } replace the line background: #xxxxxx with background-image:image_name.ext // ex. header_image.gif TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 12px; background: #FF9933; // not default color color: #ffffff; font-weight: bold; } replace the line background: #xxxxxx with background-image:image_name.ext // ex. footer_image.gif while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Baycris Posted November 21, 2003 Author Share Posted November 21, 2003 thanks lot. Cris. Link to comment Share on other sites More sharing options...
TomThumb Posted November 21, 2003 Share Posted November 21, 2003 Sorry Chris, I forgot the URL part it should look like this. background-image: url(image_name.ext); while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
ozEworks Posted November 22, 2003 Share Posted November 22, 2003 Can I ask about the footer? Is that TD.footer just for the line that shows the Date etc. or does it control the bit underneath that display the Banner? Link to comment Share on other sites More sharing options...
TomThumb Posted November 22, 2003 Share Posted November 22, 2003 TD.footer is just for the line that shows the Date etc. while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.