Does anybody know how to create and link to a template page in HTML so that you don't have to alter each page within a website when you want to change the way the header/title design looks? I want the body of an individual page to fit into a general template with the banner, links and tables that I can use for the whole site
(
Read more... )
Comments 1
they have a lot of CSS tutorials.
I understand what you are talking about I think, You might want to look into iframes or frames.
OR, you might be talking about something else and if you are:
[link rel="stylesheet" type="text/css" href="style.css"] just replace the [] with the normal < and >. Put this on the pages that you want to look alike.
and then what you do is your put all your css coding on a page and title that page style.css and you don't have to put the coding on the other pages.
If I'm still incorrect, I'd gladly help and take another stab at it.
Reply
Leave a comment