WC3 Transitional Complence and Menus VS2005

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

Hi,

I dont know if anyone has discovered this problem, but the code being output
by the menu conrols seems to produce invalid transitional code and I end up
with this message from the validator

Line 43, Column 286: there is no attribute "valign".
8281250" alt="Expand Courses" valign="middle" /></td>

Has anyone seen this, got a useful comment etc ?


Cheers
 
Hello Just Me" news.microsoft.com,

"8281250" ?!
What is that?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


J> Hi,
J>
J> I dont know if anyone has discovered this problem, but the code being
J> output by the menu conrols seems to produce invalid transitional code
J> and I end up with this message from the validator
J>
J> Line 43, Column 286: there is no attribute "valign". 8281250"
J> alt="Expand Courses" valign="middle" /></td>
J>
J> Has anyone seen this, got a useful comment etc ?
J>
J> Cheers
J>
 
Im not agrguing this one. But this is the only issue ive had with
complience, so Im not saying your wrong, but it sounds wrong.
 
I always like a good argument, but the search results I provided shows
a whole bunch of different workarounds to the fact that generated code
is not XHTML compliant.

Sam
 
Now thats interesting .

PS: What I have since discoverered is that the term valign="Middle" does not
actually exist on my page, but there is a style attribut with
vertical-align=middle. I think the validator has got its nickers in a twist
here and I have reported it to them, so we shall see.
 
Back
Top