From: <tom...@us...> - 2003-12-08 17:54:40
|
Update of /cvsroot/qmailadmin/qmailadmin/html In directory sc8-pr-cvs1:/tmp/cvs-serv24268/html Modified Files: show_subscribers.html Log Message: fix html syntax errors Index: show_subscribers.html =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/html/show_subscribers.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- show_subscribers.html 10 Sep 2003 21:38:44 -0000 1.1.1.1 +++ show_subscribers.html 8 Dec 2003 17:54:37 -0000 1.2 @@ -3,9 +3,9 @@ <center> <h2>##S</h2> <!-- Black frame 2 pixels wide --> - <table cellpadding="2" cellspacing="0" border="0" align="center" valign="top" width="600" bgcolor="#000000"><tr><td> + <table cellpadding=2 cellspacing=0 border=0 align=center width="600" bgcolor="#000000"><tr><td> <!-- Frame content --> - <table cellpadding="0" cellspacing="0" border="0" align="center" valign="top" width="100%" bgcolor="#ffffff"> + <table cellpadding=0 cellspacing=0 border=0 align=center width="100%" bgcolor="#ffffff"> <!-- Form title --> <tr> <td bgcolor="#000000" align="center"> @@ -25,7 +25,7 @@ <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> - <b>##X189 ##A@##D</b><p> + <P><b>##X189 ##A@##D</b></P> ##M </td> </tr> |