help plz html & php need a "master" layout?

  • Thread starter Thread starter Jacob H
  • Start date Start date
J

Jacob H

Guest
i am building a website with about 20 pages i know im gonna change the design of my web site a lot and am wondering if there is a way 2 link the design of the web pages 2 a "master" HTML page so i only have 2 change one page 2 change them all


this is my layout/template plz dont tell me how sloppy it iz cuz i really dont care it workz unlezz i need 2 fix it 2 do this juzt tell me how to get it 2 work


<html>
<head>
<title>my web page</title>
<link rel="icon" href="images/xkubu.jpg" type="image/x-icon">
</head>
<body background="images/xkubu11.jpg" text="#ff0000">
<center><TABLE bgcolor="#dfdfdf"><TR><td>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="index.html"><img src="images/xkubu12.jpg" border=0/></a><nobr>
<td>
<a href="videos.html"><img src="images/videos.jpg"border=0/></a><nobr>
<td>
<a href="downloads.htm"><img src="images/downloads.jpg"border=0/></a><nobr>
<td>
<a href="html maker.html"><img src="images/webmaker.jpg"border=0/></a><nobr>
<td>
<a><img src="images/none.jpg"border=0/></a><nobr>
<td>
<a><img src="images/none.jpg"border=0/></a><nobr>
</td>
</tr>
</table>
</center>
<Table width="150" align="left" background="images/vert.jpg">
<tr>
<td>
<center>
<a href="howto.html">How To<nobr>Videos</A>
<br><br>Coming Soon<br><br><BR><BR>
<a href="dowloads.htm">Downloads</A>
<BR><BR>Coming Soon<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
</center>
</td>
</tr>
</table>
</TD></TD></TABLE></center>
</body>
</html>
thank you Screavics thats exactly what i waz lookin 4
but im more fimilar with html iz there anyway to do it in html
 
Back
Top