simple html problem, plz help

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
iffo
Forum Commoner
Posts: 37
Joined: Thu Oct 05, 2006 11:56 am

simple html problem, plz help

Post 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
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post 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).
Post Reply