spf-discuss
[Top] [All Lists]

Re: web page on sender ID

2004-11-06 10:04:18
James Couzens wrote:

If anyone else agrees its redundant/retarded/unnecessary I'll
pull it.

Pull it:

<b>*</b>&#160;&#160;<i>"What threw the big wrench in was Microsoft's
IPR,"</i>&nbsp;and&nbsp;<i>"The non-transferable license made it onerous
for open source community to share code.&nbsp;&nbsp;The wind went out of
the sails at that
point,"</i>&nbsp;says Doug Otis, a working group participant.

Otherwise it's "visible with any browser" with my candidates
for small surprises (Netscape 3.x and Lynx 2.8.5).  But the
validator.w3.org doesn't like it, please add a Doctype and a
charset:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd";>

The DOCTYPE as first line, and the charset within the <head>:

<META HTTP-EQUIV="Content-Type"
 CONTENT="text/html; charset=ISO-8859-1">

After doing this I get the following errors:

  6: <style text/css>          => <style type="text/css">
 87: <p valign=top alig=ceter> => <p align=center>
 92: <td bgcolor=#??????>      => <td bgcolor="#??????">
 97 & 102: dito, 3 <td bgcolor
100: width=100%>               => width="100%">
105: dito
133: <td valign=top><li></td>  => <td></td>
140 & 144 & 152 & 155 & 160 & 166 & 170: dito
191: src=images/dccnet.gif     => src="images/dccnet.gif"
191: border=0                  => alt=dccnet border=0
195: </p>                      => <!-- </p> -->
199: </body>                   => </center></body>

Having done this validator.w3.org claims (*):
"This Page Is Valid HTML 4.01 Transitional!"

                         Bye, Frank

*: these claims are sometimes incorrect, and I didn't
   validate the CSS, because I couldn't fix it



<Prev in Thread] Current Thread [Next in Thread>