Template page won't display on the web.

One of my web pages was saved as a template and won't display graphics when uploaded, just code.  It has the extension dwt.  I thought probably what I should do is make
an html page copy and use that.  I don't know how that is done, or if that would be the best solution.  Any help would be appreciated.

You should never publish your Template.dwt file to the web except to have as a backup in case your Template ever becomes corrupted or lost.
Templates are a proprietary DW file type used to create the rest of your site pages.  Go to File > New Page from Template.  Select your .dwt file and hit create.   The resulting new page is a child page based on that main template.  Save as index.html (your home page).  Repeat with other site pages.
Add editable content to each of your child pages.  Everything outside Editable Regions in the template will be populated to all child pages -- very handy for site wide menus, headers, footers and sidebars.
When you edit a template, you must re-publish all child pages based on that template to your server.
For more details on the use of DW Templates, use F1 Help in DW.
Nancy O.

Similar Messages

  • Landscape Paper Layout - Won't Display on the Web

    I am trying to display a report (paper layout only) on the web using desformat=pdf. To test if the report could be viewed via the web, I created a simple version and could view it in my browser w/ no problem; however, after adding some columns and making some formatting changes, including making the report display as landscape, the report will no longer display in my browser. Instead, the browser window just displays a blank white space w/ the little image icon in the top left corner. (The one that's the little box with the red square, black circle and blue triangle in it.)
    Again, this is not a web layout, but the paper layout of the report, and is meant to open up as a pdf. It is also a must that I display this report as landscape rather than portrait.
    What can I do to make this report display correctly in the user's browser?

    Hi Brice,
    I just tested this with a very simple report in landscape (11" x 8.5"). The report appeared correctly in the browser, and I also printed it to confirm it comes out in landscape. I used Reports 10g.
    So I think there may be some other problem with your report. For testing, you can leave the report as is (formatting, data etc), but change the page dimensions to portrait, and see if that comes out properly in your browser.
    You can also test this - send the landscape report to file (destype=file) instead of displaying it on the browser (destype=cache), and see if the file come out fine.
    What is the Report version you are using?
    Navneet.

  • When the image is uploaded on the server and it is displayed on the web pag

    Dear frenz,
    How the image is uploaded on the server which is at the specifiecd URL and it is displayed on the web page?
    Regards,
    Jasmeen

    it is as simple as doing with a java program .Just place the image file inside your webapps folder and the rest will be done by webserver.

  • Xml page can't display in the first time

    Hi everyone:
    I want to read data from MySQL to web page using JDOM.I read the data from database successful and insert them into a xml file.But I can't open the xml page property.It will display after I refresh the page more than ten times!
    I find that it become easy if I use JDOM to do this work.I write the logic in a servlet:
    /////////////////////////the servlet code is:////////////////////////////////////////////
         public void displayXml(){
              SAXBuilder build=new SAXBuilder();
              try{
              Document doc=build.build(new FileInputStream("C:\\tomcat\\webapps\\ROOT\\xmlbook\\mysql.xml"));
              Element root=doc.getRootElement();
              List books=root.getChildren();
              out.println("debug... ...");
              while(rs.next()){
              Element id=root.getChild("id");
              id.setText(rs.getString("id"));
              Element name=root.getChild("name");
              name.setText(rs.getString("name"));
              Element title=root.getChild("title");
              title.setText(rs.getString("title"));
              Element content=root.getChild("content");
              content.setText(rs.getString("content"));
              Element time=root.getChild("time");
              time.setText(rs.getString("time"));
              XMLOutputter xmlout=new XMLOutputter("",true,"GBK");
              xmlout.output(doc,new FileOutputStream("C:\\tomcat\\webapps\\ROOT\\xmlbook\\mysqlnew.xml"));
         }catch(Exception e){
              out.println(e.toString());
              System.out.println(e.toString());
    //////////////////////////////index.html/////////////////////////////////////////////////////
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
         <head>
              <title>Enter the title of your XHTML document here</title>
              <link style="html/css" href="style.css" rel="stylesheet"/>
         </head>
         <body>
              <h2>welcome to here</h2>
              <form action="mainpageurl" method="post">          
              <p><input type="submit" value="CliCk To EnTEr" /></p>
              </form>
         </body>
    </html>
    //////////////////////////mysql.xml////////////////////////////////////////////////////
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet href='mysqlxsl.xsl' type='text/xsl'?>
    <rootpro>
         <id/>
         <name/>
         <title/>
         <content/>
         <time/>
    </rootpro>
    /////////////////////////////End code///////////////////////////////////////////////////
    I add a hyperlink to the xml in a web page.It will go to the xml page when user click the button.
    But there is a problem puzzle me.The xml page will not display when the user first to come this page.The browser report error:"Can't display this page.The xml file must have a top element".It can display after I refresh this xml page more than ten times.Why?But the xml page already have a top element!~.I means the client must refresh the xml page more than ten times for display it.someone know why? :(

    sorry,My xsl file is:
    ////////////////////////////mysqlxsl.xsl//////////////////////////////////////
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:output method="html"/>
    <xsl:template match="/">
    <html>
         <head>
              <title>WelcomE To thE MainPagE</title>
         </head>
         <body>
         <table border="1" bgcolor="#eecc00">
                   <tr>
                   <td>User Information</td>
                        <td><xsl:apply-templates select="result/entry"/></td>
                   </tr>
         </table>     
         </body>
    </html>
    </xsl:template>
    <xsl:template match="entry">
    <li><xsl:value-of select="ID"/></li>
    <li><xsl:value-of select="Name"/></li>
    <li><xsl:value-of select="Title"/></li>
    <li><xsl:value-of select="Content"/></li>
    <li><xsl:value-of select="Time"/></li>
    </xsl:template>
    </xsl:stylesheet>
    I want to transform the xml file using the xsl.

  • Spry not displaying on the Web

    I
    have built a webpage conatining a spry widget with flyouts , I have uploaded my files to my host server To display the widgets properly
    I save each page as a html page which i built from a Dreamwever template. Now when the page displays on the web it just has text where the spry should be
    The txt is in Hyperling form but the links dont work eaither. Waht am I doing wrong ?

    Waht am I doing wrong ?
    No idea.
    Please post a link to your problem page so we can take a look.

  • Error while executing the report to display on the web in BI 7.0?

    Hi All,
    In BI 7.0, Getting Error while executing the report to display on the web?
    The error message displayed is:
    " Network Access Message : The website cannot be found ".
    Source: DNS error.
    Why this error is coming.
    Wht needs to be done.
    Thanks in Advance.

    Hi Kishore,
    All the configurations are in proper shape.
    We need to change any IP adresses or proxy settings in the Internet explorer (Tools -> Internet options -> Connections -> LAN settings -> etc.,)
    Do We need to configure any server address for getting the output to display on web pages in BI 7.0.
    EP is not configured over here. Is that causing the problem.
    Thansk in Advance.

  • Firefox was working on my new iMac but then, after switching on recently, won't connect to the web – whereas Safari has no problem.

    ===
    Hi
    I bought an iMac a week ago and installed Firefox via Safari. It worked fine for a while but, after a recently switching on, it won't connect to the web whereas Safari has no problems.
    I've tried following the Firefox Help, looking into the iMac firewall, but still no luck.
    I've no idea whether related or not but yesterday I had a system glitch where the iMac stated no wi-fi was installed and only connected via a physical lead to my house router. Also, there was no sound output via Safari. However, after booting up today all seems well – apart from Firefox still not working. It loads the start page but can't access the web.
    I have Little Snitch running, and wonder if that's the culprit... but it's working fine with Safari, seemingly.
    (Finally, how do I stop a dialogue box appearing on start-up saying that "To open “X” you need a Java runtime. Would you like to install one now?)
    Any ideas anyone?
    Cheers
    Rob / Sheffield / UK
    ===

    On the wireless networks that your Mac has had trouble connecting to, do you know which Wireless Security type (WEP, WPA, or WPA2) is being used?
    If it is WEP, one of the problems is that the actual standard relies on a 10 character HEX key for 40bit WEP and a 26 character HEX key for 128bit WEP.   In order to make things easier, vendors use certain algorithms to convert simple alphanumeric passwords (or passphrases) into HEX keys, thus enabling the use of simple easy to remember WEP password rather than lengthy HEX keys. The problem is that different vendors use different algorithms to generate the HEX key and therefore a ASCII password on an AEBS will be hashed differently on a non-Apple client and vice versa.   You may find the following Apple Support article helpful.

  • Photo page won't display properly in safari

    Hi everyone!
    I'm completely new to building websites and need some of your expert advice?
    For some reason my photo pages won't display properly in Safari but ok in Firefox?
    It worked fine a week ago and I can't think what I've done wrong since I republished last night?
    http://www.abeledo.talktalk.net/losavellanos/House.html
    Can anyone help?
    I'll buy you a pint!
    Cheers

    No luck unfortunately.
    I changed the background to a solid and made the changes that you suggested roddy, but neither seemed to work. I know I must be doing something wrong? Do the photos appear ok with you roddy? All I see, is half the page i.e nav bar, top image, 'the house & garden etc text and top half of the darker box where the thumbnails should appear. And this happens with all 3 photo pages currently on the site.
    http://www.abeledo.talktalk.net/losavellanos/House.html
    http://www.abeledo.talktalk.net/losavellanos/Teror.html
    http://www.abeledo.talktalk.net/losavellanos/The_Island.html
    I've been clearing my cache in both browsers every time I republish.
    I've also tried upgrading to the new 3.0.3 beta Safari? You'd think - out of all the browsers- iWeb would work seamlessly with Safari wouldn't you? - Firefox is fine.
    Do you think I should start from scratch?

  • Desktop CHM pages won't display

    Hi,
    I am trying to run a chm from RoboWizard and other chm files
    from my destop and the pages won't display. I created a new test
    chm and the pages displayed ok.
    Thanks
    D

    Found the answer, right-click on the chm icon and unlock
    it.

  • Difficulty using a projector. I have a MBP 17" and am running 10.6.8. Often I need to make a Powerpoint or other presentation  at a client and I want to connect my computer to their projector. Either it won't display on the projector at all. HELP!

    Difficulty using a projector. I have a MBP 17" and am running 10.6.8. Often I need to make a Powerpoint or other presentation  at a client and I want to connect my computer to their projector. Either it won't display on the projector at all. Once it displayed but the presentation mode was on the big screen and the presentation I wanted to show was on my MBP screen. I have the adapter( white ones) to attached to the projector cables.  I am so frsutrated...it looks so silly not to have a computer work during a presentation..
    Another problem one the rare occasion that it shows on the screen is that the presentation does show just my desk top.  Any ideas?
    Thanks !

    You often have to turn off Mirroring to be able to set the second "screen"s resolution to something reasonable. When you do, the two screens become an "Exceeded Desktop" joined along one edge, and the Arrange pane in displays prefs can allow you to specify what edge. Initially, it will show a vacant extension of the built-in screen's desktop.
    The mouse moves freely across that shared edge, and can allow you to drag the presentation window across to the the projector screen and re-size it to fit.

  • View html page in forms 6i on the web

    Hi to all
    I want to view a html page in my form on the web, i try to use web.show_ocument, but it opens a page in another window. I'm working with oracle 9ias, and i can't use OLE and OCX. How can i open an html page in a frame (and not in onother window)?
    Plz HELP!!
    Thanks in advance

    Hi,
    if starting Forms in a HTML frame you can launch a HTML page to show in the same view. If e.g teh frame name for the HTML contect to show is "details" then you can do
    web.show_document("<URL>",'details');
    There also exists the IceBrowser class that knows how to render HTML pages. You ca add this in a PJC or as a Java Bean to Forms.
    http://www.icesoft.com/products/icebrowser.html
    Frank

  • Why won't skype activate the web cam on my kindle ...

    Why won't skype activate the web cam on my kindle fire hd?

    The question has been answered but not that you like to hear.
    You have been using an iPhone since 2011 with an iCloud ID that is not yours, how do you explain that?
    I saw a message that said your phone was lost and erased, and I was asked to activate my iPhone with my Apple ID.
    Since you know it was lost but not by you, you have an iPhone that is not legitimate. Your receipt may get you out of trouble with the police but that doesn't make the iPhone yours.
    Activation Lock cannot be bypassed and  if the your story is true then you should sort it out with Best.
    Read this: http://support.apple.com/kb/HT5818

  • Siebel Charts gets generated but does not display in the Web client

    Siebel Chart is getting generated in NetChart4.6\Server\root\projects\Siebel.chart folder. However does not display on the Web client
    There is either no error displayed on the front end...
    Also note that Charts is installed on Windows environment and Siebel Server is installed on Linux Server

    Dear User,
    Thanks for using Oracle communities.
    Does this happens in dedicated client as well?
    We would need to have traffic captured when you are actually executing actions. The tools like fiddler etc will help here to track the traffic.
    I would suggest you open SR with MOS since it will need some analysis on network trace like fiddler. You can refer this thread in SR as well, so that once issue gets resolved thread will get updated with solution which will benefit others.
    Best Regards,
    Chetan

  • Web page won't display

    when i try to connect my laptop running on vista to the home hub 4 wirelessly it says that it is connected but it won't display any web pages saying there is a problem with the router or modem but my other laptop running on windows 7 has no problems please can anybody help??

    As Keith has suggested, check that the drivers for the wireless card are up to date via the card manufacturers website, obviously you will need to do this on your other laptop and if need be download them then transfer to the Vista laptop. Also go into the hub management page and change the security from WPA and WPA2 to WPA only and see how you get on.
    See link how to change hub security.
    http://bt.custhelp.com/app/answers/detail/a_id/10360/~/how-do-i-change-between-wep-and-wpa-on-the-bt...

  • Pages won't display only in Firefox, even in safe mode (I can see requests and replies coming back but it seems like the page rendering cancels).

    I have tried safe mode, all the options outlined here: https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    This doesn't seem to be related to any particular site. When I try to access a web server running locally on my machine, I can see that the request is sent and the server responds as well. But the page will not render.
    What I'm trying to do:
    1. Open firefox, navigate somewhere (works)
    2. Browse around
    3. Seemingly at random, when clicking a link, it will stay in the state a:active and the new address will be displayed in the address bar, but page content will not be rendered (link still active, as I was holding the mouse button on it)
    One site that it happens with, is http://fortumo.com
    happens in safe mode, with or without addons and doesn't seem to be affected by the theme either.

    Anything unusual if you check the Net log or the Network tab in the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K)?
    *https://developer.mozilla.org/Tools/Web_Console
    Note that you need to reload the page (F5 or Ctrl+F5) to create/update the log.

Maybe you are looking for

  • Google contact sync gets hung since 4.4.2 OTA android update

    My S4 stopped completing Google contact syncs after the last Android update. All other Google tools complete the sync (App Data, Calendar, Drive, Gmail, etc), but the little arrow circle next to Sync Contacts stops spinning and gets hung. At the bott

  • Acrobat 9 Pro not detecting differences

    I'm comparing two PDF's, Acrobat 9 Pro, two pages only, magazine layout. They were both created from InDesign CS4 on the same Mac using the same settings. There is one text change in a paragraph, one word, colour changed from black to red, regular to

  • How to start BPEL process with publishing initiation form designed in ADF

    Hii All, Can Anyone please tell me how to Start my BPEL process with publishing initiation forms designed in ADF fusion. I am using JDevloper 11g and Oracle SOASuite 11g toolset in windows platform. Thankx in Advance, Deekay.

  • LR 5.3 RC, export by megapixels doesn't work?

    Hi, I haven't noticed this before. I know that in LR 4.4 image is scaled properly when export size is specified by megapixels instead of pixel or print size. In LR 5.3RC it does not work. The image is always exported as it's original size. Not sure h

  • UCCX "The ID you entered was not found"

           I wanted to know can someone tell me how do I add a user to be able to log into the supervior desktop software.        He can log into the agent software fine but I was told that I need to add the user to the supervisors group. I've never