hi everyone, who is taking a look at this post. This post is only indirectly about a PHP coding Problem.
I have createt a table in html. The source:
------------ Code ----------
<table width="500" "border="1">
<tr>
<td><img src="px_white.gif" width="130" height="10" /></td>
<td><img src="px_white.gif" width="240" height="10" /></td>
<td><img src="px_white.gif" width="130" height="10" /></td>
</tr>
<tr>
<td>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhsdajhgdfkjashkdhfkashdflasjdfhbaskdhfask<hhddda/td>
<td>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</td>
<td>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</td>
</tr>
</table>
------------- Code end ---------
I wanted that table to be exactly 500 pixels of width. But the stupid html (or my programming), always makes the table data as width as the text in it is and not like i assigned in in the first row. So the first colum should be 130 the sekond 240 and the thir 130 agin.
How cann i fix that problem, so that the colums are exactly as width as i defined it ? I thought it works like the code i have weritten, but it does not. Even in Internet Explorer 🙂.
Thanks in advance for the answer of this special not 100 %ly PHP related Question.
ali