Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Really dumb question

  1. #1
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Really dumb question

    Hi, you probably hear this all the time, but for some reason my page loads fine in IE but looks terrible in firefox. I'm not sure if it's because of the iframes or what. It was designed in Dreamweaver 8.

    The page is at www.annebegg.info

    Any help, much appreciated.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It was designed in Dreamweaver 8.
    And there lies your problem. If you don't know enough to code sites by hand, you don't know enough to fix the myriad errors a WYSIWYG editor will insert into your code, and so you shouldn't use one. If you do, you don't have any reason to use a WYSIWYG editor in the first place, and coding by hand in the first place will probably end up being one heck of a lot faster than fixing all those errors (which usually involves practically rewriting the page anyway).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    WYSIWYG editors can be helpful (there's a debate about this), but if you use one, you need to keep an eye on the html yourself.
    I like dreamweaver. It saves me time from hand coding. But when it messes up, and it always does, I need to know how to fix it.

    so... learn html, when you get the time... it'll be a big help
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I don't think relying on DreamWeaver's Design preview fully while developing the pages would be a blunder.

    Instead if you want to use DreamWeaver use it but check your page view at least in two or three popular browser like FireFox, IE, Opera, etc.

    If you check the page view while developing you won't get into this kind of mess.

  5. #5
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    And remember to not use titles like "Really dumb question" and instead use something like "Page does not display correctly in FireFox"
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by andy81
    Hi, you probably hear this all the time, but for some reason my page loads fine in IE but looks terrible in firefox. I'm not sure if it's because of the iframes or what. It was designed in Dreamweaver 8.

    The page is at www.annebegg.info

    Any help, much appreciated.

    Back on topic and giving you the help.... LOL

    It is in your CSS stuff and your tables. In actuality FF is showing it correctly and IE is messing it up, you need to clean up a few things.

    Please note that I am NO CSS guy, so I can't really help with this.

    Anyway...

    The main problem is your <div> tags. They are a little messy and not all needed, and your middle table structure (the one with the JS) isn't set up correctly.

    Hopefully someone with more CSS knowledge can look at your source and figure it out for sure.


    I would start by putting one table on a page by itself, and messing with all those div tags, until each appears correctly on its own. then start combining them into one page.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I would start by validating both your HTML (yes, forget XHTML) and CSS.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Twey, I've been meaning to mention something, and this seems like a good time to do so.
    Dreamweaver, by default, inserts an xml doctype into pages. That is likely why there are so many xml pages out there by those who don't know what xml is or why it's different than html, or, most importantly, why they're using it.
    I hate it, because it starts inserting automatic self closing tags, that get in the way of things.
    Anyway, that's why.

    Maybe that's part of some of the issues from those using Dreamweaver.

    (We can start a new thread if this is worth it, but it's on topic with what we're discussing, unless we get into it in detail unrelated to this particular page...)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Anyway, that's why.
    Quite possibly. That still doesn't excuse it though
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Not claiming it does. Just that it's one more thing to point out to anyone who doesn't seem clearly interested in xml and is using dreamweaver
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •