473,386 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

WC3 Transitional Complence and Menus VS2005

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
Sep 21 '07 #1
7 1487
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
JHi,
J>
JI dont know if anyone has discovered this problem, but the code being
Joutput by the menu conrols seems to produce invalid transitional code
Jand I end up with this message from the validator
J>
JLine 43, Column 286: there is no attribute "valign". 8281250"
Jalt="Expand Courses" valign="middle" /></td>
J>
JHas anyone seen this, got a useful comment etc ?
J>
JCheers
J>
Sep 21 '07 #2
that is an error message of the w3c validator

<Michael Nemtsev>; "MVP" <ne*****@msn.comwrote in message
news:3d*************************@msnews.microsoft. 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

JHi,
JJI dont know if anyone has discovered this problem, but the code
being
Joutput by the menu conrols seems to produce invalid transitional code
Jand I end up with this message from the validator
JJLine 43, Column 286: there is no attribute "valign". 8281250"
Jalt="Expand Courses" valign="middle" /></td>
JJHas anyone seen this, got a useful comment etc ?
JJCheers
J>

Sep 21 '07 #3

..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
Sep 21 '07 #4
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" <sa********@nomail.comwrote in message
news:q3********************************@4ax.com...
>
.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

Sep 21 '07 #5
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

Sep 21 '07 #6

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" <sa********@nomail.comwrote in message
news:q3********************************@4ax.com.. .
>>
.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
Sep 21 '07 #7
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" <no****@nospam.comwrote in message
news:Oa**************@TK2MSFTNGP06.phx.gbl...
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

Sep 22 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Marci | last post by:
I found this script for cascading menus, however, I cannot reach the author to solve the bug I am having when I add a second menu to it. My problem is this: If I click on the first link, the...
1
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus...
3
by: cefrancke | last post by:
The only reason I ask is that no one has made this subject clear or given a definitive answer. What I would like to do is, after turning off all the menus/tbars/etc using the startup options. ...
0
by: Frank Rizzo | last post by:
I've noticed that the toolbars and menu controls got an overhaul in vs2005. Is there anyway to make them work like they do in 3rd party solutions (like infragistics or devexpress) or MFC (back in...
20
by: Alan Silver | last post by:
Hello, I have read about the problems that IE has when using a doctype of HTML 4.01 Transitional. I was advised to use Strict wherever possible. My question is, does the same apply to XHTML...
5
by: Steve Le Monnier | last post by:
I've just noticed that the menu items available in Visual Studio 2005 for the Debug and Build menus differ significantly when compared to the menu items in Visual Studio 2003. On my C#...
9
by: Siv | last post by:
Hi, I have just searched MSDN and Google and can't find a tutorial about how to add icons to menus in a VB.NET or C#.NET Windows Forms application. Does anyone know how it's done or can point me...
1
by: DZ | last post by:
Help! I wish to have the selection bar on a ListView control look like the selection bar on menus of VS2005. ie. Navy blue border with a light blue transparent background which shows the...
2
by: Radu | last post by:
Hi. I have been working at home on a web project (VSNET 2005 SP1). Now I have brought the project at work, and I suddenly have plenty of warnings like: Validation (XHTML 1.0 Transitional) -...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.