Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Applying <Div> tag outside <TR>

Reply
Thread Tools

Applying <Div> tag outside <TR>

 
 
Achilles
Guest
Posts: n/a
 
      12-28-2006
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>

 
Reply With Quote
 
 
 
 
Andy Dingley
Guest
Posts: n/a
 
      12-28-2006

Achilles wrote:

> 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?

 
Reply With Quote
 
 
 
 
Harlan Messinger
Guest
Posts: n/a
 
      12-28-2006
Achilles wrote:
> 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?
 
Reply With Quote
 
dfloss
Guest
Posts: n/a
 
      12-29-2006
Achilles wrote:
> 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">
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Applying onscroll to an <input> tag in FF bizt Javascript 3 09-02-2009 06:09 PM
help with pix inside->outside + dmz->outside + inside->outside->dmz Jack Cisco 0 09-19-2007 01:57 AM
simply tag just not applying... :o shawnews HTML 2 11-24-2006 01:04 AM
how do u invoke Tag b's Tag Handler from within Tag a's tag Handler? shruds Java 1 01-27-2006 03:00 AM
nat from outside to outside dt1649651@yahoo.com Cisco 1 08-21-2005 04:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57