I'm ALMOST W3 Verified, a Couple Small Issues, I need Your Help!

Discussion in 'HTML & Website Design' started by rbf738, Mar 8, 2009.

  1. #1
    First, quickly, just cos I want to get a 100% no problems from W3 in confirming my site is error free, should I alt tag the .png rounded corner image files I used to smooth out the corners of my menus?



    Secondly, I'm getting this final issue:

    Line 370, Column 32: there is no attribute "height".

    <table width="661" height="772" border="1">

    What's wrong with how my height is listed. I have a value for it like all other tables are listed with no problems, but W3 seems to have a problem here. Ideas?
     
    rbf738, Mar 8, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Every foreground image is required to have the alt attribute. In this case, for the corner images, you may set alt="".

    The table element does not have a height attribute (html). Period. You may set a height in your stylesheet, using the height property (css). Be aware that height works differently in tables than elsewhere. See §17.5.3 Table height algorithms.

    cheers,

    gary
     
    kk5st, Mar 8, 2009 IP
  3. Tralfamadorian

    Tralfamadorian Peon

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Where is your site?
     
    Tralfamadorian, Mar 8, 2009 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    Simple. There are no such attributes for <table>. Use CSS instead.
     
    drhowarddrfine, Mar 8, 2009 IP