Page 1 of 1

simple html problem, plz help

Posted: Sun Nov 12, 2006 11:39 am
by iffo
Hi,

please check this page, all i did , I added one row

Code: Select all

<tr>
     <td  colspan='3'>
				
	test<br>
	test<br>
	test<br>
	test<br>
	test<br>
	test<br>
				
	</td>
  </tr>




just on top of submit



It look fine on IE

http://natradersonline.com/temp/indexT.php

But in Fire fox it stretches on top of the bottom, even the submit button does not work. I tried different things but nothing workerd. I don't know what is going on? I will apprecaie your help

Posted: Mon Nov 13, 2006 2:41 am
by Rovas
The code you have posted works fine for me in FF 2.0. Check the entire code to see where the problem lies (perhaps the size of the table is interpreted by FF).