Content of site does not display in Internet Explorer

I am designing the local Budget rent a car site in the Virgin
Islands using Dreamweaver CS3 and the help of CSS.
In the beginning it displayed well on every browser even
Internet Explorer. Then as I fine-tuned it I must've changed
something in my coding, cause now only the front page displays in
Internet Explorer and all the other pages only show a white block.
I've been sitting on this issue for a few days already, so
any help would be much appreciated.
The test site is
http://64.225.234.146/test/index.html
Username: user1596972
Password: v8tqnpcmmz

Honestly, it looks OK to me in IE7. Is that the browser you
are using?
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
==================
"Guperman" <[email protected]> wrote in
message
news:g2rrk2$qjf$[email protected]..
>I am designing the local Budget rent a car site in the
Virgin Islands using
> Dreamweaver CS3 and the help of CSS.
>
> In the beginning it displayed well on every browser even
Internet
> Explorer.
> Then as I fine-tuned it I must've changed something in
my coding, cause
> now
> only the front page displays in Internet Explorer and
all the other pages
> only
> show a white block.
>
> I've been sitting on this issue for a few days already,
so any help would
> be
> much appreciated.
>
> The test site is
http://64.225.234.146/test/index.html
> Username: user1596972
> Password: v8tqnpcmmz
>

