Page looks horrible in PC browsers

so i'm satisfied with the way this page looks on MACS but PCs
is a totally different story. How can I clean this up?
http://litigationsupportcareers.com/test/index.html
thank you

A good place to start on layout problems is the W3C's
validator. Your page
turns up some very interesting errors....
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Flitigationsupportcareers.com%2Fte st%2Findex.html
The first one refers to a missing doctype. It's quite
important that your
page have a valid and complete doctype, as this is the only
way to insure
that your layout gets rendered by the various browsers in
standards mode
rather than quirks mode.
The most striking errors on your page are those that reveal,
perhaps, a
complete misunderstanding of how CSS works, e.g.,
p4
{color: #333333;
font-style: normal;
text-align: left;
font-family: times new roman;
font-size: 11px}
<td align="center"
valign="top"><p4>&bull;</p4></td>
<td><p4>Market your positions directly to job
seekers
You are using CSS selectors as if they were HTML tags. They
are not. To
make this work, you would need to have this -
.p4
{color: #333333;
font-family: "times new roman", times, serif;
font-size: 11px}
(note the leading period on the p4, the deleted default
styles and the use
of a) quotes around font names containing spaces, and b) a
font family to
account for the fact that not all computers have Times New
Roman installed)
and then this -
<td align="center" valign="top"
class="p4">&bull;</td>
<td class="p4">Market your positions directly to job
seekers
What you have defined as an invalid TYPE selector in the CSS,
should be a
CLASS selector.
But the most important reason why your page looks different
on different
computers is explained here -
http://apptools.com/rants/spans.php
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
==================
"brad_goldstein" <[email protected]> wrote
in message
news:[email protected]...
> so i'm satisfied with the way this page looks on MACS
but PCs is a totally
> different story. How can I clean this up?
>
>
http://litigationsupportcareers.com/test/index.html
>
> thank you

