Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > WC3 Transitional Complence and Menus VS2005

Reply
Thread Tools

WC3 Transitional Complence and Menus VS2005

 
 
Just Me
Guest
Posts: n/a
 
      09-21-2007
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


 
Reply With Quote
 
 
 
 
Michael Nemtsev, MVP
Guest
Posts: n/a
 
      09-21-2007
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>


 
Reply With Quote
 
 
 
 
Just Me
Guest
Posts: n/a
 
      09-21-2007
that is an error message of the w3c validator

<Michael Nemtsev>; "MVP" <> wrote in message
news:. com...
> 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>
>



 
Reply With Quote
 
Samuel R. Neff
Guest
Posts: n/a
 
      09-21-2007

..NET 2.0 does not product XHTML compliant responses.

http://www.google.com/search?q=.net%...ml%20compliant

There are some solutions if you absolutely need it to be compliant.

Sam

------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.



On Fri, 21 Sep 2007 12:42:41 +0100, "Just Me" <news.microsoft.com>
wrote:

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


 
Reply With Quote
 
Just Me
Guest
Posts: n/a
 
      09-21-2007
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.


"Samuel R. Neff" <> wrote in message
news:...
>
> .NET 2.0 does not product XHTML compliant responses.
>
> http://www.google.com/search?q=.net%...ml%20compliant
>
> There are some solutions if you absolutely need it to be compliant.
>
> Sam
>
> ------------------------------------------------------------
> We're hiring! B-Line Medical is seeking .NET
> Developers for exciting positions in medical product
> development in MD/DC. Work with a variety of technologies
> in a relaxed team environment. See ads on Dice.com.
>
>
>
> On Fri, 21 Sep 2007 12:42:41 +0100, "Just Me" <news.microsoft.com>
> wrote:
>
>>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
>>

>



 
Reply With Quote
 
bruce barker
Guest
Posts: n/a
 
      09-21-2007
you can write a control adapter for the menu to make produce xhtml
compliant code (this may break downlevel browser support). see:

http://www.asp.net/CSSAdapters/Menu.aspx


-- bruce (sqlwork.com)

Just Me wrote:
> 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
>
>

 
Reply With Quote
 
Samuel R. Neff
Guest
Posts: n/a
 
      09-21-2007

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

------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.


On Fri, 21 Sep 2007 15:30:12 +0100, "Just Me" <news.microsoft.com>
wrote:

>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.
>
>
>"Samuel R. Neff" <> wrote in message
>news:.. .
>>
>> .NET 2.0 does not product XHTML compliant responses.
>>
>> http://www.google.com/search?q=.net%...ml%20compliant
>>
>> There are some solutions if you absolutely need it to be compliant.
>>
>> Sam


 
Reply With Quote
 
Just Me
Guest
Posts: n/a
 
      09-22-2007
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.




"bruce barker" <> wrote in message
news:OaUwqQG$...
> you can write a control adapter for the menu to make produce xhtml
> compliant code (this may break downlevel browser support). see:
>
> http://www.asp.net/CSSAdapters/Menu.aspx
>
>
> -- bruce (sqlwork.com)
>
> Just Me wrote:
>> 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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is here no wc3 validation error? Knut Krueger HTML 5 06-02-2007 04:51 PM
Someone please help! WC3 Validation problems buzbybakers@hotmail.com HTML 10 06-10-2006 05:30 PM
Having problems with Netscape 6+ and XHTML 1.0 Transitional vivek ASP .Net 1 03-24-2006 07:25 AM
Select menus above flyout menus? help? news.west.cox.net HTML 8 12-09-2004 12:54 PM
wc3 error Terje Sæternes HTML 10 05-19-2004 05:10 PM



Advertisments