Can't see .cfm files in Design view

Can't see .cfm files in Design view in Dreamweaver CC.

Hi pkregel,
Do these files open as intended in Dreamweaver CS6? I am not a CF expert but I am guessing that if you are able to open the files, then you should be able to see them in both the views. Can you post a screenshot as well?
Thanks,
Preran

Similar Messages

  • Inserted the code but can't see the site in design view

    Hello, I just downloaded the trial version of DW ver.8 and
    opened an existing site I have and can't see anything in the design
    view, but everything is there in the code view... and the site
    shows just fine in the browser preview! This problem happens with
    all the html pages I open up. Someone please tell me what I am
    doing wrong. I am using mac osx ver.10.4.5.

    I copied and pasted the code into DW and I didn't have a
    problem viewing it,
    A couple of things:
    You need to close a a tag here: the > was missing at the
    end:
    <img src="./icon/sample04a.jpg" border="0"
    onmouseover="this.src='./icon/sample04b.jpg'"
    onmouseout="this.src='./icon/sample04c.jpg'" style="cursor:
    pointer;">
    You also need to change:
    <script language="javascript">
    to this:
    <script language="JavaScript" type="text/javascript">
    You may want to put the page through the validator and fix
    the problems
    associated with the page:
    http://tinyurl.com/jw7bg
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    - CSS Templates|Tutorials
    http://www.csstemplates.com.au
    http://www.perrelink.com.au
    - Web Dev
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "Big Regz" <[email protected]> wrote in
    message
    news:ea9cp6$clu$[email protected]..
    >
    http://www.egocreative.com.au/index.html
    >
    > This is who I am currently employed with. The site was
    done by someone
    > before
    > I started and was done outside DW (I think he used html
    code only). This
    > site
    > and any other that I am trying to open and edit can't be
    seen in design
    > view
    > but the code can be viewed, and can be seen properly in
    the browser
    > preview. I
    > really want to use this new version of DW
    >

  • Can't see my page in design view, usind split screen

    Hi everyone, I am new to these forums and new to dreamweaver,
    I have a problem which I have no idea how to fix.
    I have been using the program (in my limited ability) saved
    my work, then when I opened it today, I have no design view in Code
    and Design view. The top part is fine but all I have is lots of
    lines at the bottom.
    The actual website seems fine, but just means I can't make
    any changes other than in code view, which I a not skilled enough
    to do.
    Please help.
    Regards
    Hypnoman

    There are a lot of problems with this page!!
    You will need to clean up your code! You have invalidly
    nested tags, empty tags, unclosed tags!
    If you would like a quote to clean up this page, send me a
    message!

  • Manage Sites/FTP: Can't see site files in local view.

    Dreamweaver 5.5
    Mac OS X.6.8
    I have several sites set up in Dreamweaver. All are working correctly except one. This one site I moved files using Finder into a deeper directory and then moved them back up to the top level directory. I have been working with the site since and saving, so that's not the issue. I am mentioning it because that is the only unique thing about the site that isn't working.
    When I look at the site in the Files panel, I can see the directory I set up in Manage Sites but no files inside it. If I put all to my remote site, 0 bytes are transferred.
    So far I have
    1. removed the site and created a new one.
    2. Closed the app, blown away Drmwvr prefs, and reopened. The site is still there, so that prefs file doesn't cover it.
    Any ideas? I cannot FTP files to my host if Dreamweaver doesn't "see" the files I need to put.
    Thx
    Jacqueline

    2000sowell wrote:
    Dreamweaver 5.5
    Mac OS X.6.8
    I have several sites set up in Dreamweaver. All are working correctly except one. This one site I moved files using Finder into a deeper directory and then moved them back up to the top level directory. I have been working with the site since and saving, so that's not the issue. I am mentioning it because that is the only unique thing about the site that isn't working.
    When I look at the site in the Files panel, I can see the directory I set up in Manage Sites but no files inside it. If I put all to my remote site, 0 bytes are transferred.
    So far I have
    1. removed the site and created a new one.
    2. Closed the app, blown away Drmwvr prefs, and reopened. The site is still there, so that prefs file doesn't cover it.
    Any ideas? I cannot FTP files to my host if Dreamweaver doesn't "see" the files I need to put.
    Thx
    Jacqueline
    Moving files in Finder is fine as long as you can follow the moves in your files panel. Troubles start when you move files outside of DW and then can't keep up with them. Broken links, orphaned pages, etc.
    In Sites>Manage Sites you need to Edit the site in question and browse to the new root folder location. Then browse to the images folder and SpryAssets folder if you have one. Once you have redefined the site with the proper locations, the files will appear in the panel in DW.
    As long as you haven't deviated from the correct structure on the server, you should be able to put files and they will upload.
    As a rule, when moving or renaming files in a defined site, do it from within the Files Panel in DW, not in Finder. DW will update links and pages when you do and things will go much more smoothly.

  • Can't see swf file in live view or browser preview mode in Dreamweaver

    I inserted a swf file into a div and it works fine in the standard edit mode (it plays when I push the play button on the properties panel). When I attempt live mode or preview in browser I get the message that i need flash player 10.3, which I have already installed. This is my code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="750" height="500" align="middle" id="FlashID" title="slideshow">
          <param name="movie" value="slideshow.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="11.0.0.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object data="slideshow.swf" type="application/x-shockwave-flash" width="750" height="500" align="middle">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="11.0.0.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    Help!

    There were some Firefox plugin issues a while back
    Please upload the page and any dependant files on the web, and post a link.
    Many eyes, many browsers should reveal the problem

  • Unable to see JSF pages in Design View after upgrade to Netbean 6.1

    Hi:
    I have a Sun Java Studio Creator Update 2 Project and I upgraded to Netbean 6.1 according to Sun's migration guide. It compiles and runs OK, but i can not see any page in design view at all.
    Any one has any idea?
    thanks

    Hi Sriram,
    I want to see  commit stats on SM50 while background job runs. I unable to see on after upgrade.
    all db stats are updated. On Sm50 screen unable to see Database commit count.
    Cheers,
    Harish

  • My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    My file names have disappeared in grid view. Thery have been replaced with a dark bar along the bottom of the previews. If I toggle using the command u it hide the bar but I still can't see the file name. In list view all the file names are OK.

    The dark bar is caused by the option "Show metadata below image".
    Check the settings for the metadata overlays in Grid view (basic and expanded) by clicking the little "badge" icon below the Browser and selecting "Edit". Is the filename still enabled in the list? And in a high enough position to have precedence for other metadata tags, if the space does not suffice to show all selected tags?
    Regards
    Léonie

  • I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    Cannot see what files ? Music (synced music should appear in the iPod app), films/TV shows (Videos app), documents ... ?

  • I am trying to transfer pictures and music from my phone to my computer, and when I connect my phone, it says Device not installed correctly. I can not see my files or nothing. What can I do?

    I am trying to transfer pictures and music from my phone to my computer, and when I connect my phone, it says Device not installed correctly. I can not see my files or nothing. What can I do?

    Try downloading these http://www.samsung.com/us/support/owners/product/SCH-I535MBBVZW
    or searching for it here Verizon Wireless Cell Phones - Verizon Wireless Accessories | Samsung

  • How can I see my files on Time Capsul

    How can I see my files on Time Capsul

    Do you mean Time Machine files or ordinary files.. ??
    Did you copy files to the TC? It should just open in the finder as long as the TC is available and the airport utility shows it connected.
    If you want to see the contents of the TM files.. open the sparsebundle and use main Time Machine icon in the dock.
    Read more.. pondini will help you.
    http://pondini.org/TM/FAQ.html
    Try Q15

  • How can i see PDF files in Nokia 5230

    How can i see PDF files in Nokia 5230

    sandy2410 wrote:
    @moonnight12
    Adobe has its own pdf reader for symbian s60 3rd edition devices.
    http://www.adobe.com/products/acrobat/readerforsymbian.html
    Hopefully this helps
    Cheers
    Sandy
    Did you actualy read this. " QuickOffice is the Exclusive S60 Provider of this release".
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • I have an external hard drive 1 TB - it says that 559GB has been used , but I can't see any files at all.   Is there a way to recover those files. I have a lot of photos on it. I have an IMac and running MAC OSX versuib 10.7.5   I am new to Mac.

    I have an external hard drive 1 TB - it says that 559GB has been used , but I can't see any files at all.
    Is there a way to recover those files. I have a lot of photos on it. I have an IMac and running MAC OSX versuib 10.7.5   I am new to Mac, so I hope somebody can give me some advice.
    Cheers

    if it's ntfs microsofts filesystem then you need a windows machine to recover them

  • How can i see the text of one view?

    I want to see the text of one view stored in my Oracle DB, then i run the next query:
    SELECT TEXT FROM ALL_VIEWS WHERE VIEW_NAME = view_name;
    The problem is that the information return me truncated.
    How can i see the text of one view?
    Sorry, my English is terrible.
    I'm from Argentina.

    Use 'set long 100000000' at sql prompt. Run your query again.

  • I can't see some files in web

    I can't see some files, or videos, in web, I can't download adobe player

    Well, I don't know what the problem actually is in the first place, it should work as is, I think something is messed up with the present driver and replacing it would perhaps get around that problem.
    It seems like I'd be adding one more layer of complexity to the Vista machine...
    Not sure how the Vista machine is involved in this, since these are drivers for the Mac.
    Though to involve the Vista Machine, One option not mentioned yet is MacDrive for you PCs... allows them to Read/Write HFS+...
    http://www.mediafour.com/products/macdrive/

  • I can't see .NEF files in finder from mi NIkon D7100. Helllp !!!!!

    I can't see .NEF files in finder from mi NIkon D7100. Helllp !!!!!
    I can open NEF files in Camera Raw but Im not seeing tumbs in finder !
    Also I cant see them in preview too.

    Well, I don't know what the problem actually is in the first place, it should work as is, I think something is messed up with the present driver and replacing it would perhaps get around that problem.
    It seems like I'd be adding one more layer of complexity to the Vista machine...
    Not sure how the Vista machine is involved in this, since these are drivers for the Mac.
    Though to involve the Vista Machine, One option not mentioned yet is MacDrive for you PCs... allows them to Read/Write HFS+...
    http://www.mediafour.com/products/macdrive/

