Dreamweaver CS6 Insert Panel Help

I am trying the 30 day Dreamweaver CS6 Creative Cloud and would like to know how to get the Text Bar in the Insert Panel. I currently have the following in my insert panel.
Common
Structure
Media
Form
jQuery Mobile
jQuery UI
Templates
Favorites
I am new to Dreamweaver so any help is greatly appreciated.
Thanks
Mark

If you have that set-up in the Insert panel, you're using Dreamweaver CC (version 13), not Dreamweaver CS6 (version 12).
The Text category was removed from the Insert panel in Dreamweaver CC because it duplicated features that were available elsewhere. If you're looking for special characters, they're now at the bottom of the Common category in the Insert panel.

Similar Messages

  • Dreamweaver cs6 insert menu

    I want to know why is my dreamweaver cs6 insert menu diferent from the one shown on adobe tutorials?

    Hi Marco,
    There have been changes to the CC insert panel in the latest update. Check out this article
    http://helpx.adobe.com/dreamweaver/using/changes-insert-options-creative-cloud.html
    Thanks,
    Preran

  • Dreamweaver CS6 - Common panel has no Media/Shockwave selection

    Dreamweaver CS6 - my Insert - Common panel does not have a Media selection. My Insert Media does not have a Shockwave choice. I cannot find any way to insert a shockwave .dcr file. I reinstalled Dreamweaver CS6 and it still is not there. All resources I checked indicate that for inserting Shockwave files to use Insert/Common/Media/Shockwave. This choice does not exist for me, and it is not in Insert/Media, or in the Insert Menu from the menu bar.

    Moved from the Creative Cloud to the Dreamweaver forum. They will be able to help you here.

  • Dreamweaver CS6 Insert Options Missing

    I am running Dreamweaver CS6, version 12, build 5861. I have the same problem several people have posted but I don't see an answer to it here. I am following the online tutorials but see no way to insert a header, nav, or other items. Help, please.

    You need to have an HTML5 doc type open. 
    You should see them in the Insert Panel under Layout.
    Or, just copy & paste the following code into a new, blank document.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--to help older IE browsers recognize HTML5 tags-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <body>
    <header>
    Content for New header Tag Goes Here
    </header>
    <nav>Content for New nav Tag Goes Here
    </nav>
    <article>
    Content for New article Tag Goes Here
    </article>
    <aside>
    Content for New aside Tag Goes Here
    </aside>
    <footer>
    Content for New footer Tag Goes Here
    </footer>
    </body>
    </html>
    Nancy O.

  • Can Dreamweaver CS6 insert a wbr tag?

    I've just learned about the <wbr> tag, a fairly new html tag.  It seems very useful.  I'm wondering if there's any shortcut for Dreamweaver CS6 to insert it, or if I have to go to code view and type it.  I've created a snippet, but looking for the shortest shortcut way to insert the tag.

    According to these guys: HTML wbr Tag it was added in HTML5, though it's probably been around longer than that.
    It's not supported by IE, but everything else should be able to see it (here's my shocked face ).

  • Dreamweaver cs6 insert fireworks html

    Hi,
    I made this facebook button on fireworks cs6 as you can see the image on the link:
    http://prntscr.com/1w8rm4
    so i choose on fireworks to:
    1-wen we hover whith the mouse it turns blue.
    2-and wen we click it it turns darker grey.
    but wen i export it as html to dreamweaver cs6  it doesnt work,
    it appears normal but wen we hover over it it doesnt turn blue, wen we click it it also stays the 1 st color,
    the only thing it still does is redirect to htto://www.facebook.com
    can you tellmehow to do this.
    this is how i exported it as you can see on the link of the prtscreen image:
    http://prntscr.com/1w8t6u

    Here it is the full firefox html document from fireworks export:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <title>footer_social_icons.png</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS6 Dreamweaver CS6 target.  Created Fri Oct 11 11:21:27 GMT+0100 2013-->
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="MM_preloadImages('images/footer_social_icons_r1_c1_s2.png','images/footer_social_ icons_r1_c1_s3.png','images/footer_social_icons_r1_c3_s2.png','images/footer_social_icons_ r1_c3_s3.png','images/footer_social_icons_r1_c5_s2.png','images/footer_social_icons_r1_c5_ s3.png','images/footer_social_icons_r1_c7_s2.png','images/footer_social_icons_r1_c7_s3.png ');">
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="280">
    <!-- fwtable fwsrc="footer_social_icons.png" fwpage="Page 1" fwbase="footer_social_icons.png" fwstyle="Dreamweaver" fwdocid = "1106691969" fwnested="0" -->
      <tr>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="8" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="8" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="7" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="1" alt=""></td>
      </tr>
      <tr>
       <td><a href="http://www.facebook.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c1','images/footer_social_icons_r1 _c1_s2.png','images/footer_social_icons_r1_c1_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c1','images/footer_social_ic ons_r1_c1_s3.png',1);"><img name="footer_social_icons_r1_c1" src="images/footer_social_icons_r1_c1.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c2" src="images/footer_social_icons_r1_c2.png" width="8" height="64" alt=""></td>
       <td><a href="http://www.twitter.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c3','images/footer_social_icons_r1 _c3_s2.png','images/footer_social_icons_r1_c3_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c3','images/footer_social_ic ons_r1_c3_s3.png',1);"><img name="footer_social_icons_r1_c3" src="images/footer_social_icons_r1_c3.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c4" src="images/footer_social_icons_r1_c4.png" width="8" height="64" alt=""></td>
       <td><a href="http://www.linkedin.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c5','images/footer_social_icons_r1 _c5_s2.png','images/footer_social_icons_r1_c5_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c5','images/footer_social_ic ons_r1_c5_s3.png',1);"><img name="footer_social_icons_r1_c5" src="images/footer_social_icons_r1_c5.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c6" src="images/footer_social_icons_r1_c6.png" width="7" height="64" alt=""></td>
       <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c7','images/footer_social_icons_r1 _c7_s2.png','images/footer_social_icons_r1_c7_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c7','images/footer_social_ic ons_r1_c7_s3.png',1);"><img name="footer_social_icons_r1_c7" src="images/footer_social_icons_r1_c7.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c8" src="images/footer_social_icons_r1_c8.png" width="1" height="64" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="64" alt=""></td>
      </tr>
    </table>
    </body>
    </html>
    So do i have to copy the script at the <head> to to my web site to make it work?

  • Download Dreamweaver CS6 (Was: Homework help)

    I have Dreamweaver CC, and my instructor is giving directions for CS6. He says I should be able to figure the assignments out, but I am not seeing what my homework instructions say I should be seeing.
    I need to "Right click on the blank area under My Rules (nowhere to be seen) int he CSS styles window on the left side of the screen (also not there) in order to get to be able to select New, and then select class and this window is supposed to say "New CSS Rule" across the top, then "Selector Type" with a box I can choose the option for "class" and then it should say "Selector Name".
    Can't find any of this for the life of me, and all the sites I've visited to try to figure this out all seem to be explaining from CS6, not CC. Help.

    Why don't you download and install CS6 along side CC?  It might make following along a lot simpler if you use the right software.
    CS6 Direct Downloads (NOTE: the VERY SPECIAL INSTRUCTIONS)
    http://prodesigntools.com/adobe-cs6-direct-download-links.html
    Nancy O.

  • Creative Cloud pops up with trail will expire in 0 days when I run Dreamweaver CS6

    When I click on the icon for Dreamweaver CS6 a panel for Dreamweaver CC pops up with the message “Your trial will expire in 0 days”  “00 days remaining.  It offers “Buy Now” and “Continue Trial”. When I click the red x to close out I am returned to Dreamweaver CS6.
    I reinstalled Dreamweaver CS6 but the problem persists.  I do not want Dreamweaver CDC.
    I tried to follow the instructions In http://helpx.adobe.com/dreative-suite ... "Creative Cloud Help/Creative Cloud applications unexpectedly revert to trial mode | CS6, CC ..."  but I lost the thread.
    I am at a loss at to what to do now.  Please help.

    Here are two additional items that may be helpful:
    1.    I reported that Under Step 3 “Check Your Host Files – Still Have Problems?  Reset Host Files” I did not find entries that reference activate.adobe.com.  On further checking I found the Notepad file.  It contained the following information:
    Additionally, comments (such as these) may be inserted on individual
    lines or following the machine name denoted by a '#' symbol.
    For example:
        102.54.94.97    rhino.acme.com          # source server
          38.25.63.10    x.acme.com              # x client host
    localhost name resolution is handled within DNS itself.
            127.0.0.1      localhost
            ::1            localhost
    2.    On Saturday, 23 August 2014 I received an e-mail from Adobe Creative Cloud [email protected] that said
    Welcome. We’re glad you’ve joined us.
    Thanks for joining Creative Cloud. We thought we’d send along a few ideas to help you get started.
    * Get 30-day trials of all-new versions of creative desktop apps that make everyday tasks easier and faster while delivering new support for cutting-edge hardware and standards.
    * Easily upload and share your files, or post your work to the Behance community of creative professionals to get feedback, find inspiration, and connect with new opportunities.
    * Express your creativity on-the-go using our new and improved range of mobile apps.
    Get started
    Make something great,
    The Creative Cloud Team
    This is odd.  What made them think I joined Creative Cloud? The Creative Cloud program is not installed on the computer and I have not downloaded Creative Cloud trial version or a paid version.
    GOAL: My goal is to eliminate the CC pop up that occurs every time I access Dreamweaver CS6. I am satisfied with Dreamweaver CS6.  I do not want to lose the CS6 capability.  I do not want Creative Cloud trial version or the paid version.
    So far I have been unable to remove the pop up and I can’t find a way to phone or e-mail Adobe Technical Support.  When I received the CC Welcome message, I considered the following approach:
    1.    Accept the invitation to Get Started and install the 30-day trial version
    2.    Use the CC Cleaner Tool to uninstall Creative Cloud.
    This approach might work.  It is equally possible it would further complicate the problem.
    Should I accept the CC invitation to Get Started with CC and then use CC Cleaner to uninstall the Creative Cloud program?  Is there an alternative approach that will work?
    Thank you.
    Earl B. Stroup
    <Removed by Moderator>

  • How can I create a pop up window for a Windows Media video file in Dreamweaver CS6?

    I have a Windows Media video file on my homepage that plays automatically when you go to the website. I'd like to change my homepage. I now would like to place text that says "click here to play the video" and I'd like a pop up window to open and play the video. I'm using Dreamweaver CS6. Your help will be appreciated. Thanks.

    BlueSapphire777 wrote:
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Is the code you told me about (above), is it necessary for older browsers such as ie8? I thought you were saying it was for the HTML5 tags and I wasn't sure I'd bother with it. If it helps people with ie8, I probably should add it.
    I include it (or a link to a localized copy of the file) by default now.
    To truly support the ancient browsers out there, you'd likely need something like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <object width="500" height="500">
        <param name="movie" value="video.swf" />
        <embed src="video.swf" width="500" height="500"></embed>
        </object>
    </video>
    I don't bother with a Flash fall back for old browsers though. I just put in text letting the viewer know they're behind the times pretty severely, like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <p>Your browser is horribly, helplessly and hilariously outdated. Visit <a href="firefox.com" target="_blank">www.firefox.com</a> to download something better, more secure, modern, worthwhile, etc, etc...</p>
    </video>
    For junky old browsers that can't see any HTML5 (which the <video> and <audio> tags are), they get a text message to get something better and a link to go there.

  • Adobe Dreamweaver CS6

    Hi All,
    Has any been able to successfully ThinApp Adobe Dreamweaver CS6?
    Any help you can provide will be greatly appreciated.
    rdleach

    Please try the following and post the results:
    During Packaging:
    1. Install Adobe CS6 to C:\Adobe\ instead of C:\Program Files\Adobe\
    2. Stop Flexnet Licensing Service
    3. Run LicenseRecovery109 tool (download from Adobe website)
    Before Build:
    4. Open '%Program Files Common%\Adobe\Adobe PCD' folder and change the isolation to Merged
    5. Open 'cache' folder and change the isolation to Merged
    6. Rename the folder '%Commom AppData%\FLEXnet' to '%Commom AppData%\FLEXnetold'
    7. Open '%Common AppData%' and change the isolation to Merged
    8. Open '%Commom AppData%\Adobe' and change the isolation to merged
    9. If exist '%Commom AppData%\Adobe\SLStore', change the isolation to merged

  • Why does the reference panel not pop up in Dreamweaver CS6? Help!?

    Every time I go to Window --> Results  nothing pops up in Dreamweaver CS6 (non cloud member version). Is this not an option for those with a hard copy of the software???

    It's there.  On Windows, click F7.  If you don't see the Results Panel immediately, you may need to resize or close your Properties Panel tab group to make room for it.  See screenshot.
    Nancy O.

  • Dreamweaver 'Structure' category in Insert panel

    I've just downloaded Dreamweaver Cs6 CC and can't find the 'structure category' in the Inset panel. Any ideas?

    Check to verify you have the most recent update (13.1) by going to Help > About Dreamweaver.
    If you have the current version, your menu should appear when you click the sub heading in the Insert window. I think it should say "Common >" by default. The list under that arrow/text should read...
    Common
    Structure
    Media
    Form
    jQuery Mobile
    jQuery UI
    Templates Favorites
    Hide Labels
    If you're not seeing that, could you post a screenshot of what you have?

  • Unable to draw AP Div from Insert Panel as described in Tutorial "Classroom: Basic Site Layout and Navigation in Dreamweaver"

    I tried to perform the draw AP Div from the Insert Panel as described within the Tutorial "Classroom: Basic Site Layout and Navigation in Dreamweaver" but that option isn't available/visible from my most recent update t Dreamweaver CC. The only thing noticeable is that the instructor is using a Mac version of the software. Help!

    CS4 is 6+ years old.  A lot has changed in web standards and Dreamweaver since then.
    APDivs were never a good or sensible way to make primary layouts.  Today, they are downright impossible in Responsive web designs because content in APDivs is removed from the normal document flow.  See links below for further details on why APDivs should be avoided.
    http://www.apptools.com/examples/pagelayout101.php
    http://css-tricks.com/css-beginner-mistakes-1/
    If you're going to work with DW CC, you need to find tutorials to match your product version.  CS6 is wildly different from CC and CC 2014.
    Creating your first web site in DW CC-
    https://helpx.adobe.com/dreamweaver/learn/tutorials/how-to/first-website-part1.html
    Nancy O.

  • Where is Dreamweaver's new Insert panel?

    Hi,
    I just removed Dreamweaver CS6 and reinstalled it (Windows, ver. 12 rel. 5808) from Creative Cloud, in hopes of finding the new Insert panel with Media/HTLM Video option just announced in this video:
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-web/dreamweaver-cs6-update-f or-creative-cloud-members/
    Unfortunately that revision isn't present in the latest download.
    Will this revision apply to both  Win and Mac?  When will it actually be available?
    Also... sometimes CC notifies me that updates are available for certain CS6 apps and allows them to be downloaded and installed.
    Does this happen with all updates?  HOw quickly?  Manual removal and reinstallation is such a drag!
    Thanks

    Hi Dave, Thanks for your reply!  (I was finally able to download the latest version of Dreamweaver, which had the new Insert panel.) Unfortunately I've been having a far more severe problem for th elast couple of days: (inability to log into Creative Cloud or the support portal. I also can't log into http://helpx.adobe.com/contact/creative-cloud.html to request help! Assuming that you too aren't suffering from these problems... may I please ask you to help out by contacting them, eg., via forum or new issue ticket, and by indicating that I'm the one who needs the help!Here is my profile:http://forums.adobe.com/people/wbaafs And here are a few more details you can cut and paste if you like: Thanks Dave,Richard Kahn (for Bill Anderson)
    For over a day or two I haven't been able to log into plain old adobe.com (except very intermittently, and then can't open other pages from it). I can log into and view forums.adobe.com and get to Creative Cloud forum but I can't sign in and post a message about the log-in problems. These problems occur regardless of whether I try to log in with ANY browser from    -- my Win 7 destkop   -- VMs on my desktop (which don't have any creative cloud application manager or apps or CS6 apps installed on them), or
       -- from an old Vista laptop. Clearing all cookies from Firefox made no diffierence. I saw a staff post on the Creative Cloud forum from earlier today regarding a "degradation" problem with that service. That's putting it mildly! Can ypu please correspond with me via email or else give me a non-adobe.com-based help area that I can log into (or don't need to log into)? Thanks,Richard Kahn (for Bill Anderson)
    Date: Fri, 21 Sep 2012 11:14:51 -0600
    From: [email protected]
    To: [email protected]
    Subject: Where is Dreamweaver's new Insert panel?
        Re: Where is Dreamweaver's new Insert panel?
        created by David__B in Adobe Creative Cloud - View the full discussion
    Try going to Help > Updates within Dreamweaver CS6, that will launch Adobe Application Manager in a different way for updates. In there you can set preferences for automatically checking for updates for individual programs and how you are notified of updates. I show a newer build that what you listed 5848, so I think there is an update you need to install. -Dave
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4717159#4717159
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4717159#4717159
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4717159#4717159. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Dreamweaver  CS6 server behaviour panel (+) (-) inactive

    In my Dreamweaver  CS6 server behaviour panel bothe and signs are inactive due to which I m unable to add Lon in User for my login form ..
    plz help me,
    many thanks

    This may help http://www.kingluddite.com/tools/crud-in-dreamweaver

Maybe you are looking for