473,412 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

can we make table in textarea

1
hi,

can we create table inside a textarea or link to some other file where
table is created.
Jul 23 '07 #1
4 14730
dafodil
392 256MB
hi,

can we create table inside a textarea or link to some other file where
table is created.
You cannot create a table inside a textarea in html, but you can import other programs like Microsoft Word... using ASP to be able to create table, inside Microsoft's word work area.
Jul 23 '07 #2
harshmaul
490 Expert 256MB
My guess is you want to make the cells of the "table" modifiable....

If this is the case do it the other way around ;)

Rather than a table in a text area, put various textareas in to the table.

something like....

<table border="1">
<tr>
<td>
<textarea cols="3" rows="2">X</textarea>
</td>
<td>
<textarea cols="3" rows="2">O</textarea>
</td>
<td>
<textarea cols="3" rows="2">X</textarea>
</td>
</tr>
<tr>
<td>
<textarea cols="3" rows="2"></textarea>
</td>
<td>
<textarea cols="3" rows="2">O</textarea>
</td>
<td>
<textarea cols="3" rows="2">X</textarea>
</td>
</tr>
<tr>
<td>
<textarea cols="3" rows="2">O</textarea>
</td>
<td>
<textarea cols="3" rows="2"></textarea>
</td>
<td>
<textarea cols="3" rows="2">X</textarea>
</td>
</tr>
</table>
Jul 23 '07 #3
drhowarddrfine
7,435 Expert 4TB
He wants the table inside the textarea not the other way. As explained, it can't be done.
Jul 23 '07 #4
harshmaul
490 Expert 256MB
I am aware that this cannot be done. But if, for example you want to capture text fomat in a tabular layout this canbe done using the tags i wrote, and then handling each cellindividually.

So... rajpri, what is it that you need to use this for and i can tell you whether my markup is suited to you or not.
Jul 23 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: google | last post by:
I would like to print a table, using a while loop to insert as many blank text fields as players specified by the user. How do I put html inside a php loop. This is what I have.... <body>...
3
by: Csaba2000 | last post by:
I apologize for the length of the page below, but I've tried to whittle it down as much as I can. The problem is that Netscape 6.1 on my Win 2K Pro machine is disappearing the final row of the...
2
by: Asad | last post by:
I have a form on a page that has several textareas, and textboxes inside a table (so the table containing the textboxes is also inside the FORM tag). I want to replace the textareas with simple...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
3
by: patrickkellogg | last post by:
I have this code when you click the buttom is suppose to add a job history. it works with firefox, opera, but not ie. (please note - new entries don't have all the elements in them yet, but...
1
by: bb nicole | last post by:
Below is my interface for resume which need to post into database... I have did it all in one page and it already can send into database which the table name resume... But my letturer now want me...
1
by: MissMarie | last post by:
I've been playing around with DIV tables in myspace to better learn how to rewrite my own code for my business site without having to pay someone to design it. I've tried embedding a slideshow into...
9
by: dli07 | last post by:
Hello, I'm trying to convert a piece of code that creates a dynamic vertical resizing bar in a table from internet explorer to firefox. It's based on a post from...
1
by: since | last post by:
I figured I would post my solution to the following. Resizable column tables. Search and replace values in a table. (IE only) Scrollable tables. Sortable tables. It is based on a lot...
11
by: bharathmngl | last post by:
now iam trying to add rows dynamically into the table when i click "ADD ROW" button. It should also have the option to delete the selected row. So Please help me to find code.... And also please...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.