Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can a stylesheet handle repeated text and images?

Status
Not open for further replies.
Jul 21, 2001
102
US
I am designing website of several pages. Certain text, images, and hyperlinks must appear on each page in the same location relative to one another as they are on the home page. I know the background image can be stored in the CSS. Can the overall 'template' of the home page be stored in the CSS or do I have to repeat all of the headers, text, and links on each page?
 
If you use an external stylesheet you don't need to repeat the style info on every page BUT you still need to put the HTML on everypage. Have one page that acts as a template and just copy and paste everything to a new page.

MrBelfry
 
if you have any kind of server side language available you could use the include function to do that
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top