Hi Chris,

To echo what Wayne says - Visual Studio 2005 is MUCH better when it comes to
css/standards layouts.  Unfortunately it is still fairly new, and so not
going to be commonly used for a wee while.

When dealing with older .net stuff - like I also currently am - yes it is a
headache. How closely do you work with these developers?  Currently I am
battling with 30 odd validation errors on each page because of what Visual
studio is putting in.  In short, it helps a lot to have the doctype as HTML
4 strict (unless you have to use xhtml?).  

If they are telling you to use tables for stuff other than data tables, then
they need to get their act together.  They should have no problems bringing
your html in.  One thing that could be causing a problem is if they are
needing to use the id values for .net stuff then you need to change your
styles into classes instead.  However even that isn't a common occurrence.

They need to make sure that they ARE using YOUR code and not putting their
<asp:Table> stuff around everything. They don't need to be there!  If you
see they have put those around your opening div tags which I imagine is
causing most of the problems at this stage.

All the best!
Rachel

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Wayne Douglas
Sent: Wednesday, 9 November 2005 9:12 a.m.
To: [email protected]
Subject: Re: [WSG] Standards and .NET

http://www.codeproject.com/aspnet/ASPNET2XHTML.asp

VS2005 drastically improves this situ.

hth

:]

w

Chris Kennon wrote:

> Hi,
>
> Yesterday I spoke with you all regarding issues with using CSS and 
> .NET. Below is the site underdevelopment. I'm told div's are casuing a 
> problem, in addition to <td><th>
>
> Could someone look over this and offer suggestions, on Standards based 
> implementation with .NET
>
>
>
> /"Today we found screen resolution Problem.  Please test different screen/
> /resolutions also try to use tables instead of div tags."/
> /
> /
> Try the following link to get an idea of what we are getting.
>
>
> http://www.red-threads.com/beacontest/processes.aspx

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to