Meta Tag Placement in pages created from a template

I am updating a site and want to make sure that I place my meta tags correctly in individual pages created from a template. Can you tell me if my placement is correct?
Below is code I added to my template:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- #BeginEditable "metatags" --> <!-- #EndEditable -->
<style type="text/css">
<!--
body {
Here is what a page I created looks like after adding the meta tags:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/2011 Main .dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
<!-- InstanceEndEditable -->
<!-- #BeginEditable "metatags" -->
<meta name="keywords" content="piano lessons, guitar lessons, drum lessons, flute lessons, violin lessons, afterschool performing arts, voice lessons, singing, saxophone, trumpet">
<meta name="description" content="Information about Young Musician Institute's Afternoon Arts Program for piano, guitar, drums, violin, viola, trumpet, saxophone and cello">
<!-- #EndEditable -->
<style type="text/css">
<!--
body {
As usually, Begin and end editable sections are grayed out, and the meta tag names are blue according to my scheme so I think I am doing it correctly, however, I want to be sure before submitting it to google incorrectly. Can you tell me if I am correct?
Thank you

for clarification, are you saying that I could have put them on the line after:
<title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
Yep.
Second, adding these meta tags actually did help the ranking of this company. They were not listed before I did this on their old site. They were on page 1 of their category hours after I did this for them.
I think it's just coincidence.  However, for sure it wasn't the keywords that did that, since those are just ignored (the meta keywords contents, not the meta description contents).
what are the search engines looking for? I want to make sure to design with those things in mind.
They are looking for semantic content on the page.  That means the contents of tags like <title>, <h1>, <h2>, <h3>.  That also means (derived) keywords contained in content 'above the fold', and in filenames, in links, in title and alt attributes.  In other words, search engines want to rank your pages based on *real* meaning of the contents of the page, not on some arbitrary listing of keywords that you place in a meta keyword tag.
Search engines also pay lots of attention to INCOMING links from other well ranked sites....

Similar Messages

  • Can't add spry widget to page created from dreamweaver template

    Please help! I have created a template in Dreamweaver and
    from that template I have created an html page. I want to add
    different tabbed and/or accordion spry widgets to multiple pages
    however I keep getting an error when I try to add a widget to an
    editable region. I can add the widgets to the dwt file, but I do
    not want the same widget on all pages created from that template.
    Please advise!
    Thanks
    cycleguy

    If that's all that's on the child page you are in trouble.
    Anyhow, it appears to me that the template has not been
    properly created
    since I do not also see an editable region around the
    <title> tag in your
    code. Please read my previous post and follow the
    instructions.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cycleguy" <[email protected]> wrote in
    message
    news:fu01pk$s7k$[email protected]..
    > Thank you for your reply.
    > I started with one of the built-in templates offered in
    Dreamweaver then
    > added
    > additional div's and formatting then saved it as a dwt
    file and created my
    > html
    > page from that template. I did not start the page from
    scratch. Below is
    > my
    > source code from the child page.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin
    > template="/Templates/DankaConnectionPortalTemplate.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    >

  • Why do links in the template change location to 'file:///'...on the pages created from the template?

    Im not sure what I am doing wrong but I am building a portfolio site from a template that I downloaded online.
    The site is working and I am slowly converting it from the template content to the content that I want.
    As I will be editing the site and adding more pages I decided to try and add the Header, footer and main navigation bar as a template with another gallery container and navigation as an option on the template.
    I thought that it was working fine untill I noticed that the links on the pages created using the template are showing as follows,
    instead of the links that were in the template that show as,
    Is this something that will change when I upload the site with the template or have I done something wrong making the links?

    Usually this happens when you don't use a proper Site Definition, or if you have files outside your defined site folder.
    Have you defined your site properly?
    http://tv.adobe.com/watch/learn-dreamweaver-cs5/gs01-defining-a-new-site/

  • Why is the formatting missing from my html page created from a template?

    Hi All!
    Hope you can help me.
    I've created a new template in dreamweaver - all good. When I preview the template page in a browser everything looks perfect.
    But when I create a new html page from that template, even though the page looks perfect in design view, all the formatting is missing when I preview it in a browser.
    The site settings were relative to the site root and I've changed that to be relative to the document (not sure if that should make a difference). Either way, it hasn't changed anything.
    Any ideas?

    The site settings were relative to the site root
    If you have not enabled "Preview using temporary files" in your PREFERENCES then site root relative links will fail on preview. Why? Because site root relative links *always* begin with "/", and when the browser sees that, it (since it knows nothing about Dreamweaver sites) correctly looks for the path starting from the root of your hard drive, not the root of the DW site. When you enable preview using temp files, before handing the file to the browser, DW obligingly converts all root relative links to document relative links (which *will* work on preview) but to do that it must create a temporary file (there are other things that happen as well, like external files being embedded in the code for the preview, but that is not relevant to this discussion). The reason a temp file is created is so that these changes don't affect your saved file.
    So, if you want to use site root relative links, and do previews of your pages, you must enable the temporary files in preview. There is really no downside to doing this except that you may occasionally see a curious file named xzys139(.html in your local file list - this is a temporary file that was handed to the browser for preview, and for whatever reason was not deleted. In fact, this can save your bacon sometimes because it gives you a 'backup' of that page to which you can revert in the event of something catastrophic.
    In the larger picture, there is no benefit to using site root relative links UNLESS you are also using server-side includes. It will make your life a bit simpler if you do not use them.
    Finally, having made those links in your template file with the site root relative option enabled, changing that option to document relative will only affect NEW links, not existing ones. This is why Ken asked to see the link in your template - it's because he knows that even though you have made the option change, that old link will not be affected and will therefore fail on preview (assuming you have not enabled the temp file thing).

  • Pages created from template not formatted in FireFox browser

    Using Dreamweaver CS5 I redesigned a web site with all pages now created from a master template.  The result is that the site displays properly in IE, but not in FireFox.  See the www.lbtscic.com site.  It checked out OK in the Browser Lab for all browsers, but shows as mostly unformatted in the latest FireFox .
    A side problem is that changes in the master template do NOT show up in the pages created from that template.  When I make a change in the template the details show that it checked all the appropriate pages, but changed none.  Need Help!
    Bob Roberts

    The linked page looks the same to me in IE9/Safari5.1/FF3.6.23, and it looks broken in all of them - the content region is wider than the banner image.
    Here are seven common mistakes that will result in changes not propagating from Template to child -
    1.  Rename the Templates folder
    2.  Move the Templates folder to some other folder level in the site other than root level
    3.  Move a template out of the Templates folder.
    4.  Make changes to an editable region of the Template (which will not propagate)
    5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
    6.  Corrupt the site cache so that the link between Template and child page is broken
    7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather than its *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DW) using FILE | New > Page from Template, select the Template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • Problem with files created from a template

    I've never had this problem before and I can't seem to figure
    out how to fix it. I have DW 8 and we've created a new website, and
    we have a root cfm template named root.dwt.cfm. Everything works as
    normal when you're editing code in the template, but when you go to
    edit code in a file you created from the template, all the text is
    black and it doesn't offer code hints or anything. It's like it
    doesn't know what type of file it is or something? This is the
    first template I've created in DW 8, so is this some sort of bug?
    Is there anything I can try to check to figure out what's going on?
    I'm at a loss.
    Thanks!!!
    Holli

    Show me one of these pages, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Wolli World" <[email protected]> wrote in
    message
    news:e35f95$aft$[email protected]..
    > I've never had this problem before and I can't seem to
    figure out how to
    > fix
    > it. I have DW 8 and we've created a new website, and we
    have a root cfm
    > template named root.dwt.cfm. Everything works as normal
    when you're
    > editing
    > code in the template, but when you go to edit code in a
    file you created
    > from
    > the template, all the text is black and it doesn't offer
    code hints or
    > anything. It's like it doesn't know what type of file it
    is or something?
    > This is the first template I've created in DW 8, so is
    this some sort of
    > bug?
    > Is there anything I can try to check to figure out
    what's going on? I'm
    > at a
    > loss.
    >
    > Thanks!!!
    > Holli
    >

  • User is having a save issue with Word 2007 documents created from a template.

    I have 1 particular user, out of approx. 30, that is experiencing an intermittent problem when trying to save a Word 2007 document to a network drive.  The particular error is
    "Word cannot complete the save due to a file permission error. (xxx.docx)"  CTRL-SHIFT-I Error Code is: 701743
    This only happens while he is working in a document created from a template (.dotm) file I made a few months ago.  The problem has never occurred with any other Word docs or Excel, or any of the other users accessing the template to create documents. He
    also gets an error message stating
    "xxx.docx cannot be found.  Check your spelling, or try a different path."  CTRL-SHIFT-I Error Code is: 200635
    But this only occurs when trying to "Save As"  The odd thing is that if he renames the file to something like xxx1.docx, it will allow him to save on the network folder with no issues.  And as mentioned, this is intermittent - he may go weeks without
    seeing the message while doing nothing different.
    I have tried search for similar issues in the forums but they don't seem to match exactly what is happening to us.  Our 3-man IT department seems to be at a loss and I have had good luck solving other issues in this forum so I thought I would give it
    a try.
    Any ideas would be appreciated.
    Thanks,
    Adam

    Hi,
    It's seems temporary internet folder corrupted, please try to modify the location for temporary Internet files for Internet Explorer test this issue:
     1.In Internet Explorer, choose Internet Options from the Tools menu to display the Internet Options dialog.
     2.In the Internet Options dialog, click the General tab. In the Browsing history section click Settings to open the Temporary Internet Files and History Settings dialog.
     3.In the Temporary Internet Files and History Settings dialog, click Move Folder to open the Browse for Folder dialog.
     4.In the Browse for Folder dialog, select the following location.
    C:\Users\<user name>\AppData\Local\Microsoft\Windows\Temporary Internet Files
    5.Click OK to close the Browse for Folder dialog. Click OK to close the Temporary Internet Files and History Settings dialog. Click OK to close the Internet Options dialog.
    6.Reboot the computer.
    More detailed information you can refer to below link:
    http://blogs.technet.com/b/ryan_christiansen/archive/2008/04/28/word-2007-file-save-errors-an-error-is-displayed-when-attempting-to-save-a-word-document.aspx
    If this problem still persists, please refer to this article troubleshooting problems:
    http://support.microsoft.com/kb/921541
    Best regards.
    William Zhou
    TechNet Community Support

  • Automatically Tagged the PDF files Created from Templates

    I have some PDF templates which have texts, fields, table, or lines in it. They are made accessible by tagging manually and creating special reading order when press tab through the pages.
    After run a program which uses Adobe FdfApp and FdfDoc object to add data in the fields of the templates and save as an fdf file, then use CAcroAVDoc / CAcroPDDoc object convert fdf file to a PDF file. This PDF file will keep special reading order when press tab through the pages, but no Tag. (Tagged PDF: is No).
    Is there a way can keep the tag of PDF templates, after run FdfApp? If not, how automatically to create the PDF file tag or import tag from its template?

    No, the process of importing an FDF into a PDF does not maintain any tagging.

  • Adding a Bookmark to a Pages document created from a template

    No matter what I select, the "+" button to add a bookmark from the Inspector remains grey and unclickable. When I create a document from scratch, this is not the case. How do I place bookmarks in documents created from a Pages template? I look forward eagerly to y'all's help!

    It has to be in that default text area, nothing else is scanned, same applies for T.O.C.
    You can copy and paste over your text from one mode to the other.
    If you use Layout breaks etc in a WP document you can create a newsletter template.
    Personally I avoid Layout mode as it is the poor cousin in both features and programming time spent by Apple.
    Peter

  • No css format on page created from template

    We are running Dreamweaver 8.0 on a Windows 2000 & a
    Windows XP machine.
    After re-creating a site (local site is now pointing to a
    file on a locally networked computer) I created a template (.dwt)
    file. The template looks fine.
    When I try to create a web page from the template all the css
    formatting disappears. (Although if I ignore that and dump text
    into the editable portion the page looks ok after transfer to the
    "live" site.) The href created by Dreamweaver from the site info
    is: file://networkcomputer/deptfolder/website/my.css
    What do I need to change and will Dreamweaver translate an
    altered href correctly when transferring a new page to the "live"
    site?

    This looks right -
    <link rel="stylesheet" href="../pplpage.css"
    type="text/css" />
    assuming that is the correct location of the CSS file in your
    site. Is it
    at the root level?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "if_then_else" <[email protected]> wrote in
    message
    news:[email protected]...
    >I see someone else having almost the same problem and
    dumped the code for
    >the
    > template. here is mine:
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title></title>
    > <!-- TemplateEndEditable -->
    > <!-- TemplateBeginEditable name="head" -->
    > <link rel="stylesheet" href="../pplpage.css"
    type="text/css" />
    > <!-- TemplateEndEditable -->
    > </head>
    >
    > <script
    type="text/javascript"><!--//--><![CDATA[//><!--
    > startList = function() {
    > if (document.all&&document.getElementById) {
    > navRoot = document.getElementById("drop");
    > for (i=0; i<navRoot.childNodes.length; i++) {
    > node = navRoot.childNodes
    > if (node.nodeName=="LI") {
    > node.onmouseover=function() {
    > this.className+=" over";
    > }
    > node.onmouseout=function() {
    > this.className=this.className.replace(" over", "");
    > }
    >
    > }
    > }
    >
    > }
    >
    > }
    > window.onload=startList;
    > //--><!]]></script>
    >
    > <body>
    >
    > <center>
    >
    > <div id="masthead" align="left">
    >
    > <table width="693" border="0" cellspacing="0"
    cellpadding="0">
    > <a href="../index.html">
    > <tr>
    > <td class="libheader">
    >  
    > <p class="style2"><span
    >
    class="style1">  petersburg</span>
    > public library</p></td>
    > <td class="libimg"><img align="right"
    src="../ban_img.jpg" alt="books"
    > width="146" height="110" border="0"/></td>
    > </tr> </a>
    > </table>
    > </div>
    >
    >
    > <div id="pagecell1">
    > <div id="leftcol">
    >
    > <div id="navspace">
    >
    > <ul id="drop">
    >
    <a href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/x/0/49/"
    > target="blank">search the catalog
    </a></li>
    >
    <a href="#">your account</a>
    >
    > <li class="sublist"><a
    > href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/p9heSo9R4R/PPL/0/1/1166/X/BLASTOF
    > F" target="blank">review your
    account</a></li>
    > <li class="sublist"></li><a
    href="../card.html"> about your
    > library
    > card </a>
    >
    > </li>
    >
    <a href="#">books, movies &amp; music </a>
    >
    >
    >
    <a href="../books.html">books</a></li>
    >
    <a href="../movies.html">movies</a></li>
    >
    <a href="../music.html">music</a></li>
    >
    <a
    > href="
    http://66.223.180.26/uhtbin/cgisirsi.exe/0/0/1/1095/X/BLASTOFF">can't
    > find it? request it!</a></li>
    >
    >
    >
    <a href="#">programs &amp; events</a>
    >
    >
    <a
    > href="
    http://engagedpatrons.org/Events.cfm?SiteID=1141"target="blank">events
    > calendar</a></li>
    >
    <a href="../kidsprog.html">for kids</a></li>
    >
    <a href="../adultprog.html">for teens &
    adults</a></li>
    >
    > </li>
    > </li>
    >
    <a href="
    http://www.engagedpatrons.org/ContactUs.cfm?SiteID=1141"
    > target="blank">contact us</a>
    >
    > </li>
    >
    <a href="#">about the library</a>
    >
    >
    <a href="../staff.html">library staff &
    board</a></li>
    >
    <a href="../services.html">services &
    policies</a></li>
    >
    <a href="../history.html">library
    history</a></li>
    >
    > </li>
    >
    <a href="#">support your library</a>
    >
    >
    <a href="../gifts.html">donations and
    gifts</a></li>
    >
    <a href="../friends.html">Friends of the
    Library</a></li>
    >
    <a
    href="../volunteer.html">volunteering</a></li>
    >
    >
    >
    > </li>
    >
    <a href="../index.html" >home </a>
    >
    > </li>
    >
    > </div>
    > <!-- navspace -->
    >
    >
    > <div id="hours" align="left">
    > <p><span
    class="style6">Hours</span><br />
    > <span class="style5">Monday - Thursday
      12-9pm <br />
    > Friday & Saturday
        12-4pm<br />
    > Sundays & Holidays   Closed </span>
    </p>
    > <p><span class="style5">
    Petersburg Public Library</span><br />
    > <span class="style5">PO Box 549<br />
    > Petersburg, AK 99833<br />(907)772-3349<br
    />
    > <a
    >
    href="mailto:[email protected]">[email protected]</a></span>
    > </p>
    > <p class="style5"><a href="
    http://www.ci.petersburg.ak.us/"
    > target="blank">City of Petersburg
    </a></p>
    > </div>
    > </div>
    >
    >
    > <!-- TemplateBeginEditable name="editcontent" -->
    > <div id="contentspace">
    > <div id="content">
    >
    > </div> <!-- content-->
    > </div> <!-- contentspace -->
    > <!-- TemplateEndEditable Editcontent -->
    > </div> <!-- pagecell -->
    >
    >
    > </center>
    >
    > </body>
    > </html>
    >
    > When I try to create a new page the heading looks like
    the following:
    >
    > DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin
    > template="/Templates/pageformat.dwt"
    codeOutsideHTMLIsLocked="false" -->
    > <head>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title></title>
    > <!-- InstanceEndEditable -->
    > <!-- InstanceBeginEditable name="head" -->
    > <link rel="stylesheet"
    >
    href="file://petersburgnt/Library/Web%20site/pplpage.css"
    type="text/css"
    > />
    > <!-- InstanceEndEditable -->
    >
    > and although that is where the css page is the
    "connection" is not made.
    >

  • Title of page created from template

    When I create a new page from a template, then type in a title at the top, it vanishes as soon as I click anywhere else on the page. How can I correct this?

    Do you have an Editable Region for the <title> tag in your main template.dwt file?
    Are you seeing this in Code View, Design View or Live View?
    Have you saved your child page yet?
    Try closing and re-opening your child page.  Is the <title> tag appearing correctly in Code View?
    Nancy O.

  • How can I create a navigation bar in the template so I can change the down state of a button on a page made from the template in DW3?

    We're creating pages from a template in DW3. The template includes a header, footer and a navigation bar. We've made the navigation bar an editable region so that we can change the down state of the buttons on pages where it is required. However, when we make a new page from the template and try to change the behaviors of the buttons in the navigation bar it will not allow us to make those changes. 

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Spry drop down menu not working after page created from template

    Hi all.
    I created a template and the drop down Spry menu is working fine on local testing on my browser as follows:
    I then created a New Page from this above Template. I did no alteration to this new page and just saved it as index.html but when previewing it in the browser, the Spry drop down menu is not working and the page displays as follows:
    Here is my site map:
    Any help to show where I am going wrong would be much appreciated.
    Thanks.

    Dear Nancy 
    Very grateful for your reply. 
    On Design View and Preview in browsers the index.dwt page spry works fine.
    When I create a child page from this template page, the child page looks fine in design view but does the spry fails to preview in browsers (the spry just shows as words and not drop down menus). 
    Here is the code:
    <!--
    #apDiv1
    #apDiv2
    #apDiv3
    #apDiv4
    -->
    <!--
    #apDiv5
    #apDiv6
    #apDiv7
    #apDiv8
    #apDiv9
    a:link
    a:hover
    #apDiv10
    body {
        margin-bottom: 0px;
        margin-top: 0px;
    #apDiv11
    -->
    !/cooltext454549176.png|height=170|width=631|src=/cooltext454549176.png!
    !/logosmall.jpg|height=58|hspace=0|width=150|src=/logosmall.jpg|vspace=0!
    Disclaimer:
    Studentshub is a platform for listing services as advertised/promoted by the Companies and individuals concerned. Studentshub does not endorse any of the contents on this site. Studentshub accepts no responsibility for any arrangements, purchase, contracts, agreements, refunds, failure to deliver services etc between individuals, landlords, clubs, organisations, companies etc. This does not affect your statutory rights (2009)
    *Contact !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    Sitemap !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!*
    © www.studentshub.co.uk *
    !/bluebutton.gif|height=10|alt=Blue button|width=10|src=/bluebutton.gif!
    !/cooltext454549388.png|height=138|width=700|src=/cooltext454549388.png!
    [LIVE | #]
    [CAMPUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOUSE SHARE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [RENT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BUY | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK | #]
    [EMPLOYMENT AGENCIES | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [PART TIME | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [VOLUNTEERING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WORK ABROAD | #]
    [TRAVEL | #]
    [BUS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [TRAIN | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [COACH | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FLIGHTS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [CYCLE | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [FUN | #]
    [NIGHTS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [DAYS OUT | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [GROUP OUTINGS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOLIDAYS | #]
    [UK | #]
    [ABROAD | #]
    [SHOPPING | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [BOOKS | #]
    [BOOKSHOPS | #]
    [USED BOOKS | #]
    [HEALTH | #]
    [NHS DIRECT | #]
    [HOSPITALS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [WALK IN CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHASHIRE | #]
    [LEICESTERSHIRE | #]
    [GUM CLINICS | #]
    [DERBYSHIRE | #]
    [NOTTINGHAMSHIRE | #]
    [LEICESTERSHIRE | #]
    [HOME | #]
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    //-->
    </script>
    </body>
    <!-- InstanceEnd --></html

  • Meta tag error in site created by dreamweaver

    I recently checked my site www.bestical.com at The W3C Markup Validation Service and there are error in it
    but  added all the meta tags by standard Dreamweaver tools
    so which one is wring?

    Short answer:  You're using an HTML5 doc type which has a different set of specs for valid meta tags and other HTML syntax.
    Introduction to HTML
    Where you have this:
    <meta http-equiv="Content-Language" content="fa">
    Language must be expressed in the <html> tag like this:
    <!doctype html>
    <html lang="fa">
    <head>
    <meta charset="utf-8">
    For more on HTML5 specifications, see the W3Schools site above.
    Nancy O.

Maybe you are looking for