- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 21 Mar 2003 11:13:38 -0500
- To: www-amaya@w3.org
- Message-ID: <3E7AF3E2.4391.C55CCF@localhost>
msie and netscape are in debate over which should color the horizontal rule .... but amaya avoids issue by not doing anything ;-[ ;-[ ;-[ which is correct property according to w3.org ( i would think background as there is no content to color up) and will amaya be implementing .... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title></title> <style type="text/css"> hr {color:#000000; background:#000000; height:2px; border:0px} div {text-align:center;margin:auto} </style></head> <body> <hr> <div> Something Something_Else And_Another_One </div> <hr> </body> </html> // John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA) check HTML at http://www.htmlhelp.com/tools/validator/ check CSS at http://jigsaw.w3.org/css-validator/ check JavaScript at http://www.crockford.com/javascript/jslint.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title></title> <style type="text/css"> hr {color:#000000; background:#000000; height:2px; border:0px} div {text-align:center;margin:auto} </style></head> <body> <hr> <div> Something Something_Else And_Another_One </div> <hr> </body> </html>
Received on Friday, 21 March 2003 11:06:10 UTC