PDA

View Full Version : My tables wont stay fixed. help. :)


Majik
06-23-2006, 10:26 AM
Hello.

I am having an issure creating a table. When I mak ea table, it seems when I type in content that the tables slide wider. I want them cells to stay at a fixed size....here is the code....can someone help me please. Thanks.

-------------------------------------------------------------------













<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body topmargin="85" leftmargin="150" rightmargin="150" bottommargin="7" text="#008000" bgcolor="#000000">

<table border="1" width="100%">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</body>

</html>