PDA

View Full Version : Anyone really good with using Dreamweaver



WS6
09-09-2007, 01:52 PM
I've been teaching myself how to expand and update our website. Mainly what I have been doing is copy and pasting, editing, and adding new links and such. Well, I made changes to the template that is the entire site. The first time I did this everything was fine and it updated through the entire site. I made the same changes a day later(which was added more nav buttons) in the same manner(I think) and not all the pages updated the template correctly. Of the ones that did not, they all gave me an instance body tag error on the page. I'll post the code at the bottom here.

So I have compared the bad pages versus the good and only found the duplicate instancebegin to be different. I can't figure out how to edit those lines. They are in gray in dreamweaver and they are not in the template code itself. I have fixed my issues by erasing the info on a good page and replacing it the info from a bad page and then saving it again as the bad page. In my quest to actually figure out what I am doing I'd like to know how this error even occurred, if possible, or at the very least, figure out how to edit the code itself.

So far this whole process hasn't been hard, just tedious. Dreamweaver is awesome and my idiot's guide to dreamweaver has been a great book.

ok here's the code. Thanks

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><!-- InstanceBegin template="/Templates/Speed.dwt" codeOutsideHTMLIsLocked="false" --><!-- InstanceBegin template="/Templates/Speed.dwt" codeOutsideHTMLIsLocked="false" -->
<link rel="shortcut icon" href="favicon.ico">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/simple.css" />
<style type="text/css">
@import url(css/complex.css);
@import url(css/complex_vnav.css);
@import url(css/complex_hnav.css);
</style>
<link rel="stylesheet" type="text/css" href="css/theme.css" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Speed Hound</title>
<!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>
<body>