Preview Website In Internet

So When i want to view my website in internet mode, when i click on the navigation bar to go to other pages, sometimes it doesn't work because it adds "sample" to the link when it should be.  /about.html.  In the code, it has no word sample in it. and when sample is added to the html it dosent work.

Well, since this is a forum site, you should see the question. I am asking why when i click on my navigation tools, it sometimes dose not take me to the right page because it puts "sample" infront of the html.
Html code:
<!DOCTYPE HTML>
<html>
<head>
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/timothy.js"></script>
    <link rel="stylesheet" type="text/css" href="../css/styles.css">
    <link rel="stylesheet" type="text/css" href="../css/print.css">
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-type" content="cache" />
    <meta name="robots" content="INDEX, FOLLOW" />
    <meta name="keywords" content="Enter Keywords" />
    <meta name="description" content="Description Here" />
    <title> Web Site By Sami Kassab - www.timothywebdesign.com</title>
    <!-- Google Analytics Code Goes Below Here -->
    <!-- End Google Analytics Code -->
    </head>
    <body>
    <div id="outer">
    <div id="wrapper">
            <div id="Company-Logo">
                <img src="../Images/Sami logo header.jpg">
            </div>
            <div id="Social-Media-icons">
                <ul>
                    <li><a href="http://www.facebook.com"><img src="../Images/ready facebook icon.jpg" /></a></li>
                     <li><a href="http://www.youtube.com/kkgproductions"><img src="../Images/ready youtube icon.jpg" /></a></li>
              </ul>
            </div>
            <div id="topnav">
                <ul>
                    <li><a href="index.html">Home</a></li>
                    <li><a href="about.html">About</a></li>
                    <li><a href="products.html">Products</a></li>
                    <li><a href="services.html">Services</a></li>
                    <li><a href="contact.html">Contacts</a></li>
                </ul>
            </div>
            <div id="banner">
              <p><img src="../Banner for video.jpg" width="900" /></p>
            </div>
             <div id="rightside">
                 <h2> Latest News </h2>
                <p class="date"> March 22, 2011 </p>
                <h3> Sample Headline </h3>
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                     ex ea commodo consequat. Duis</p>
                    <p class="date"> March 23, 2011 </p>
                 <h3> Sample Headline </h3>
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis </p>
      </div>
            <div id="content-fullwidth">
                <h1>Welcome To The Website</h1>
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                 ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt                 mollit.</p>
                <img class="image-frame" src="../Images/ready sunset blk.jpg" />
                <img class="image-frame" src="../Images/ready sunset blk2.jpg" />
              <p>  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip                 ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt                 mollijkt alijgu mounter and the young toy ungy. </p>  
                           </div>
            <div id="footer">
            <p class="footer-text"> Copyright 2011 Sami Kassab</p>
            </div>
    </div>
    </div>
</body>
</html>
CSS:
/* Color Legend */
/* Reset */
/* Global */
html    {    }
body    {background-color:#E3DECA;}
/* Containers */
#outer                {width:960px; margin:0 auto; background-color:#FFFFFF; }
#wrapper            {width:900px; margin:0 auto; background-color:#FFFFFF;overflow:hidden; }
#Company-Logo        {margin:30px 0px; float:left; }     
#Social-Media-icons             {float:right; }
#Social-Media-icons ul li        {display:inline;}
#Social-Media-icons ul            {margin-top:40px;}
#banner                {    }
#topnav                {clear:both;}
#topnav ul            {border-top:1px #000 solid; border-bottom:1px #000 solid;
                        margin:20px 0; padding:10px 0;    }       
