| | |
|
|
|
EditRegions don't show up in designer view |
| message from anka on 19 Jul 2004 |
The template I am using has 5 EditRegions some are nested in the repiting
regions. It all worked fine till today. I needed to upgrate some info in the
tables. When I opened the docs based on template, there were no Edit regions
with the tables to be seen in designer view, but code view has them or when I
preview in browser they all there. And it happened only for few templates
others work fine. Any ideas, please help!!!
Thanks,
Anna
|
| Murray *TMM* replied to anka on 19 Jul 2004 |
Please show me the code on the Template page.
By the way, attachments are discouraged for this and other Macromedia
forums, and to make matters worse, they do not carry forward from the
webforums into the NNTP forums, which is where most of the people who post
answers are visiting. If you want to broadcast your code so that everyone
can see it, the only real way is a) to paste it into a reply (not great if
there is lots of code), or b) to upload it somewhere and post a URI to it.
Be aware that if you paste voluminous quantities of code into a reply, the
code may get truncated when transferring to the NNTP forum. This can be
quite confusing to both poster, and reader. The best bet would be to upload
the page and post a URI.
|
| Murray *TMM* replied to anka on 19 Jul 2004 |
You may find value in entering your URI here and reading the results -
http://www.websiteoptimization.com/services/analyze/
Your page is incredibly slow to load - this is the result of an unfortunate
confluence of grotesque table structure, lots of images, and the use of the
MM pop-up menus.
Where should I start? 8(
Well, I see EditableRegion3 and EditableRegion4, but not EditableRegion7 -
it could be because of this code -
<td width="694" height="32" valign="top"><!-- InstanceBeginEditable
name="EditRegion7" -->
<td width="711" height="828" valign="top"><table width="709"
border="1" cellpadding="0" cellspacing="0">
Note that you have an editable region beginning inside a <td> in which there
is ANOTHER <td>. This is just invalid HTML and is probably freaking DW out.
So - stuff is seriously amiss on this page - have you looked at a validation
of it? http://www.w3.org.
|
| anka replied to Murray *TMM* on 19 Jul 2004 |
Dear Murray,
Thanks a lot. You were right about the problem, I fixed it. Thank you for all your advises, I will follow them.
Anna
|
|
Archived message: EditRegions don't show up in designer view (Macromedia Dreamweaver)