beth205
08-11-2004, 04:04 PM
I have my css, and then here is my html for my page:
<html>
<head>
</script>
<title>title here</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="blog">blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here </div>
<div id="nav">navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here </div>
</body>
</html>
For <div id="nav">content here</div> is there not a shortcut to use, that will allow me to update it easier, rather than copy and paste throughout all my pages? thanks
<html>
<head>
</script>
<title>title here</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="blog">blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here blog here </div>
<div id="nav">navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here navigation here </div>
</body>
</html>
For <div id="nav">content here</div> is there not a shortcut to use, that will allow me to update it easier, rather than copy and paste throughout all my pages? thanks