Thread: Tables issue
Results 1 to 4 of 4
Related
-
Javascript Issue Forum: Javascript Forum
Replies: 0 -
newWindow issue Forum: HTML Forum
Replies: 3 -
TABLES- can any one help me stop the text streching the tables. Forum: HTML Forum
Replies: 2 -
Avoiding nested tables or grouping separate tables in chunks Forum: HTML Forum
Replies: 2 -
url ghosting issue Forum: Website Scripts Forum
Replies: 4
-
03-14-2007, 02:05 PM #1
Tables issue
I wanted to havea table with 10 rows n 2 columns.
Now i want to enter the data in that table from the Browser.
It's like, making the cell of the table work as a text box.
Plz tell me how do we do tat
Thanks
-
03-14-2007, 07:39 PM #2
Re: Tables issue
First you will have to search around for a script that will do what you want, alternately you may wish to hire somebody to write one for you.
-
03-15-2007, 03:52 AM #3
Re: Tables issue
Is it as simple as
Code:<form etc...> <table> <tr><th>col 1</th><th>col 2</th></tr> <tr><td><input type="text" etc.../></td><td><input type="text" etc.../></td></tr> <tr><td><input type="text" etc.../></td><td><input type="text" etc.../></td></tr> etc... <tr><td colspan="2"><input type="submit" etc.../></td></tr> </table> </form>
-
05-09-2007, 11:31 AM #4
Re: Tables issue
this sort of thing is extremely easy with a WYSWYG editor like Dreamweaver.
I would suggest you try that.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum