Hide/View Contents of SSI Script in Dreamweaver CS3?

I have some pages with scripts implented using server side includes.
When I look at my page in "design" view, it expands out the entire script, filling up my screen.  How can I hide all that included acript language, so that only the actual design elements (normal text and graphics) are visible?
I've tried everything I could think of under the "View" menu without finding anything that successfully hid the script.
I'm running Windows 7 on a 64-bit Sony laptop machine, if that matters...

Just to confirm, you are seeing actual code in your design view?
May we see a paste of your include file and a link to your uploaded page?

Similar Messages

  • Cannot view content text and elements in Dreamweaver

    Hi,
    I am not an expert in Dreamweaver, still learning. Would anyone tell me why when I open up the template in Dreamweaver's design view I cannot see the content text and other elements to edit or view? However, all those are still viewable in browsers. I can edit content only through code mode in Dreamweaver, not in design view. I am attaching the whole template for you to see.
    I would greatly appreciate your feedbacks.
    Ed

    Found it in the last line of the code, it's a Joomla template.
    The only real way to use this with dreamweaver is with one of the extensions for dreamweaver (not 100% required, but difficult without one), there are a number of extensions available (sorry, but none are free that I know of).
    Try - http://www.justdreamweaver.com/dreamweaver-joomla-tools.html , or do a search for  Joomla and dreamweaver extension.
    PZ

  • Dreamweaver CS3 Tutorial

    Does anybody know where I can view a really good tutorial for
    Dreamweaver CS3. I am a beginner and I have to develop a website
    for a class of mine using this software and I have no clue what I'm
    doing!

    You might want to try Lynda.com. They offer an outstanding
    library of
    online training courses and are very affordable. You can sign
    up for $25 a
    month and just go as long as you need to. All of their titles
    allow you to
    go through the first four or five movies for free, just to be
    sure the
    training style clicks.
    Lawrence Cramer *Adobe Community Ace*
    Cartweaver.com
    ASP, PHP, and ColdFusion Shopping Carts For Dreamweaver
    "and1chick" <[email protected]> wrote in
    message
    news:f863qd$6p5$[email protected]..
    > Does anybody know where I can view a really good
    tutorial for Dreamweaver
    > CS3.
    > I am a beginner and I have to develop a website for a
    class of mine using
    > this
    > software and I have no clue what I'm doing!
    >

  • How to Print the whole view content from a button on the View Layout

    Dear All,
    Good Morning All
    I am New to WebDynPro.Solution needed Urgently
    How to take print whole view content(lay out) in
    webdynpro application.i.e whatever it may be tablecontent or label or inputfield .
    Could you send the coded part briefly step by step from the beginning itself i.e
    i put the button in the view lay out below the printed parts(label or inputfield) name like show preview .
    Now my Question is what should i write in show preview function to take the print in label fields in the webdynpro view lay out
    B'cos i am new to webdynpro.Help me
    Thx in advance
    Regards
    Dhinakar

    Web Dynpro by default does not provide the option of printing the view content.
    However still you have a round about way of doing it. Create the an html page similar to the Web Dynpro page. Store the code into a String variable.
    String html="<html> ....<scripts>window.print()</scripts></html>";
    bytes[] source=html.getBytes();
    try{
    byte[] b=new byte[1];
    IWDCachedWebResource res=WDWebResource.getWebResource(b,WDWebResourceType.HTML);
    String url=res.getURL();
    }catch (WDURLException e) {
              // TODO: handle exception
    Now open the url in a new window and that would print the content of the html page.
    Regards,
    Noufal

  • How to Print the whole view content  from a button on the view

    Dear All,
    Good Morning All
    I am New to WebDynPro.Solution  needed Urgently
    How to take print whole view content(lay out) in
    webdynpro application.i.e whatever it may be tablecontent or label or inputfield .
    Could you  send the coded part briefly  step by step from the beginning itself i.e
    i put the button in the view lay out below the printed parts(label or inputfield) name like show preview .
    Now my Question is what should i write in show preview function to take the print in label fields in the webdynpro view lay out
    B'cos i am new to webdynpro.Help me
    Thx in advance
    Regards
    Dhinakar

    Web Dynpro by default does not provide the option of printing the view content.
    However still you have a round about way of doing it. Create the an html page similar to the Web Dynpro page. Store the code into a String variable.
    String html="<html> ....<scripts>window.print()</scripts></html>";
    bytes[] source=html.getBytes();
    try{
    byte[] b=new byte[1];
    IWDCachedWebResource res=WDWebResource.getWebResource(b,WDWebResourceType.HTML);
    String url=res.getURL();
    }catch (WDURLException e) {
              // TODO: handle exception
    Now open the url in a new window and that would print the content of the html page.
    Regards,
    Noufal

  • Design view in DreamWeaver CS3 disabled for CSS & Java

    I currently use Adobe Dreamweaver CS3, and only some files have the option to view them in code AND in design view. This works for most files (HTML, PHP, etc). However, anytime I create a new CSS or Java file, the design view is disabled:
    I have already tried the two other solutions I've found in this forum.
    First I tried Preferences > File Types / Editors, and I deleted all of the file types in the "Open in Code View" menu (pictured below).
    I restarted DW, and it didn't work.
    Then I tried several steps to re-create the Configuration folder (which it did, but the problem remained) listed here: http://kb2.adobe.com/cps/401/kb401118.html.
    Still nothing. HTML, PHP, ASP and all other files have the Design View and Split View available, but CSS and Java do not. I would really like to use DW to start editing CSS, but do not know it well enough to write in code and therefore could really use that handy Design View so I can learn as I tweak it.
    Any help much appreciated - thanks!

    HTML, PHP, ASP and all other files have the Design View and Split View available, but CSS and Java do not.
    That's correct. That's as it should be.
    A CSS file contains a bunch of text only CSS rules. Javascript is text-only script. There's no layout to see for CSS and JS files in Design and Split View so they're disabled.
    Files with layout e.g. .htm, .php have Design View because they're web pages with a layout which can be viewed.
    I would really like to use DW to start editing CSS, but do not know it well enough to write in code and therefore could really use that handy Design View so I can learn as I tweak it.
    Open any .htm or .php (or other) web page and its associated CSS file.
    Then tweak the CSS either via Code View in the CSS file, or using the DW CSS Editor when viewing the .htm/.php file, and see the formatting changes applied in Design View in the .htm (or .php) file.
    Do not rely on DW's Design View as an absolute reference for pixel perfect accuracy. It will always be an approximation only to assist visually oriented web designers while editing.
    Always test all CSS rules and edits in a range of browsers. Browser support for CSS rules and effects varies. Not all browsers support everything on offer in CSS1, CSS2 and CSS3.

  • SWF problem in Dreamweaver CS3 and strange Script file

    Hi folks, I am using Dreamweaver CS3 and tried to upload a
    SWF file today. The SWF includes three buttons, one for video,
    another for audio and one for text. Before loading up to DW all
    three parts played fine. But when I uploaded to DW and my site, the
    video fails to play. A Script file, and another file downloaded I
    am not sure what I am supposed to do with this script file. The
    script file is called The audio and text part works fine, but the
    video will not play. I am not sure why this is, but when I uploaded
    the file to Dreamweaver there was a Script file called
    AC_RunActiveContent.js that automatically downloaded along with a
    file called .htaccess
    The other file is called called .htaccess
    I uploaded both files to my server, but that did not help the
    video play. I tried pasting the AC_RunActiveContent.js code into my
    page and uploading, but that did not help the video play either; I
    just got code at the bottom of my page.
    I have viewed the page in Mozilla, IE7 and Flock, but still I
    cannot play the video.
    Does anyone have any idea how to make the video play in
    Dreamweaver; what I am supposed to do with these two code files?
    For those interested in the AC_RunActiveContent.js code, I
    will post below. Please try to explain simply because I am not so
    tech savvy.
    I thank you all.
    Mary

    I have managed to fathom it out.

  • Dreamweaver CS3 Remote View file display

    Specs:
    Dreamweaver CS3 on Windows XP Pro SP2.
    Upgraded from DreamWeaver MX
    1680 x 1050 60Hz resolution on vertical display LCD panel
    with the monitor turned/displayed verticle so I can view more of
    our site tree.
    Problem:
    When viewing files in split panel display (Remote Site on the
    left, Local Files on the right) my Remote Site display will
    collapse upward...hiding files from view, but they are actually
    still there: I can click Refresh and the tree expands again: After
    several seconds or sometimes immediately portions of the
    folders/files will collapse/hide again.
    It will do this to files I have selected. It will hide files
    I have checked out. The worst of it is that sometimes files will
    hide or collapse within sub-folders..giving the appearance that
    files are stored in incorrect folders.
    Thank you for your time

    Can you explain the symptoms in more detail? Mixing the use
    of DW8 with
    DWCS3 would not make remote files appear and disappear.
    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
    ==================
    "shimmerdark" <[email protected]> wrote in
    message
    news:fs91gm$dea$[email protected]..
    > Having the same problem with our company website. It
    seems that files
    > randomly
    > disappear and reappear when they feel like it. Not sure
    if it is a FTP
    > issue or
    > something else. I am the only one in our organization
    that is currently
    > using
    > dream weaver cs3. Everyone else is still use DW8.
    >

  • Is there an availability script for dreamweaver?

    Hi for my site i like to build an avalabilty page. Its a Site where you can rent a house.
    I have something like this in mind:
    http://www.vakantievillamydream.com/en/availability.html
    I hope its possible?
    Regards Brian

    thank you snake eyez,
    I found one. But the problem ive got now is confusing. I see a lot of text and i dont know why that is.
    Hope you can help
    http://www.hureninparamaribo.nl/contact.htm
    regards Brian
    Date: Thu, 17 May 2012 09:46:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Is there an availability script for dreamweaver?
        Re: Is there an availability script for dreamweaver?
        created by SnakEyez02 in Dreamweaver - View the full discussion
    It's possible as long as you know how to program.  DW has nothing built in to make these.  If you don't have the knowledge I would recommend outsourcing it or going to a place like Hotscripts.com and look for one in your server language.  None really come to mind or jump out at me, but many are free or have free trials so that you can see what works best for you.
         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/4416249#4416249
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4416249#4416249. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Hide the content area border on prePrint

    I would like to hide the content area border of a date field dynamically on the prePrint event using Javascript. This is the Appearance field on the Field tab on the Object tab. Is that possible?

    Hi Michael,
    You can achieve this with script in the prePrint and postPrint events.
    I have a sample here: http://assurehsc.ie/blog/index.php/2010/06/laying-out-a-form/
    You should look t page 2, in particular the pre-print border changes example in the middle column.
    Hope that helps,
    Niall

  • Hide specific content from search engine SEO, javascript

    Hello,
    I was wondering how good this would work to hide specific
    content for search
    engines.
    <script>
    var text =
    '<table><tr><td>Hello</td></tr></table>'
    document.write(text)
    </script>
    I have a site that has a database, when a user arrives at the
    page the
    database is checked against the ip and a flag is shown for
    that specific
    country. I would like to hide that from search engines as the
    search engine
    seems to make it local to itself.
    do you think the above should work ok. I have been told else
    where "just
    make it display only by Javascript... search engines do not
    run javascript
    and should thereore NOT see the text"
    would be interesting to know others commons on this.
    regards
    k

    .oO(Malcolm _)
    >On Tue, 08 Jul 2008 18:28:41 +0200, Michael Fesser
    <[email protected]>
    >wrote:
    >
    >>.oO(twocans)
    >>
    >>>
    http://wwp.greenwichmeantime.com/time-zone/europe/uk/flag.htm
    >>>
    >>>union jack
    >>
    >>But the Union Jack is not the English flag, which is
    what I asked for.
    >>
    >>Working with flags in the WWW can become very
    difficult. Making an
    >>inappropriate choice may even offend some people.
    >>
    >>Micha
    >
    >well the English flag is the St George's Cross - Red
    Cross on white
    >background. it is shown just below the Union Flag.
    Correct, but most people don't know that and just take the
    Union Jack
    for everything that's somewhat related to "English", hence my
    question.
    It's most commonly seen on pages that use flags to point to
    different
    language versions of that page.
    This is not the case here, though, but I just wanted to point
    out that
    flags on a website can be troublesome. And I still don't
    think that
    determining the user's country just by looking at its IP can
    be done
    reliably, so some users will definitely get a wrong flag.
    Whether this
    might be a problem or not depends on the OP and his target
    audience.
    Micha

  • Hide "View Item" ribbon element using jquery or css

    Hi,
    How to hide "View Item" ribbon element using jquery for a single custom list?
    In CEWP, i have tried this:
    .ViewProperties.Manage.ListItem#Ribbon {
    DISPLAY: none
    But this is not hiding the "View Item" option.
    How to achieve this?
    Thank you

    I have tried different CSS and Javascript tricks to hide this item but not successed,
    Now one another solution i found is to used the SPRibbon.TrimById method,
    So for that you need to create one webpart, and add following line of code to it , add this dll first Microsoft.Web.CommandUI.dll
    public void HideRibbonItem()
    SPRibbon ribbon = SPRibbon.GetCurrent(this.Page);
    if (ribbon != null)
    ribbon.TrimById("Ribbon.ListItem.Manage.ViewProperties");
    Now call this function to the page load event of webpart,
    Now add this webpart to that page instead of content editor webpart,
    so it will hide the View Item form the custom list ribbon
    Hiren Patel | Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • How to hide/view a SSRS report parameter control dynamically at runtime?

    Hi,
    I am using SSRS 2005. I want to enable/disable or hide/view parameters based on another parameter selection.
    Say Suppose I have 5 parameters. User selects first value in first parameter I should show only Second parameter and hide remaining 3 parameters (Parameter 3,Parameter 4 & Parameter 5).
    If user selects second value in first parameter I should show third parameter and hide remaining 3 parameters(Parameter 2,Parameter 4 & Parameter 5).
    Similarly If user selects third value in first parameter I should show fourth and fifth parameter and hide remaining 2 parameters(Parameter 2 & Parameter 3).
    There is no relationship between these parameters except user selection.
    I can not see any Visible property for report parameters.
    Any "builtin" support in SSRS for this scenario.
    Appreciate your help.
    Regards,
    Bala

    Thanks for the tips.
    RDL is deployed in Report sever and the Report is integrated with .net application. End user view the
    Reports from Application.
    Currently I show the parameters as you mentioned in point 2.
    Based on my understanding on Point 1,  I want to create an independent web page in .net that has
    the entire parameters section and then a submit button that calls the report with the selected parameters.
    From SSRS side, I want to hide the parameters statically and make default values as NULL.
    Can I achieve Show/Hide parameter functionality by this way?
    Regards,
    Bala

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

Maybe you are looking for

  • MainStage 1.0.2 released

    MainStage 1.0.2 addresses specific customer issues and general performance issues and improves overall stability. This update is recommended for all MainStage users.

  • Hp 2311x monitor has darkened area

    Why does my HP 2311x monitor have a darkened area in the top right side of the monitor?

  • Looking for an elegant dual monitor auto-configure solution (SOLVED)

    I am currently using XFCE becuase Gnome and KDE are both too heavy for my weak little laptop with intel onboard graphics.  The number one thing I miss is auto-detect and configuration when I plug or unplug my monitor. I can't find anything that works

  • Investee Unit level data from ECC to BCS

    Hi All, I have a question about intergrating BCS with ECC. For Investment FS items we need to have Investee unit as a breakdown. When data is integrated with ECC, how is the Investee unit data populated. Is there a field in ECC for investee unit? For

  • Creation of checkboxgroup in WebDynpro Dynamically

    I want to develope a WebDynpro application, which creates UIs dynamically when the application is running. How can i write code for *CheckboxGroup*