Coding ERROR: Need assistance

Discussion in 'HTML & Website Design' started by FPSDavid, Sep 23, 2006.

  1. #1
    FPSDavid, Sep 23, 2006 IP
  2. Kat2

    Kat2 Well-Known Member

    Messages:
    143
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    It looks fine in both Firefox 1.5.0.7 and IE 7...
     
    Kat2, Sep 23, 2006 IP
  3. mohdsoft

    mohdsoft Peon

    Messages:
    404
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can't see anything wrong!!
     
    mohdsoft, Sep 23, 2006 IP
  4. melol2

    melol2 Active Member

    Messages:
    511
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #4
    I cant see anything wrong except you need to replace the words...
     
    melol2, Sep 23, 2006 IP
  5. FPSDavid

    FPSDavid Peon

    Messages:
    85
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Click the imageshack link, it shows you whats wrong.
     
    FPSDavid, Sep 24, 2006 IP
  6. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #6
    After clicking all links available, I can't see error anywhere, just javascript messages.
     
    Pat Gael, Sep 24, 2006 IP
  7. FPSDavid

    FPSDavid Peon

    Messages:
    85
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    [​IMG]
     
    FPSDavid, Sep 24, 2006 IP
  8. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Reading your source code, you have several links in the header pointing to
    javascript:void(null)
    Code (markup):
    You need to change that for the actual links, including the search form
    
    <form name="loginForm" action="javascript:void(null);" method="POST">
    
    change the above for this
    
    <form name="loginForm" action="NAME_OF_YOUR_SEARCH_SCRIPT.php" method="POST">
    
    
    Code (markup):
    As for the links "HI" and "hello there" the same, if you want to a add a link just and the link in the corresponding areas.

    Unless you mean another kind of error.
     
    Pat Gael, Sep 24, 2006 IP
  9. sketch

    sketch Well-Known Member

    Messages:
    898
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    148
    #9
    I'm seeing the problems in FF 1.5.0.7 and IE6 ... also at the bottom of the "content" area, there's a bit of a gap on the sides.

    Unfortunately I don't have time to dissect the code but there seems to be some overlapping between DIVs (if you have FF, install the WebDeveloper extension so you can see all the DIVs outlined : http://chrispederick.com/work/webdeveloper/ ). Go back into your CSS and double check the math, don't forget that things like margin and padding are in ADDITION to heights and widths.
     
    sketch, Sep 24, 2006 IP