Maybe you are looking for

  • How to get ALL data from ipod to new computer with itunes??

    I have a ipod touch 2nd gen. I have cd's and purchased songs on my ipod. I did use itunes on my friends computer for a number of years but now I've got windows 7 computer and i have downloaded itunes but it won't let me transfer current data on my ip

  • Ibooks how to do samples with the full toc visible

    I am editing a sample of the book i am uploading to iBookStore. On the sample, I'd like to have the whole TOC (table of contents) visible, though the chapters that are not included on the sample would appear dimmed, in grey or something. How could I

  • Library upgrade Question - To reprocess or not to reprocess

    so after the library upgrade finally goes through, and the images are adjusted to be used with the new sets of brushes and presets, Is it really necessary to reprocess masters? This is what destroyed my library two days ago and caused me to have to d

  • Add an MSSQL "Linked" Server Object as a Data Source in Sharepoint Designer

    This is a hard question to research as there are "Linked Data Sources" in SharePoint Designer.  NOT WHAT I'M TALKING ABOUT. :) In Microsoft SQL Server you can create Linked Databases.  I'd like to find a way to use a Linked Database as a Data Source

  • Really don't like new BT vision

    Have recently been upgraded to new BT vision and do not like changes . It is not easier to use TV guide - you cannot just switch on TV you have to negotiate all the categories . Also when listening to radio you get constant advertising of TV programm