Applying <Div> tag outside <TR>

A

Achilles

what i really want a <DIV> outside <TR>, IF this is not possible then
is there any alternate to achieve below functionality??? Its bit
urgent...!!

<div>
<tr>
<td> Column 01 </td>
<td> Column 02 </td>
<td> Column 03 </td>
<td> Column 04 </td>
<td> Column 05 </td>
</tr>
</div>
 
A

Andy Dingley

Achilles said:
what i really want a <DIV> outside <TR>,

You can't.
IF this is not possible then
is there any alternate to achieve below functionality???

What is "below functionality" ? You've posted some code, but not told
us what you expect it to do. Why doesn't that (or at least valid HTML
table made by replacing your <div> with <table>) already work for you?
 
H

Harlan Messinger

Achilles said:
what i really want a <DIV> outside <TR>

You can't.
IF this is not possible then
is there any alternate to achieve below functionality???

It has no functionality, so the way to duplicate its functionality is
not to do it. What did you think it would do?
 
D

dfloss

Achilles said:
what i really want a <DIV> outside <TR>, IF this is not possible then
is there any alternate to achieve below functionality??? Its bit
urgent...!!

<div>
<tr>
<td> Column 01 </td>
<td> Column 02 </td>
<td> Column 03 </td>
<td> Column 04 </td>
<td> Column 05 </td>
</tr>
</div>

How about doing it the regular way: <tr class="some_class">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top