diff options
author | athomas <[email protected]> | 2003-06-06 16:17:23 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-06-06 16:17:23 +0000 |
commit | e0f540d0fe4b22e1ee20b4eb61ea159a8e5e8e14 (patch) | |
tree | 701bed3623d16e9637e66305a6f19d14ef485913 /www/index.html | |
parent | a693b5da105061e99d4d168c00280a767e3158b7 (diff) |
fixed layout to be more flexible for smaller browsers
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@19 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index 65dc0bd..ed54007 100644 --- a/www/index.html +++ b/www/index.html @@ -4,9 +4,9 @@ for OpenAL / Sound3D Toolkit Project! </font> </div> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> - <td width="600" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1"> + <td width="75%" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1"> <tr> - <td valign="top"><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> + <td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> <tr> <td width="589" valign="top" bgcolor="#990000"><div align="left"><font color="#FFFFFF"><strong>Overview</strong></font></div></td> </tr> @@ -29,7 +29,7 @@ </table></td> </tr> <tr> - <td><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> + <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> <tr> <td width="589" bgcolor="#990000"><div align="left"><font color="#FFFFFF"><strong>Project Status</strong></font></div></td> @@ -45,7 +45,7 @@ </table></td> </tr> <tr> - <td><table width="601" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> + <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#990000"> <tr> <td width="589" bgcolor="#990000"><div align="left"><font color="#FFFFFF"><strong>Getting Started </strong></font></div></td> |