CS4 .html files made from .dwt lose all formatting in broswer

Hello all,
I've been working to customize a template I found online, then create a site based on that template.  I've got the template visually worked to where I want it.  However, any page that I create using the .dwt file is broken (loses all formatting) when viewed in a browser (Firefox or IE).
I can't figure out where I've gone wrong.  When it happened the first time I figured I mucked up the template code when I was customizing (very little customizing, really just changing menu item names and adding a contact form).  I started over from the beginning and it is happening again.  All suggestions are appreciated.  Screenshots of the the problem follow.  First is the .html file created from my template in design view in CS4.  Second is the page viewed in IE, all formatting lost.
Matt

Some attachments never see the light of day if you use the attachment method.  You really need to use the small camera icon in the top toolbar.
However, in this case, seeing a picture isn't going to work, people need to see the live page to try and troubleshoot your problem otherwise it's all a guessing game  :-)
Just a guess here, if you are seeing the page correctly in Dreamweaver, and the formatting seems to disappear when you upload the page, then I can only 'guess' that possibly the stylesheet isn't linked correctly,. or the stylesheet hasn't been uploaded, or something in the page or the stylesheeet is throwing your page out.
Nadia
Adobe® Community Expert : Dreamweaver
http://www.perrelink.com.au
Unique CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
http://csstemplates.com.au/
http://twitter.com/nadiap

