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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

template trouble ... won't update ...

Status
Not open for further replies.

zavsays

Technical User
Apr 19, 2001
117
US
Hi All .... I'm on Dreamweaver 8.02.

I started this site around 1999 and redesigned it about five years ago. Now I want to change some of the design and start removing the glut of coding that's built up over the years. My first task was to change the logo ... which worked fine for the index page ... but the inside pages, which are based on a template won't update.

I get this error message ...
"There is an error at line 4, column 70 (absolute position 134) of my/hardrive/path/linkedpage :nested editable region."

Well there isn't much going on at line 4! It's the title of my site <title>Craig's BigBands and BigNames</title>

Is the error really at line 4? Even line 70? Can't figure how. As a test, I deleted all the editable regions on the template and I STILL get the exact same warning. I upgraded from Dreamweaver 4, so that may have triggered my problem.

You can see the code for my template pages by clicking any of the links on the right at
Any suggestions?
Thanks
 
Well, by looking at the Andrew's Sister page, you do have a nested editable region "doctitle".

Code:
<!-- #BeginEditable "doctitle" --> <!-- #BeginEditable "doctitle" --> 
<title>Andrews Sisters at the Latin Quarter</title>
<meta name="description" content="[i]desc here[/i]">
<meta name="keywords" content="[i]keywords here[/i]">
<!-- #EndEditable --> <!-- #EndEditable -->

That would be why it's giving you grief.
 
Thanks ArtGuy!! That was a good catch.... but that didn't work for me. When I Googled this problem... I found that most folks forgot to close their head or body tags.

I guess I'm going to try to rebuild this monster from scratch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top