simple tables question in php
Posted: Fri Jul 07, 2006 11:44 am
feyd | Please use
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
i am trying to make a 2 cells in a table using php
the problem is ... i have set the WIDTH and yet...the cell STILL keeps getting bigger...
is there a way to make it so the CELL does not get bigger and stays CONSTANT no matter what..
[syntax="html"]<table border="1" width="100%" id="table1">
<tr>
<td width="100">ddddddddddddddddddddddd</td>
<td width="200">ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd</td>
</tr>
</table>feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]