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?
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