#topnav ul li        {display:inline    }
#topnav ul li a        { padding:0 15px;    }
#topnav    a:link        {color: #000; font-weight:bold;    }
#topnav    a:visited    {color: #000;    }
#topnav    a:active    {color: #000;    }
#topnav    a:focus        {color: #666;    }
#topnav    a:hover        {color: #F33;    }
#rightside            {width:200px; float:right;    }
#content            { width:650px; float:left;    }
#content-fullwidth    {width:100%;}
#footer                {clear:both; margin:20px 0; border-top: 1px #ccc solid; padding-bottom:20px;    }
/* Text Elements */
p            {color:#000; font-size:12px; line-height:150%; margin:15px 0; }
p .left        {margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right    {margin: 1.5em 0 1.5em 1.5em; padding: 0; }
a            {    }
a:link        {color: #00f;    }
a:visited    {color: #0f0;    }
a:active    {color: #000;    }
a:focus        {color: #666;    }
a:hover        {color: #f00;    }
/* Images */
.image-frame        { padding:10px; border:1px #ccc solid; margin:10px; }
/* Headings */
h1, h2, h3, h4, h5, h6 {font-weight:bold;  }
h1 {font-size:24px; color: #FF4646; padding-bottom:15px; border-bottom:1px #ccc solid; }
h2 {font-size:20px;}
h3 {font-size:16px; margin-bottom:3px;}
h4 {font-size:14px;}
h5 {font-size:14px;}
h6 {font-size:14px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}
/* Miscellaneous */
.date            {font-weight:bold; color:#F55; margin-bottom:1px; }
.footer-text    {font-size:80%; font-style: normal; color:#000; text-align: center; }

Similar Messages

  • Unable to view captivate 8 preview project in internet explorer

    unable to view captivate 8 preview>project in internet explorer.  I get 404 web page can't be found.  I haven't built an extensive layout.  I just changed the title text and subtitle text to preview in a browser.  It doesn't want to show any result.  I notice the web address is http://localhost:4932/HTML5Temp5276756792Pre/rindex.html, how do I ensure I'm pulling information from the correct location?  How do I set the parameters to get the file from the proper folder?  I have changed the cache folder location to an external hard drive and I need to know how to let internet explorer recognize where to search for the preview of a project.

    Nothing wrong with the web address. But this is a temporary address which gets generated while previewing.
    After making the changes, did you just hit a Refresh in the browser to preview the updated version? If yes, this won't work as the web address would be different for every preview. Every time you need to preview, you have to initiate it from within Captivate (shortcut for HTML5 preview is F11).
    Sreekanth

  • Firefox canot load any websites, but internet explorer does

    Firefox cannot load any websites, but internet explorer does.
    == This happened ==
    Every time Firefox opened
    == this week ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

    Hey Mez115, awesome to hear and thanks for reporting back! =)
    - Ralph

  • I am unable to connect to websites using Firefox. I can connect to websites with Internet Explorer. Please advsie.

    I am unable to connect to websites using Firefox. I can connect to websites with Internet Explorer.
    Please advise.
    Thank you.

    see http://kb.mozillazine.org/Firewalls

  • I've downloaded quicktime but every time I try to play a video on the apple website using internet explorer it asks me to download quicktime. If I use safari it works fine. Any suggestions

    I've downloaded quicktime but every time I try to play a video on the apple website using internet explorer it asks me to download quicktime again yet if I'm safari it plays fine. Any suggestions?

    That sounds like IE wants you to install the QuickTime ActiveX control.
    Go back to the page you're getting the message on. At the bottom of the screen, can you see a long rectangular box asking you to allow/install something? (Sorry, it's been a while since I've seen the box in question, so I can't recall the precise wording.)
    If so, allow/OK in that box. After the ActiveX control has gone in, can you see the videos in IE?

  • Preview problem in Internet Explorer

    So I was building a website using CS6. So far so good, however problems arise when I preview them.
    The website looks exactly what I wanted in Dremaweaver's Live View and Google Chrome. But in Internet Explorer, there are a few problems;
    (these problems do not occur at the same time, they occur at different version of Windows but all using IE)
    1 The bottom of the webpage is not fully shown. There should be a footer <div> which can be seen in Live View and Chrome however not in IE. It looks as if you are printing something and it just stopped halfway.
    2 In my webpage there are rollover images which glow when your mouse moves over them. A border appears around the images in IE but not in Live View or Chrome.
    Any help is much appreciated. Thanks

    It turns out my parents had set the text size in Internet Explorer to 'Largest' as a result the footer <div> can't be seen. Once changed back to 'Medium' the footer <div> is visible again. So the first case is solved but still thanks for the guidance given.
    Just be aware that others besides your parents will also want to use Largest. If your site layout breaks when this setting is chosen, then you might want to reconsider the layout. Increasing text size by one tick in Safari on my Mac causes the footer to drop below the bottom of the screen without a scrollbar.
    I suspect that you might want to do two things to eliminate this problem:
    1. Remove the overflow:hidden style (why are you using that?)
    2. Remote the max-height style (why are you using that?)
    Both of these styles are applied to the div#container element.

  • Firefox will not open, it ask if I want to send a crash report. All the questions I have read on this matter have not worked. I can open your website through internet explorer. What can I do?

    When I try to open Firefox from my desktop it will not even open to the internet, it does pop up a box that says "do you want to report this crash" I have sent the report and still can not have any luck fixing this problem. I can go to the internet if I open internet explorer and then go on your web site but it will not allow me to down load Firefox. What can I do to fix this?

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.com/kb/Firefox+crashes
    If you have submitted Breakpad crash reports then post the IDs of one or more Breakpad crash reports (bp-xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx).
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Breakpad (Mozilla Crash Reporter)
    *https://support.mozilla.com/kb/Mozilla+Crash+Reporter
    *https://developer.mozilla.org/en/How_to_get_a_stacktrace_for_a_bug_report

  • Firefox 3.6.8 is not opening any website, while internet explorer is browing the internet normaly.

    Firefox is not opeing any website at all. The internet connection is running smooth. IE is browsing the internet normaly. Skype and messenger is also running without any issues but fire fox won't browse the internet at all. It always displays the following message when ever i try to open any website.
    "'' The connection has timed out
    The server at en-us.start3.mozilla.com is taking too long to respond.
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Preview in browser internet explorer for mac

    I use a Mac running Leopard and use Safari as my web browser.
    When I try to "preview in browser" in DW, Internet explorer is not
    available. Can I run it on mac and where do a get a compatible
    version--and preferably without spending a lot of $.

    internet explorer for the mac hasn't been supported by MS for
    years. Honestly, it's not worth even looking at it.
    To view your work in IE for win users, consider getting
    something like VMWare Fusion or Parallels or just simply using
    BootCamp (which comes with Leopard), to install Windows XP/Vista
    onto your Mac.

  • Photo stream "public website" in Internet Explorer - photo thumbnail's are gray, individual photo view is fine. Tested from various computers. No issue with Firefox, Safari or Chrome.

    Dear All,
    Recently I have started to use Photo Stream available from iCloud on iPhone device. I have made “test” photo stream with several photos in and set to “public website” in order to share photos with my relatives.
    The issue is with Internet Explorer where list of photos (thumbnails) are shown in gray color. I can view photo one by one and slideshow also works fine.
    On other computers IE behaves the same way.
    https://www.icloud.com/photostream/#A2532ODWsAl87
    No issue with photo list in thumbnails using Safari, Chrome or Firefox.
    Can someone help on this issue?
    It is very convenient to share photos via photo stream, but most of viewers by default has IE and many of them don’t have iCould account or apple device.
    Kind regards,
    M

    Dear safari rss
    Indeed, you are right, I have updated IE to version 10 and no issue with page view.
    Solution woud be to update IE to version 10 (I have not tested IE9).
    However users using Windows XP can have highest IE version 8. IE9 or IE10 is not suported in XP.
    Unfortunatelly there are still many windows XP at my friends circle.
    Thank you,
    Best regards

  • Can't open website in Internet Explorer

    So I have this website I created in Dreamweaver and Flash. I uploaded it using FileZilla, everything's perfect I just can't seem to open it in PC's. When I try it in my Mac it works perfectly on Firefox or Safari, but on PC's Internet Explorer simply won't operate the flash buttons. I mean, one can see the page but you can't navigate through it like in a Safari or Firefox browser. This is the website, it's a medical center. Hope you guys can help me out. Peace. www.imaxtampico.com

    No real reason for using Flash buttons, just simple aesthetics. Want it to look nice, and I think Flash buttons add a good touch for doing so. Basically I just want to do cool buttons, that's why I do them in Flash. I've tried in Dreamweaver but I just can't seem to manage to do them the way I like them... any suggestions? Thanks again.

  • Issue with viewing website in internet explorer

    Hello.  I created a website in dreamweaver using rollover images for the links.  When I load the webpage in the firefox, google, or opera browsers it loads fine, however when I load it in internet explorer I get an "allow activex" message.  When I tried to view it on my tablet in google it loaded fine, but when I tried to load it in my tablet using internet explorer it didn't show any links at all and than it crashed the browser.  What can cause this and how can I fix it?  is there a better way to create rollover images that I'm not aware of?  I tried to use CSS code in the stylesheet to make rollover images, but couldn't figure out how to do that.
    Thanks,
    Mike Irvan

    Any server you have access to would work fine, you just upload to a temporary folder, like TEST, then delete it after the problem is found.
    However, if you're not online yet, and having issue with IE, it's very likely you just need to drop IE's security settings to allow it to display local file attachments correctly (yeah, don't ask, it's a Microsoft thing).
    Go into IE and choose Tools > Internet Options > Security and drop the scrubber bar down a notch or two, restart and try again.
    When the site is uploaded to an actual server, that error won't come up because all files are coming from the same remote source (Microsoft, it doesn't have to make sense®)
    You can do a search online to get more info on customizing the settings manually, somehting like this page will come up if you search allow blocked local files: IE 10 is blocking javascript on local html files - Microsoft Community

  • Firefox w/ not open forms from websites. Internet Explorer had no problem. Re-installed FF with no resolution.

    Firefox will not open forms (i.e. registration forms, class schedule, flyer, etc.) on certain websites. Updated Adobe Reader and Re-installed and updated FF. Still will not open the forms. Tried Internet Explorer with no problem at all. Tried FF on a different computer w/ no problem. Help please?

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

  • Block websites on Internet Explorer 11 using group policy

    hi everyone,
    i have been trying to block website for domain users using group policy windows server r2 for IE the problem is in internet properties content adviser option is not active.
    thanks in advance

    This is how you enable content adviser User Configuration -> Administrative
    Templates -> Windows Components -> Internet Explorer -> Internet Control
    Panel -> Content Page
    Cant see a way to edit the content thereafter via GP however

  • Printing from websites using Internet Explorer

    I use Internet Explorer and have an HP Photosmart 7350 printer.  Whenever I print a page from a website, the print is extremely small.  Is there a solution to this other than to copy and paste the page to Word and adjust the font there? 

    That's a bug in the Adobe installer which seems to think IE10 is IE1.
    Either put IE10 into IE9 or lower mode using Compatibility View.
    http://techathlon.com/internet-explorer-10-run-compatibility-mode/
    Or simply use a different browser such as Google Chrome or Firefox.

Maybe you are looking for

  • Auto-update incorrectly identifies card as xtremega

    i have an extreme-music card and when i went to the auto-update it said i have an extremegamer. im not sure if i got the right drivers now. is there anything to check?

  • Intermittent error FRM:40010 Cannot read form

    Hi, I'm having a problem with call_form Using Forms 6.05.34 Client-server clients machines are Win95/98 Oracle objects sits on network novell server (fmx's,rep's and oracle executables) Application starts from icon which sets working directory using

  • Number of Orace Cloud (customer PaaS not subscription) Applications live?

    Hi, This question is more directed at the sales side of the Oracle Cloud organization. As an upcoming customer I would like to get a feel for the current utilization of the data center - specifically the one in Austin. How many customer applications

  • Is there a tablet or touch screen with flash player

    Is there any tablet  or portable touch screen with Windows 8 operating system that supports flash player?

  • Copying songs onto external hard drive

    So I am trying to put all my songs on to an external hard drive because I have too many songs and it slows down my computer.  My goal is to have all 25,000+ songs on a external drive as well as keep a couple albums on my internal drive just for when