Results 1 to 4 of 4

Thread: front page borders messing up on a few pages!

  1. #1
    Join Date
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default front page borders messing up on a few pages!

    1) front page borders

    2) http://www.waggysfancydress.co.uk

    3) Describe problem: I use front page via ftp to upload to my site http://www.waggysfancydress.co.uk
    but i have a few problems with the shared borders, when ever i change them most of the others change automatic, but the ones with the glow products on dont update, i have to open each page and save maually for them to upload right, can any one see any thing in the codeing on my site what could be causeing it?
    this is one page that doesnt change
    http://www.waggysfancydress.co.uk/BABY_BIORB.htm
    I have tried to find out if there is some thing blocking the shared borders, but i cant find it for the life in me.
    any help on this would be great guys and girls.
    xx

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

    Default

    Not a FrontPage user, but I can tell you that your page is very broken: http://validator.w3.org/check?uri=ht...ML+4.01+Strict
    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
    Apr 2007
    Location
    uk
    Posts
    35
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    what do you mean Broken? don't understand what that means

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

    Default

    He means that your code is not standard. It doesn't validate-- there are over 300 errors.
    Frontpage is a VERY bad program for generating standard code. That's unfortunate, but true.

    So, what you have is a mess of code that will work sometimes, but if you do find problems (and likely will), then debugging will be a nightmare.

    The easiest way to fix this is to first make the page valid (not that it'll be very fast, with 300 errors-- sorry), and then you should be able to deal with the actual problems on the page, using standard techniques and not worry about lack of browser compatibility.

    Basically, frontpage generates code arbitrarily which I think is usually suited for IE. It doesn't take into account making the code valid or other browsers, so that's probably what's wrong here.

    Realize that invalid code doesn't exactly mean it won't work-- it means it's just random luck how and which browsers will support it. So it might seem like it's working, except one thing, but fixing that one thing might be really hard. You also don't know how your page will look on another system, like a browser you haven't tested. With valid code, it's much more likely that it'll work across most/all browsers, and easier to debug if not.
    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
  •