Similar Messages

  • Difference b/w Loading a Flat File made from EXCEL and NOTEPAD

    Hi
    Is there any difference in Loading a flat file made from MS-Excel and Note Pad. Imean performance or errors etc....
    GSR

    S R G,
    Theres no much difference only that when loading from excel we store excel in CSV format.  In notepad we use seperators like comma aand write one row at a time, then next....
    Rest everything is same...
    thats y it is preferable to load from excel as it is easier to represent and create...

  • I am unable to read signatures on PDF files sent from my Los Angeles office - they use windows, any solution?

    I am unable to read signatures on PDF files sent from my Los Angeles office - they use windows, any solution?

    Hey guys,
    So this is follow up from my debarkle with the EDD. I found out my problem with copying files from Mac to EDD and vice versa was a result of a not so good EDD ( i had an apollo hard drive from imation) that was not very compatible with macs. So i did my research and found out that the best hard drives were Western Digital and Seagate. I bought the newest western digital EDD 1TB and formated it to FAT32 and guess what...no problems so far. The only problem is that FAT32 format doesn't copy files larger than about 4 gigs so i couldnt copy a movie from my brothers computer onto my EDD that was 1080p. You could probably resolve that by partitioning a small part of your hard drive in ExFAT? but yeah, hopefully that helped guys.
    Aaisha

  • How do i send an html file exported from muse as email blast with images and live links?

    My question it:
    How do i send an html file exported from muse as email blast with images and live links?
    I have designed a "website" in adobe muse and exported it as an html file. I am not sure how to send my .html file in an email!
    Best,
    Nicole

    Unfortunately, the answer is, you don't. The requirements for HTML displayed in an e-mail reader are very different than those for HTML displayed in a browser. The output of Muse won't work as an HTML e-mail. You could upload the Muse site as a website and provide a link to it in an e-mail, but the HTML generated by Muse is not suitable for direct display by an e-mail program.

  • Reg: Html file download from server

    My requirement is download file from server. Am using jsp and servlet this. While downloading the file a dialog box with open, save and cancel option. When try to open html file it, open in the same window .
    Req: it should be open in seperate window (ie)
    Please advise me how to open a html file in seperate explorer
    Am using below Code for download a file:
    private void downloadFile( HttpServletResponse response, String strFileType, File file ) throws Exception
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Started.");
    BufferedInputStream bufferedInputStream = null;
    try {
    String strContentType = fileExtnContentTypeMapping.get(strFileType);
    if(strContentType == null)
    strContentType = fileExtnContentTypeMapping.get(CLConstants.FILE_EXTN_OTHERS);
    response.setContentType(strContentType);
    String strHeader = "Attachment;Filename=" + file.getName();
    response.setHeader("Content-Disposition", strHeader);
    byte data[] = new byte[CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER];
    bufferedInputStream = new BufferedInputStream( new FileInputStream( file ), CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER );
    int count;
    while((count = bufferedInputStream.read(data, 0, CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER)) != -1 ) {
    response.getOutputStream().write( data, 0, count );
    response.getOutputStream().close();
    }catch (ClientAbortException clientAbortException) {
    clientAbortException.printStackTrace();
    }finally{
    try {
    if( bufferedInputStream != null )
    bufferedInputStream.close();
    } catch (Exception exceptionFinally) {
    exceptionFinally.printStackTrace();
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Ends.");
    Thanks in advance
    Edited by: sunRP on Oct 11, 2009 9:47 AM

    The best you can do is set the correct content type.
    Once the file reaches the client's browser it's up to the client and their browser settings to decide what to do with it.
    You can't control the client's browser from your servlet.

  • How to display Image/Logo in Html file generated from Webdynpro App

    Dear All,
      I have developed a webdynpro application and onClick of the Button I am opening  a new browser by generating HTML file.The file is opened successfully.
    My requirement is to display the company logo on that HTML file.  Where to place that image file and how to call that image file in my HTML.
    Regards
    Ponnusamy

    Hi,
    Ex. 1 - If the Index file is in the same directory, called "test"
    tales/numbers.jpg
    Ex. 2 - If the image is in a subdirectory, called "test1" within "test"
    test/test1/numbers.jpg
    img src="test/test1/numbers.jpg"
    Regards
    Ayyapparaj

  • Unable to Display Background Graphic From HTML File Generated from AI File

    I am trying to figure out if this is a MAC OS X or Safari issue. I have already a message into the author of the plug-in as well as created a posting on the Adobe Forum.
    I am following a tutorial on Lynda.com called "Design the Web: Illustrator to Animated HTML5 Canvas." I am using a plug in called Ai2CanvasMac with Adobe Illustrator, It essentially generates an HTML file from an Illustrator file. The Illustrator file has an embedded PNG file as a background image and a small vector graphic in front and centered. After the plug-in generates the HTML file, it automatically opens the file up in the browser. This is where I am getting mixed results.
    Safari: The small vector does appear and in the center where the embedded background should appear. But the background image isn't displaying, only a white background is showing.
    Firefox and Chrome: The page is totally blank. Not even the vector graphic appears.
    It will work with two different approaches.
    1. If I edit the source image web links in HTML file and use links from any graphics I find off the web. That works fine. The images are displayed in the browser window.
    2. If I embedded PNG images from my desktop into the Illustrator file and generate the HTML file. That works fine too.
    Does anyone have any ideas as to why I can't the graphics to display properly in the browser without doing this workaround?

    Hi,
    Ex. 1 - If the Index file is in the same directory, called "test"
    tales/numbers.jpg
    Ex. 2 - If the image is in a subdirectory, called "test1" within "test"
    test/test1/numbers.jpg
    img src="test/test1/numbers.jpg"
    Regards
    Ayyapparaj

  • How to add css styles in html file generated from Report builder?

    Hi,
    I schedule report in web browser,but the generated report html file looks very simple and doesn't correspond with the other html files which have css styles.So I want to add css styles to the generated html file from *.rdf in report builder.That is to say I should integrate css style with myReport.rdf.Can anybody tell me how to do that?
    thanks in advance.
    Regards
    jungle

    hello,
    i am not quite sure, what you want to achieve. did you try the DESFORMAT=HTMLCSS which generates inline-style-information.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                               

  • Imovie08 doesn't import quicktime file made from imovie05

    I can't get imovie 08 to open the quicktime file I made from a movie that was created in imovie 05... any suggestions?

    Although 08 should generally be able to handle Quicktime files, Quicktime is a "container" file and it's important to know the codec used in creating the file. When you exported the file from iMovie, what was your process? If you open the file in Quicktime, does it play correctly? In QT Player, what does it say for the video format (look in Movie Properties).
    John

  • Paste loses all formatting within same document

    In all three of my iWork '09 applications, Cut and Paste loses all the formatting of the object I'm trying to copy within the same document.
    In some cases I can copy the object, then copy the style, then paste the object, then paste the style, which works albeit in a very cumbersome way.
    But to move a table around (within the same document!) this doesn't work at all and I'm reduced to dragging the object, which often doesn't work properly.
    Any ideas on what's gone wrong? I'm on Lion now running on a 2006 Mac Book Pro 3Gb, but the same behaviour was evident in Snow Leopard.
    Cheers,
    i

    Would be useful to select a table (so that it has its eight handles then Copy and paste in the other location.
    Yvan KOENIG (VALLAURIS, France) dimanche 21 août 2011 23:57:07
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Older iPhoto books get 'updated' and lose all formatting?

    OK, I need help to do a little test please: if you created an iPhoto book a while back (say a year ago), and then updated iPhoto to the latest version 9.4.3: open that old book (no other change, just click to open it) : do you see it normally... or are all the pictures messed up?? I am being told that it is NORMAL to lose the formatting (since the software was updated)... and all that labour of love! Really?? (Warning: please don't open a big project that took hours to do: it's really NO FUN to lose it all x100 pages per book, x20+ books!!)

    I haven't experienced that.  Is the theme used for the book in the original library still available in the new version of iPhoto?  If not then there could be problems.  As long as you keep a backup copy of the library there's no risk in trying to update the library to the new version of iPhoto.
    Make a copy of your current iPhoto application, put it in a folder and name it iPhoto 8.1.2 or whatever version it is. When you update to the new iPhoto version it will be left alone.
    If you have problems then you can always open the old iPhoto version with the Option key held down and select your backup copy of the original library to  finish your book.
    OT

  • Difference between AAC and m4a files, converting from AAC to useable format

    Does anyone know the difference between AAC and m4a files? iTunes has an option to use an AAC encoder to compress CD files, but this creates an m4a file not an AAC file. I just got some actual AAC files and iTunes cannot read these, is there a way to convert from AAC to a format that iTunes recognizes? Thanks

    iTunes uses AAC data wrapped in an MPEG 4 container file. If you got some *.AAC files, and they're just raw AAC files, then you need to wrap them in an MPEG 4 container. The only way I know to do this is using the foobar 2000 program. You can find more information at http://www.hydrogenaudio.org and http://www.foobar2000.org

  • Files made from one template don't all render the same

    I have made a template using a table layout, and created all the site pages from the template.   When viewed in a browser, some (not all) of the pages jump slightly to the side.  Compare these 2 pages, or click through the navbar menu and you will see what I mean.
    http://bioengineeringdunedin.otago.ac.nz
    http://bioengineeringdunedin.otago.ac.nz/staff.html
    Can anyone tell me why this would be, and how to fix it?
    Many thanks
    K
    PS.  I don't need another lecture on the benefits of CSS layouts, but thanks anyway. I am a web dinosaur.

    I just made 3 test pages from the template, which all rendered exactly until I added content.  The pages with a lot of content are the 'jumpers'.  The width of the table seems to remain at 900px in all of them - at least the banner still completely fills the top row, with no white space showing.
    http://bioengineeringdunedin.otago.ac.nz/1.html
    http://bioengineeringdunedin.otago.ac.nz/2.html
    http://bioengineeringdunedin.otago.ac.nz/3.html

  • I am unable to open my html files saved from mozilla firefox without internet connection...........each time it shows the error message as follows:-

    I have saved some internet pages from mozilla firefox as html pages in F:/ drive....i am using windows7...whenever i open these files without internet connection....then it opens only for a short time and suddenly crashes by displaying the message like that:-
    File not found
    Firefox can't find the file at jar:file:///C:/Program Files (x86)/Mozilla Firefox/omni.ja!/chrome/browser/content/browser/undefinedgoogleads.g.doubleclick.netpagead/ads?client=ca-pub-7133395778201029&format=468x60_as&output=html&h=60&w=468&lmt=1346242109&ad_type=image&flash=11.3.300&url=file:///F:/UJJWAL/C%20TUTORIAL/c_arrays.htm&dt=1346323041583&bpp=19&shv=r20120815&jsv=r20110914&correlator=1346323042092&frm=20&adk=4203423324&ga_vid=377128990.1346323043&ga_sid=1346323043&ga_hid=232002736&ga_fc=0&u_tz=330&u_his=1&u_java=0&u_h=768&u_w=1366&u_ah=728&u_aw=1366&u_cd=24&u_nplug=11&u_nmime=30&dff=helvetica&dfs=12&adx=457&ady=211&biw=1349&bih=664&oid=3&fu=0&ifi=1&dtd=952&xpc=R193iApDeg&p=file://.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.
    can anyone fix my problem please?

    What extensions do you have installed? To get a full list, do the following:
    In order to be able to find the correct solution to your problem, we require some more non-personal information from you. Please do the following:
    *Click the Firefox button at the top left, then click the ''Help'' menu and select ''Troubleshooting information'' from the submenu. If you don't have a Firefox button, click the Help menu at the top and select ''Troubleshooting information'' from the menu.
    Now, a new tab containing your troubleshooting information should open.
    *At the top of the page, you should see a button that says "Copy all to clipboard''. Click it.
    *Now, go back to your forum post and click inside the reply box. Press Ctrl+V to paste all the information you copied into the forum post.
    If you need further information about the Troubleshooting information page, please read the article [[Using the Troubleshooting Information page]].
    Thanks in advance for your help!

  • All the files dissapear from my folders, all the files dissapear from my folders

    HI,
    All the files are dissapearing from my computer after 1 week, help me

    I do not know how to solved it, maybe it is a configure that I made wrong

Maybe you are looking for

  • Two questions:  pro tools HD compatbility.  iMac vs MBP.

    I'll first start off with the question regarding Pro Tools HD compatibility. When it says "compatible", what is this meaning exactly? I'm transferring to Belmont University for Music Business/Production next semester and have contacted the studio man

  • Multi-Mapping and Message Split using BPM UDFs Error

    hi As per the below blog Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure I have just modified the UDFs(1.selectnodeifA 2.selectNodeifB) 1.selectnodeifA for(int i=0;i<=n;i++) if(Name<i>.equals("A")) result.addV

  • Communicating with the TI agent

    Hi, I am new to the JVMTI world and I seem to be missing something. The examples provided with the JDK are commandline driven with postmortem analysis. My project needs to interact with the agent from the gui but I am not sure how. My java tool is la

  • Synching music not purchased on ipohoneto new computer

    I figured out how to synch purchased music from my iphone but I have another 100 songs that I didn't purchase on my iphone how can I synch those to my new laptop?

  • How do i close the "export pdf" window?

       How do I close the "export pdf" window so my documents can appear on a full screen?