Similar Messages

  • Applet does not display on Internet Explorer

    I have written a program using MS Edit, I have run the program, and I have compiled the program.
    But when I use a web browser to run the applet, it does not disply the applet. Instead is makes a gray empty area. I would like to know what I should do to get the applet to display. Thank you.
    ernest_efienamokwu

    Hi Ernest,
    Make sure the applet code is written proper by running it using appletviewer.
    If that works, the HTML file used to run the Applet might be wrong, Verify the Applet tag and codebase tags.
    Refer to Sun Tutorials on how to do this if you are in doubt.
    Hope this helps.
    Cheers,
    Chandra

  • Some elements of my iweb site do not display in Internet Explorer.  firefox and Safari are fine.  Specifically, video thumbprint wgich links to a sub page where the video is located is missing.

    IE can't see images (thumbprint links to sub pages) on my album page.  tried removing border around image as suggested by Old Toad.  sorry, didn't work.

    IE can't see images (thumbprint links to sub pages) on my album page
    iweb pages are loaded with javascript, enable javascript in your ie will help.
    suggested by Old Toad
    ot didn't even know it's photos/albums page.

  • Image does not appear in Internet Explorer but displays in Firefox

    Hi All,
    I have an image in my page in the header section.
    The problem is that the image displays in Firefox but does not display in Internet Explorer.
    Thanks in advance.
    Best Regards
    Arif Khadas
    Application Express 4.0.1.00.03
    Edited by: Arif Khadas on Feb 13, 2011 2:29 PM

    Hi Jari,
    Thanks for the reply.
    This is the code that is in the Region Source of the Header Section :
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr width="100%" align="left" valign="top">
      <td align="right" valign="top">
       <a href="http://www.bridgesinfotech.com/"
        <img src="#APP_IMAGES#header.jpg" alt="Bridges Information Technology" WIDTH="1000" HEIGHT="125">
       </a>
      </td>
    </tr>
    </table>

  • Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...

    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    Kari

    Hi Aish
    The site URL is: http://hotelegerkingen.businesscatalyst.com
    The page
    http://hotelegerkingen.businesscatalyst.com/räume --- preise.html
    and
    http://hotelegerkingen.businesscatalyst.com/menus.html
    not show the whole content (only in Safari)
    Thanks for the support!
    Regards ,
    Kari
    H·B·H Communications & Events
    Karl Wälle
    [email protected]
    Breitensteinstrasse 96
    8037 Zürich
    Fon +41 44 447 40 90 (direct 99)
    Mobile +41 79 964 65 12
    Fax +41 44 447 40 89
    [email protected]
    www.hbh-com.ch<http://www.hbh-com.ch>
    Am 14.08.14 17:31 schrieb "Aishvarya Raj Rastogi" unter <[email protected]<mailto:[email protected]>>:
    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    created by Aishvarya Raj Rastogi<https://forums.adobe.com/people/aishvarya+rastogi> in Help with using Adobe Muse CC - View the full discussion<https://forums.adobe.com/message/6640545#6640545>

  • When I respond to an email (through hotmail), the initial email does not appear in my response. This does not happen with internet explorer where I can see the email I am answering. I would like this to happen with Firefox. It used to.

    I use Firefox for my emails (hotmail). When I respond to an email, it does not appear under my response as it used to. This does not happen with internet explorer.
    == This happened ==
    Not sure how often
    == about a month ago

    Hello Jack.
    See this support article:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong
    I hope it helps.

  • Webpage does not show in Internet Explorer but does show in all other browsers?

    I have created a webpage, www.nqms.co.uk, it does not show on Internet Explorer.  I have tried to troubleshoot via the net and have used a CSS check program etc. but it still won't appear.  Any help would be gratefully received.

    Add the closing --> comment tag to your css section before the closing </style> tag (see below)
    .style3 {font-size: 8pt}
    -->
    </style>

  • Bold text does not display in internet browsers

    I am working on editing a website for a client that I did not originally create so I am having trouble trying to figure out what the previous designer did.
    I need to make certain text within paragraphs bold, which I normally do by inserting <b> </b> tags. However when I do this in my coding, it does not display as bold in any of my internet browsers ... IE, Firefox, Chrome, etc.
    Can someone please help me with this or suggest what I may have to change in my coding?
    Thanks,

    The reason it is happening is because the <strong> element is the child of an <em>, the <em> is in turn the child of a <p> tag and all of them are set to inherit the font attributes from thier parent tags. The first parent in the chain with a font setting is the <div> tag with the "left_column" class.
    The "left_column" class tells all of those child tags to set their text as 14px, black, Arial due to the font:inherit.
    The reset is meant to allow you to create css styles for all future tags without any default style being applied by the browser (as Rik suggests, creating the actual " strong {font-weight:bold;}" in your css would also do the trick). Since you don't specify any attributes for those tags other than "inherit your font styling from your parent", they take their attributes from the first parent element with an attribute.

  • Mini player does not display tracks internet radio

    Hi, i downloaded iTunes 11 a couple of days ago and noticed that the mini player does not display the tracks played on internet radio stations. It keeps displaying the track that was playing when switched from the main screen to the mini player. Anyone around with a solution? All previous iTunes versions that I know displayed the actual information, I have never before had this issue.

    Ok, only now found out this is a well known issue, see other posts under "More Like This" on the right hand side of this screen. Really hope Apple solves this as this is clearly an issue for users.

  • Microsoft owa site does not display properly. was working just fine and then stopped displaying correctly today.

    The display of the microsoft owa web page does not display correctly. Does not appear to be in HTML - almost looks like plain text.

    Thank you. Worked after I cleared cache

  • Site does not display in Safari

    Trying to view a website that displays fine in FireFox and IE, but appears blank when viewed in Safari. Any suggestions, ideas?
    http://www.casasmith.com/Web/Form/Vikings/Default.aspx

    I would say that it does not display in Safari because it is not standard html document. The errors shown in the W3C Validator, especially the first one, indicate they are using proprietary Microsoft extensions. The fact that the page was created using "Microsoft Visual Studio .NET 7.1" bolsters this view. Safari is the least forgiving of browsers that are not written to the HTML/XHTML standards.

  • OS X Server Wiki pages do not display in Internet Explorer 9

    I recently did a clean instalof OS X Server 10.8.2 on my Mac Mini using the recently released version 2.2 (build 166) of the Server App.  Today - after enabling the Wiki - I noticed that the body of the Wiki pages no longer display on Internet Explorer 9 - only the Please Login banner displays.  The Wiki Page body shows only as a squashed down blank rectangular box near the top of the screen.  This happens on all of the PC's that I have tried - both internal and external.
    There were a number of Wiki Enhancements listed in the release notes for Version 2.2 of the Server App.  These enhancement appear to have made it impossible to acess the Wiki using Internet Explorer.
    The Wiki pages are fine using Safari (Mac or Windows) - Firefox (Mac or Windows) and Chrome (Mac or Windows).  The problem is only with IE 9.
    Out of curiosity - I restored an image of my server from last week - prior to the Server App 2.2 udpate - and Wiki (from version 2.1.x) pages work fine in Internet Explorer 9.  (At this point I'm not sure if it is just IE 9 - or other versions of IE.
    Additionally - if I disable the Wiki - and just enable the default website - the default website displays fine in IE 9 - but as soon as I click on "change password" at the bottom of the page - the Enter Old and New Password window - also does not display - similar rectangular box - with just Change Password text in it.
    So the problem is not just with the Wiki.  Unfortunately I do not have any websites set up yet to test with.
    Here is what I see (in IE 9) on the main Wiki page as of version 2.2 of the server app:
    Is anyone else experiencing this?  I will probably open a support issue - because my brand new Mac Mini is covered under AppleCare.
    ~Scott
    Message was edited by: SBeattie2  (Reinserted Screen Print)

    If I save the page as a web archive and then open it MS Word - I see the following text at the bottom:
    <div class="noscript"> To use wikis, enable JavaScript.</div>
    JavaScript is enabled - via Tools / Internet Options / Security - the checkbox for Active Scripts is set to enabled.

  • Java console not displaying off internet explorer view tool bar

    Hello,
    I'm curious why my java console is not displaying when i click on it?
    Internet Explorer: View: Java Console
    and it doesn't work
    does anyone know why this maybe?
    Thank you...

    Basically,
    just to add to it...
    I am trying to access a website that has a NETLET from Sun Microsystems display
    when accessing the website. When i do that from my computer...the NETLET does not
    display...The NETLET runs on Jvm..virtual machine...I wondering if anyone knows why this isn't working...This relates to the Java console not working off of Internet Explorer..they seem to be correlated..Thank you

  • RoboHelp 9 Favicon not displaying in Internet Explorer 8

    I'm using RoboHelp 9 and am unable to get my favicon.ico file to display in Internet Explorer 8. It works fine in Firefox and Chrome but not in ie.
    I've also tried messing around w/ the whstart.ico file in template_skin directory as w/ RH 8, but that doesn't work either.
    Anyone else experiencing this or know of a solution?
    Thank you,
    -Jerod Allen

    Hi there
    Looks like an IE8 issue.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Portal content is not displayed with Internet Explorer

    Hi colleagues,
    We configured our SAP portal for anonymous user access. The first time this anonymous user accesses the portal, the content of the first page in the navigation is displayed correctly in the content area. However, if after that the user selects another page in the navigation (or even the same first page), the navigation is performed (i.e. corresponding node in the navigation is selected), but no content is displayed in the content area - just a blank page.
    This problem happens only with the anonymous user (if using other users it works fine) and only if using Internet Explorer. I found a SAP note - 872618 (Internet Explorer May Appear to Stop Responding), describing a similar problem with Internet Explorer, but the offered patch by Microsoft is for older versions of Internet Explorer only (6.0 SP1) and is not applicable for my version of IE, which is 7.0. The content is displayed correctly with Mozilla and also with IE, but with the other, non-anonymous users.
    Portal version is 7.0 SP12.
    Do you have an idea what could cause this problem?
    Many thanks,
    Georgi

    Hi,
    <i>The content is displayed correctly with Mozilla and also with IE, but with the other, non-anonymous users.</i>
    I didn't understand if with other browsers it is working or not...
    In case the iViews are presenting KM content please check the restrictions section <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm">here</a>
    Rgds,
    Roy

Maybe you are looking for