Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Dodgy coding!

    I wonder if anyone can help. I currently have a website - [url]www.grafikhaus.co.uk[/url]
    - and I can add text, images etc in Design View, but when I try to hand code,
    most of the <body> text is greyed out and will not let me add/delete tags.

    I suspect the problem may be the non-editable tags at the end of the <head>
    section, but I cannot delete them:

    This part is editable:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>grafikhaus computer training-photoshop</title>
    <meta name="keywords" content="web design, internet marketing, sheffield,
    south yorkshire, uk, fonts, web site design, graphics, graphic design,
    photoshop, dreamweaver, quarkxpress, quark, low-cost, software, adobe,
    macromedia">
    <meta name="description" content="grafikhaus is a sheffield based company
    providing training in Photoshop, Dreamweaver and QuarkXPress">

    But after this, right up to the </html> tag is greyed out. The coding
    immediately below that shown above begins:

    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>grafikhaus computer training-photoshop</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- #InstanceBeginEditable name="head" --><!-- #InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    Please feel free to mail me at [email]tw747@lycos.com[/email]


    ploughman1 Guest

  2. Similar Questions and Discussions

    1. Whoops -- character limit per line in Mysql or dodgy debugging on my part?
      I accidentally posted the following message to mailing.databases.mysql, where I believe it is off-topic, so am reposting here with apologies to the...
    2. c# coding
      (Type your message here) -------------------------------- From: lovey dovey I need help in writing a program that takes any integer and...
    3. coding
      Hi Gang, I am a Director programmer and do a little Flash. I've noticed some pretty complex coding in Flash and have searched diligently for...
    4. Lil fun be4 coding
      http://www.stud.ntnu.no/~shane/stasj/div_bilder/107.html Have a nice day ! -- Julien CROUZET
    5. Dodgy Ebay seller - what to do?
      lionel, Word of advice .. do not let Miro rile you up into saying something you may later regret. The guy is here to do nothing but cause...
  3. #2

    Default Re: Dodgy coding!

    Are you using DW? This markup is normal for a page controlled by a DW
    template. Can you post a link to the page itself?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "ploughman1" <webforumsuser@macromedia.com> wrote in message
    news:dgs503$df1$1@forums.macromedia.com...
    >I wonder if anyone can help. I currently have a website -
    >[url]www.grafikhaus.co.uk[/url]
    > - and I can add text, images etc in Design View, but when I try to hand
    > code,
    > most of the <body> text is greyed out and will not let me add/delete tags.
    >
    > I suspect the problem may be the non-editable tags at the end of the
    > <head>
    > section, but I cannot delete them:
    >
    > This part is editable:
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    > <html>
    > <head>
    > <title>grafikhaus computer training-photoshop</title>
    > <meta name="keywords" content="web design, internet marketing, sheffield,
    > south yorkshire, uk, fonts, web site design, graphics, graphic design,
    > photoshop, dreamweaver, quarkxpress, quark, low-cost, software, adobe,
    > macromedia">
    > <meta name="description" content="grafikhaus is a sheffield based company
    > providing training in Photoshop, Dreamweaver and QuarkXPress">
    >
    > But after this, right up to the </html> tag is greyed out. The coding
    > immediately below that shown above begins:
    >
    > <!-- InstanceEndEditable -->
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > <title>grafikhaus computer training-photoshop</title>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > <!-- #InstanceBeginEditable name="head" --><!-- #InstanceEndEditable -->
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    > </head>
    >
    > Please feel free to mail me at [email]tw747@lycos.com[/email]
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Dodgy coding!

    Hi Murray,
    yes I've used DW 2004.
    All the pages on the site are the same (i.e. most code "greyed out") but
    here's a link anyway - [url]http://www.grafikhaus/index.htm[/url]

    I haven't used templates - just tables.

    ploughman1 Guest

  5. #4

    Default Re: Dodgy coding!

    Woops!

    That should have been

    [url]www.http://grafikhaus.co.uk/index.htm[/url]
    ploughman1 Guest

  6. #5

    Default Re: Dodgy coding!

    Surely you mean -

    [url]http://www.grafikhaus.co.uk/index.htm[/url]

    And if you do, the page that loads is ganked. You have this -

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>grafikhaus computer training-home page</title>
    <meta name="keywords" content="web design, internet marketing, sheffield,
    south yorkshire, uk, fonts, web site design, graphics, graphic design,
    photoshop, dreamweaver, quarkxpress, quark, low-cost, software, adobe,
    macromedia">
    <meta name="description" content="grafikhaus is a sheffield based company
    providing training in Photoshop, Dreamweaver and QuarkXPress">
    <!-- InstanceEndEditable -->

    There is no reference to a template after the doctype (which should be there
    on any template child page), and there is no editble region around the
    <title> tag (which should be there on any template child page). In
    addition, there is that <!-- InstanceEndEditable --> tag at the bottom of
    the snip above, even though there is no corresponding opening tag.
    Dreawmweaver is understandably confused by all of this hacking. How did it
    get that way? What *should* the template be that controls this page?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "ploughman1" <webforumsuser@macromedia.com> wrote in message
    news:dgtm30$k8u$1@forums.macromedia.com...
    > Woops!
    >
    > That should have been
    >
    > [url]www.http://grafikhaus.co.uk/index.htm[/url]

    Murray *TMM* Guest

  7. #6

    Default Re: Dodgy coding!

    Hi Murray, think I've sussed it. I did not set out to create a site in
    templates, but seems I was just a bit too keen copying and pasting meta tags
    from a similar site, and must have included some template code. Oh well, start
    again, but many thanks for your input.

    ploughman1 Guest

  8. #7

    Default Re: Dodgy coding!

    You're welcome!

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "ploughman1" <webforumsuser@macromedia.com> wrote in message
    news:dgun4p$i5v$1@forums.macromedia.com...
    > Hi Murray, think I've sussed it. I did not set out to create a site in
    > templates, but seems I was just a bit too keen copying and pasting meta
    > tags
    > from a similar site, and must have included some template code. Oh well,
    > start
    > again, but many thanks for your input.
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139