The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML Help Please, Adding additional Box
oOUnknownUserOo
post Apr 27 2017, 02:38 PM
Post #1





Group: Members
Posts: 1
Joined: 27-April 17
Member No.: 26,388



Can someone please assist me with adding an additional table inside this table at the bottom after the comments section:
CODE
<!-- Detailed View -->

<h4>View</h4>

<table class="StandardTable">
<thead>
[foreach 2465]
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Age</th>
<th>Gender</th>
<th>Height</th>
<th>Weight</th>
<th>Race</th>
<th>Eye Color</th>
<th>Tattoo</th>
<th>Hair Color</th>
</tr>
</thead>
<tbody>

<tr>
<td style="text-align: center;"><span style="color: #ff0000;">[2478]</span></td>
<td style="text-align: center;"><span style="color: #ff0000;">[2477]</span></td>
<td>[2467]</td>
<td>[2468]</td>
<td>[2469]</td>
<td>[2470]</td>
<td>[2563]</td>
<td>[2471]</td>
<td>[2473]</td>
<td>[2474]</td>
</tr>
[if 2525]<tr>
<table class="InformationTable">
<td><ul><strong>Description</strong>: [2525]</ul></td>
</tr>[/if 2525]
[if 2479]<tr>
<table class="InformationTable">
<td><ul><strong>Comments</strong>: [2479]</ul></td>
</tr>[/if 2479]
</table>
</body>



This extra table code is below and needs to go just below the information table "comments section" above,  but no matter what I seem to do it does not work.    It needs to be nested inside the other table.


<table style="width:100%">
[if 2665]<th>Gain</th>[/if 2665]
[if 2664]<th>level</th>[/if 2664]
[if 2667]<th>share</th>[/if 2667]
[if 2668]<th>Path</th>[/if 2668]      
[foreach 2465]
<tr>
    [if 2665]<td>[2665]</td>[/if 2665]
    [if 2664]<td>[2664]</td>[/if 2664]
    [if 2667]<td>[2667]</td>[/if 2667]
    [if 2668]<td>[2668]</td>[/if 2668]      
</tr>
</table>


This post has been edited by oOUnknownUserOo: Apr 27 2017, 02:40 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 30th March 2024 - 03:57 AM