Guys can you help me fix my site

Discussion in 'HTML & Website Design' started by kojakfilth, Aug 22, 2006.

  1. #1
    kojakfilth, Aug 22, 2006 IP
  2. softwareindex.org

    softwareindex.org Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    too many errors. you can do it by yourself.
    <table width="102%" height="100%" border="0" cellpadding="0" cellspacing="0">
    there is no attribute "HEIGHT" ,you need read the note.
     
    softwareindex.org, Aug 22, 2006 IP
  3. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #3
    what did they mean about "there is no attribute "HEIGHT"

    what am i gonna supposed to do with this height="100%"?
     
    kojakfilth, Aug 23, 2006 IP
  4. Greenthorn

    Greenthorn Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What program are you using to create your website? It appears to be generating code this is/no longer accepted code.
     
    Greenthorn, Aug 23, 2006 IP
  5. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #5
    MS frontpage coz im not used in dreamweaver.. :(
     
    kojakfilth, Aug 23, 2006 IP
  6. Greenthorn

    Greenthorn Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Frontpage, like other WYSIWYG editors, inserts it's own code, though Frontpage tends to insert a lot more.

    Here's a link to a post in another forum that tells how to fix your errors.

    Most of your errors are because of missing ALT text, those are easy to fix.
     
    Greenthorn, Aug 23, 2006 IP
  7. phd

    phd Active Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Make your website Valid HTML as:
    --> All the image must have alt tag.
    If the image doesn't mean anything then put img=""
    But you have to put alt tag.
    --> All the tag must be completed. specially if you use img or br tag then close like <br />
     
    phd, Aug 26, 2006 IP
  8. tarjan

    tarjan Banned

    Messages:
    208
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    hI ,

    i hv visit your given link ....

    for error1 :
    you should remove the HEIGHT arttribut for the code .... because table has not that attribute in it .... allthough dreamweaver show it .... but i advice that remaove it form that ...like
    <table width="102%"  border="0" cellpadding="0" cellspacing="0">
    Code (markup):
    for error 2 : remove all the background attribute from td ... if you want to give any background then please define it in style attribute ... like
    <td width="50%"  style="background:left_bg.jpg;background-position:right"  
    Code (markup):

    for error ALT , you hv to defile ALT attribute for all the imgs .... even you put balnk ... then also this error will not be there
    <img alt=""
    Code (markup):
    for error BORDERCOLOR : define it in style attribute ... your problem will be solved ...

    for Line 821 column 89: end tag for element "A" which is not open.

    you forgot to open that tag<A> or if there you don;t want to put link then remove that </a> form that link ...

    for Line 876 column 6: end tag for element "FORM" which is not open. remove that </form> form the code ....

    for Line 1353 column 13: there is no attribute "HEIGHT". : please remove that attribute from that tr tag ....

    for productid's error:confused: need to see the code ... that i can not suggest form here ...

    i hope this will help you to reslove you errors !! :) :D
     
    tarjan, Aug 26, 2006 IP