From: Nick J. <nje...@us...> - 2002-03-04 09:15:45
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv17563/templates Modified Files: framework.html sandbox.html Log Message: * Fixed some HTML formatting to get rid of wasted space between the main sandweb menu's and the content. Some table mangling etc. Index: framework.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- framework.html 28 Feb 2002 04:31:08 -0000 1.17 +++ framework.html 4 Mar 2002 09:15:40 -0000 1.18 @@ -16,9 +16,9 @@ <body bgcolor="#EEEEEE" link="#3344AA" vlink="#3344AA"> - <table border="0" align="center" width="100%" cellpadding="4" cellspacing="0"> + <table border="0" align="center" width="100%" cellpadding="3" cellspacing="0" valign="top"> <tr> <td width="100%" align="center" colspan="3"> - <table width="100%" border="0"> + <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="25%"> @@ -41,5 +41,5 @@ <td width="50%" valign="center" align="center" bgcolor="#000000" colspan="2"> - <table border="0" width="100%" align="center"> + <table border="0" width="100%" align="center" valign="top" cellspacing="2" cellpadding="2"> <tr> <td width="100%" align="center" bgcolor="#CCDDCC"> @@ -59,7 +59,7 @@ </tr> <tr> - <td width="100%" align="center" colspan="3"> + <td width="100%" align="center" colspan="3" valign="top"> - <table width="100%" border="0" align="center" valign="top"> + <table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center" valign="center"> @@ -69,9 +69,7 @@ <tr> <td width="100%" align="left" valign="top"> - - <table width="100%" align="left" valign="top"> - <TMPL_VAR NAME=CONTENT><br /> + <table width="100%" border="0" align="left" valign="top" cellspacing="0" cellpadding="0"> + <TMPL_VAR NAME=CONTENT> </table> - </td> </tr> Index: sandbox.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- sandbox.html 2 Mar 2002 08:13:32 -0000 1.15 +++ sandbox.html 4 Mar 2002 09:15:40 -0000 1.16 @@ -8,5 +8,4 @@ </script> <tr> - <tr> <td width="100%" align="left" colspan="2"> <table width="100%" align="left" border="1"> |