Similar Messages

  • Pages look different in different browsers

    Here's another one -- my edited pages look great in Firefox
    once published, but are missing words and pics in Internet Explorer
    (that DO exist in the draft version)

    Hi,
    I am not sure, Please try clearing the cache of the IE and
    trying the same again,
    Please also provide me the website URL.
    Thanks,
    Radhika

  • Page looks different in IE and Firefox

    I am creating web pages in Dreamweaver, with tables and
    images,.but when preview, one page looks totally normal in IE, but
    messed up in Firefox, another page looks nomal in firefox, but
    messed up in IE. I checked all the assets in dreamweaver, they are
    all right.
    Could you please advise me how to change or where to change?
    Thank you so much!
    Esther

    Go to that location, and paste your page's code into the
    direct input tab.
    Or give it a URL where it can find your page to validate it.
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    The point that we are trying hard to make, is that there is
    no easy button.
    The largest (by far) reason that a page would not look the
    same in all
    browsers would be the use of invalid HTML. That's why I
    steered you to the
    validator.
    > I can send you some screenshot of the pages
    A screenshot is of no use at all. Sorry. The answer is in the
    code.
    > I do not have link address for those pages yet.....
    Without seeing your code, nobody can give you substantive
    help.
    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
    ==================
    "EstherH" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Murray,
    >
    > The web pages I am creating is to show my homeworks and
    projects for
    > school.
    > And right now, I am working on local site and I haven't
    putting them
    > online
    > yet.
    >
    >
    http://validator.w3.org/ showed
    me: "Sorry! This document can not be
    > checked."
    >
    > I was wondering what might be the causes lead to
    different looks in
    > different
    > browers (in one brower, pages messed up?in another
    brower pages look
    > normal),
    > and what to do to fix them?
    >
    > If it is useful, I can send you some screenshot of the
    pages. Sorry that I
    > do
    > not have link address for those pages yet.....
    >
    > Thanks a lot for your patience and help!
    >
    > Esther
    >
    >
    >
    >
    > -------
    >
    > The first thing to do is to make sure your page's
    validate. Do they?
    >
    >
    http://validator.w3.org
    >
    > --
    > 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
    > ==================
    >
    >
    > "EstherH" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Hi Murray,
    > >
    > > Could you please also advice me how to adjust or
    modify in Dreamweaver
    > > so
    > > that my pages will look normal on all the browers
    (IE, firefox,
    > > Safari....)?
    > >
    > > Thanks a lot
    > >
    > > Esther
    >
    >
    >
    >
    >

  • Page looks different in Dreamweaver than browser with no errors!

    My url is uchargeproject.com and the site looks horrible in Dreamweaver, but fine in my browser. I have also checked for errors with http://validator.w3.org/ and my site has only one now but still it doesn't work! (also why does it say height is not an attribute?)

    When I look at your page in DW's Design view with CS6 (10.8.3/Mac), it looks pretty much the same as it does in the browser.
    The page is much too wide, though. If you are targeting a general demographic (i.e., not a specialty one) then your page should be about 980px wide - no wider (since 1024 is still pretty much a lowest common screen size).
    Which version of DW are you using?

  • Team Blog: Why does my page look different in BrowserLab?

    Duane O'Brien, engineer on the BrowserLab team has a new blog post on the BrowserLab Team blog that you might find interesting. It covers when/why you might see rendering differences between the BrowserLab browsers and your local browsers. Good info.
    http://blogs.adobe.com/browserlab/2011/07/11/why-does-my-page-look-different-in-browserlab /
    Bruce
    Bruce Bowman
    BrowserLab product manager
    BrowserLab Team Blog: http://blogs.adobe.com/browserlab
    Twitter: @brucebowman, @adobebrowserlab

    As Wyodor indicated IE is not the most advance, up-to-date browser out there.
    See Roddy’s tips for making iWeb pages more compatible with IE.
    OT

  • What is the Firefox start page looking for when it tells me I'm not using the most current version and need to update Firefox? The check for updates button says my version is up to date, but the start page disagrees. Is there a setting I need to adjust?

    Okay: My start page is the one Google provides: http://www.google.ca/firefox?client=firefox-a&rls=org.mozilla:en-US:official and frequently it has a note underneath the search box that "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" But when I check for updates on the About Firefox window, it says my Firefox is up to date. So what is the start page looking for? Is there some setting I need to adjust? Or is this a Google marketing ploy to get me to switch to Chrome?

    I tentatively think I have the solution; this is for when the session id value 'thing', in about:config, referred to in other answers is already on the default/rest state.
    I am assuming, I don't what to imply certainty in-case there is a value wrong in our browsers, that the problem stems from the fact that our homepage is no longer the default for Firefox.
    So, go to 'Options'>'General' and delete the homepage. This will reset it to the new address, which is 'about:home'.
    I hope this helps some people.

  • My website looks fine in other browsers but on firefox it comes up like an index with the title first and on the second line it says skip to content. Can this be fixed?

    When I look at my website it loads up as an index with the heading on the top line and then a link saying "skip to content" and then the navigation is in bullet points. I have downloaded the latest version of firefox and this has not improved the situation. The website looks fine in other browsers.

    Make sure that you do not block the CSS files on that page.
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Just bought the best mac mini, but Netflix looks horrible.. Why?

    I bought a mac mini 2.6 ghz, late 2012. I'm using it on a Samsung 40 in smart tv with an HDMI cable. When I get on netflix the videos look horrible, and I'm wondering if there's something I can do to fix the quality of video (other than downloading sliverlight and placing the quality to high on netflix). Thanks for the help

    Sorry for the confusion, I meant that I had already done those things and am wondering if there's anything else I can do. I think I solved the problem, though. The quality is just taking a little longer than my last mac to buffer into HD video.
    I'm also wondering if I should just use the HDMI adapter that came with the mac mini, things like brightness control and volume control can no longer be controled straight from the keyboard because it assumes I'm not lazy and will grab the controller! Also, web pages and just the overall all look is a bit distoreted because it's trying to push it to 40in..I guess.
    Thanks for the comment!

  • Appearance of iWeb 2.0.2 pages in Safari and other browsers

    I guess this question has been posted several times before because I can't find the relevant search terms to limit the number of answers to a reasonable count. Thus, sorry for the repetition (if so).
    Is there a way to amend the appearance problems of iWeb 2.0.2 pages in Safari and other browsers?
    Problems are:
    Safari: color management (?) - take a look at this site: http://shivaduo.jan-groh.de - Text and frame were created with exactly the same web safe color (990033), but they differ a lot.
    Firefox 2..., IE 6, Camino 1.5, Shiira: no shadows, (some) no reflections, (all) horizontally broken lines in reflections of frames, (Windows) fonts (Trebuchet MS) get changed (worked perfectly before with iWeb 1... on exactly the same computer).
    Is there any remedy to this aestheical disaster (which was the main reason for me to switch to iLife '08)?
    Thanks in advance,
    Rosember
    (Sorry for posting this one again, chose the wrong forum last time... )

    I guess this question has been posted several times before because I can't find the relevant search terms to limit the number of answers to a reasonable count. Thus, sorry for the repetition (if so).
    Is there a way to amend the appearance problems of iWeb 2.0.2 pages in Safari and other browsers?
    Problems are:
    Safari: color management (?) - take a look at this site: http://shivaduo.jan-groh.de - Text and frame were created with exactly the same web safe color (990033), but they differ a lot.
    Firefox 2..., IE 6, Camino 1.5, Shiira: no shadows, (some) no reflections, (all) horizontally broken lines in reflections of frames, (Windows) fonts (Trebuchet MS) get changed (worked perfectly before with iWeb 1... on exactly the same computer).
    Is there any remedy to this aestheical disaster (which was the main reason for me to switch to iLife '08)?
    Thanks in advance,
    Rosember
    (Sorry for posting this one again, chose the wrong forum last time... )

  • Why is my Page looking like this?

    I have essentially the same page uploaded and I have no idea why one is looking like it does and the other is fine. The one that is the DSMS Home is the one I need to look correct. The other one is a test of that page before I made it the homepage of my school!!
    http://cmweb.pvschools.net/dsmsweb/Site/DSMS_Home.html
    http://cmweb.pvschools.net/dsmsweb/Site/about_me.html
    Help!!!!

    On my machine it looks horrible (viewing in Firefox). The text is all over the place, an image that used to be on the page and I took it off is still on there. I checked the site on a different computer using IE and it looks good. I'm not sure why only on my machine it looks bad.

  • HELP! Please :) my website looks different in different browsers. Link boxes are showing in IE!!

    Please help me!  I'm pretty new to web design.  Built this website from scratch - designed in photoshop and put together in dreamweaver.  I launched the site and it looks great in safari, but had a friend look at it with explorer and the blue link boxes (the one that lets you know you have something linked in dreamweaver) are showing up on the interent explorer browser and I can only assume there are issues in other browsers as well.  Please help if you can.  Here is a link to my website:   www.shandryntrumble.com  Thanks

    Thanks for your help!Should I create an external style sheet?  I'm still unsure of where and what to put in the document.  Where are the CSS  tags?  And what exactly do I place in them?  Sorry, I'm so new to this.  Thanks for your patience.
    Date: Fri, 22 Mar 2013 10:13:43 -0700
    From: [email protected]
    To: [email protected]
    Subject: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
        Re: HELP! Please my website looks different in different browsers. Link boxes are showing in IE!!
        created by Nancy O. in Dreamweaver - View the full discussion
    Bad information.  You don't need a class for this.  Simply add the following CSS code to your style sheet.  An external style sheet is preferred but it if you don't have one yet, add this code to the CSS inside the  tags of your HTML document. /*remove borders from all linked images*/a img    Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5170378#5170378
         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/5170378#5170378
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5170378#5170378. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • My iphone 5 camera has scratches on it and it looks horrible when i snap a photo. Anyone knows how much does it cost to get it fixed?

    I am currently using an iphone 5 and my camera lens has major scratches on it such that when i take pictures, it looks horrible. Anyone knows how much does it cost to get it fixed? :/

    $269 to replace the iPhone.
    -> http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    Look under warranty and service pricing then out of warranty service.

  • Yahoo mobile site looks horrible after 1.4.1.1

    For some reason, after 1.4.1.1 the yahoo mobile website looks horrible, looks like a standard mobile page (like what you would expect on WinMo) rather than the enhanced mobile site. Anyone else having this problem?
    m.yahoo.com.

    Yes, same here.  The site is showing text only, totally archaic!  I think I saw a thread on Precentral.com about this too.  Hopefully it will be resolved ASAP!

  • Pages looking weird in incontext editing

    My pages looks just fine in the browsers and also in BC preview. But when I go to editing, everything looks weird.  The design is not looking the way it should, and I can not reach some of the editable regions,as they appear under another misplased part of the design.  I have validated the pages so they should be ok.  Does anybody else have the same problem?

    Yes, I do. It seems that pages that used the "Impressum" template have this problem. I'm not sure why they do, when others don't, but if the support team takes a look at the pages (any of the pages from that template) perhaps they can figure it out.
    I have a site in development that uses that template, and have told my clients not to edit the pages until I tell them it's okay. Which is unfortunate, since we're at the part of the development cycle where I'm just waiting for content. But it's a lot easier to put it all in myself than have them try to use the new Content Editor when you can't see anything on the page.
    I'll submit a ticket when that part of the system is back up. (It's currently down.)
    Thanks for reading!

  • Help with exporting. Video looks horrible after export, but great when in premiere pro

    Hey guys, looking for some advice on exporting.
    When I finish a video, the color and everything looks great while in premiere pro, but after exporting it, the color ends up looking dull and the whole video looks blurry.  I'm filming with a canon vixia hf200 at 60i. It imports as a AVCHD file, I deinterlace it, and then export at the Vimeo HD settings. What can be causing the video to look horrible after exporting? What settings should I be exporting under? Any help would be appreciated!

    It looks like you're coming up against some of the colorspace handling issues that the Premiere pipeline has.
    Since your source is 60i AVCHD it's HD and thus rec709 colorspace. If it gets encoded with the standard rec601 colorspace (SD sizes are this) then all the colors get crushed. Look for a "709" and "601" radio button in your export settings. If it's not there you're out of luck.
    The "blurry" is probably a poor quality de-interlacer. If Vimeo permits interlaced vs progressive do that instead. it's always cleaner to stay in the same video format all the way through.
    TECHNICAL ASIDE:
    rec709 is a triangle of possible colors that can be expressed by mixing of ratios of 3 emitters (the R G B corners of the triangle). (they are the RGB phosphors of a CRT and now LCD pixel elements)
    rec709 is a bigger triangle than rec601 so it's capable of more colors. but if you accidently map that triangle's corners to the coordinates of rec601 it gets crushed.
    In photography the "sRGB" uses the rec709 triangle. A bigger triangle that that is "Adobe RGB". So if you work in Adobe RGB and export to sRGB without conversion the colors get crushed because sRGB in inside the triangle of "Adobe RGB".
    http://en.wikipedia.org/wiki/Srgb
    http://en.wikipedia.org/wiki/Rec._709
    http://upload.wikimedia.org/wikipedia/commons/8/8f/CIExy1931_sRGB.svg

Maybe you are looking for

  • Error in Webgate 11g (OAM, Webgate, WebTier)

    Hi, I'm setting up the WebGate in Webtier 11g, linux platform, I created a WebGate instance, configured and registered in OAM 11g 11.1.1.5.0 But the following error occurs in OHS Message from syslogd@ at Sat Feb 25 15:37:13 2012 ... wlroam15 Oblix: 2

  • Can't install Windows 8 apps, office 2013, or windows 8 updates from work network.

    Ever since the release of Office 365 I've noticed that I'm unable to complete the download of the office installation while I'm on my work network.  If I switch to a wireless hotspot the download proceeds and installs like it's supposed to.  This sam

  • How do I rename a volume on an external hard drive

    I have a 500 GB Iomega USB external hard drive divided into 3 volumes. The largest one used to be my Time Machine backup, but I needed more room and have added a new drive for the purpose and want to change the name of the old backup volume to someth

  • How do I create a 'external table' against clob

    Hi there, I have a need, where I will have multiple csv files, which I plan to load it to a temporary table using the 'external table' concept. My issue is that I will have many at the same time and I don't want to create too many tables. So is there

  • Problem with ios8

    Why is it so difficult to get in contact with Apple when a download ios8,causes problems ?