A ver si es una tilde no necesaria y ademas incorrecta, creo que me merezco la critica, pero si es una tilde no necesaria pero que realmente esta correcta, ya que la pongo.... se debe considerar como una especie de regalo :P.
y respecto a lo de html tidy... voy a probarlo a ver que tal rula :D(y si no me destroza demasiado la web ) :D Gracias por el consejo.
-----
Y los errores que me ha devuelto, cuando por ejemplo las etiquetas <asp:label> van a ser totalmente necesarias :S, luego solo me resta decir Oh, oh... esto va a ser mas dificil de lo que pensaba :s
line 13 column 25 - Error: <asp:label> is not recognized!
line 13 column 25 - Warning: discarding unexpected <asp:label>
line 14 column 144 - Warning: discarding unexpected </asp:label>
line 15 column 25 - Error: <asp:button> is not recognized!
line 15 column 25 - Warning: discarding unexpected <asp:button>
line 16 column 93 - Warning: discarding unexpected </asp:button>
line 17 column 25 - Error: <asp:label> is not recognized!
line 17 column 25 - Warning: discarding unexpected <asp:label>
line 18 column 76 - Warning: discarding unexpected </asp:label>
line 11 column 9 - Warning: <body> proprietary attribute "ms_positioning"
line 12 column 17 - Warning: <form> proprietary attribute "runat"
line 12 column 17 - Warning: <form> lacks "action" attribute
Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN"
Info: Document content looks like HTML 4.01 Transitional
9 warnings, 3 errors were found!
This document has errors that must be fixed before
using HTML Tidy to generate a tidied up version.
To learn more about HTML Tidy see http://tidy.sourceforge.net
Please send bug reports to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium
Algun programa tipo tidy pero que funcione con .net????
Re:Tidy
(Puntos:1)( Última bitácora: Jueves, 19 Junio de 2008, 15:49h )
y respecto a lo de html tidy... voy a probarlo a ver que tal rula :D(y si no me destroza demasiado la web ) :D
Gracias por el consejo.
La unión hace la fuerza... Rompamos su unión.
Resultado del Tidy
(Puntos:1)( Última bitácora: Jueves, 19 Junio de 2008, 15:49h )
Os copio el codigo que le he pasado a tidy
<%@ Page language="c#" Codebehind="error.aspx.cs" AutoEventWireup="false" Inherits="AC.error" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>error</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense /ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#96aebe">
<form id="Form1" method="post" runat="server">
<asp:Label id="label_Error" style="Z-INDEX: 101; LEFT: 56px; POSITION: absolute; TOP: 72px"
runat="server" Width="616px" Height="88px" Font-Size="XX-Large" ForeColor="Red">Alerta la Sesion Ha Expirado!!!</asp:Label>
<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 248px; POSITION: absolute; TOP: 184px" runat="server"
Width="160px" Height="32px" Font-Size="Small" Text="Cerrar"></asp:Button>
<asp:Label id="label_Javascript" style="Z-INDEX: 103; LEFT: 272px; POSITION: absolute; TOP: 240px"
runat="server" Height="32px" Width="120px"></asp:Label>
</form>
</body>
</HTML>
-----
Y los errores que me ha devuelto, cuando por ejemplo las etiquetas <asp:label> van a ser totalmente necesarias :S, luego solo me resta decir Oh, oh... esto va a ser mas dificil de lo que pensaba :s
line 13 column 25 - Error: <asp:label> is not recognized!
line 13 column 25 - Warning: discarding unexpected <asp:label>
line 14 column 144 - Warning: discarding unexpected </asp:label>
line 15 column 25 - Error: <asp:button> is not recognized!
line 15 column 25 - Warning: discarding unexpected <asp:button>
line 16 column 93 - Warning: discarding unexpected </asp:button>
line 17 column 25 - Error: <asp:label> is not recognized!
line 17 column 25 - Warning: discarding unexpected <asp:label>
line 18 column 76 - Warning: discarding unexpected </asp:label>
line 11 column 9 - Warning: <body> proprietary attribute "ms_positioning"
line 12 column 17 - Warning: <form> proprietary attribute "runat"
line 12 column 17 - Warning: <form> lacks "action" attribute
Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN"
Info: Document content looks like HTML 4.01 Transitional
9 warnings, 3 errors were found!
This document has errors that must be fixed before
using HTML Tidy to generate a tidied up version.
To learn more about HTML Tidy see http://tidy.sourceforge.net
Please send bug reports to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium
Algun programa tipo tidy pero que funcione con .net????
La unión hace la fuerza... Rompamos su unión.