Thread
:
Prototype: <form> inside a <table> doesn't work
View Single Post
03-12-2009, 07:28 PM
PM User
|
#
4
abduraooft
Supreme Master coder!
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
If you really want to nest a form inside a table, it should be placed inside a cell, like
Code:
<table> <tr> <td> <form........... </form> </td> </tr> <table>
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --
(Dr. APJ. Abdul Kalam)
101 ways to post unanswerable questions in CF
!
SPREAD - the global community of drilling, completion & subsea professionals
abduraooft
View Public Profile
Find More Posts by abduraooft