Hey Everyone,
I’m trying to create a web page using a table, however I can’t get the table to appear 100% horizontally across the screen, like I’ve seen on other sites (I know they use tables because I’ve viewed their source file. Here is an example of the simple table.
Thanks,
- jrome_007
____
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0" height="300" align="left" bgcolor="blue" >
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
I’m trying to create a web page using a table, however I can’t get the table to appear 100% horizontally across the screen, like I’ve seen on other sites (I know they use tables because I’ve viewed their source file. Here is an example of the simple table.
Thanks,
- jrome_007
____
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0" height="300" align="left" bgcolor="blue" >
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>