How to incorporate <thead> <tbody> within APEX
735312Nov 30 2009 — edited Nov 30 2009Great forum...Running Application Express 3.2.
Newbie so be patient. I very familiar with HTML, Javascript and CSS but APEX is really confusing me.
I guess the general question: is it possible to incorporate <thead> and <tbody> within APEX. If so, how?
Thanks in advance.
Here is the report template I'm trying to manipulate:
<table cellpadding="0" border="0" cellspacing="0" summary="" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES# class="htmldbRegion">
<tr>
<td><img alt="" src="#IMAGE_PREFIX#themes/theme_2/left_nav-0-0.png" width="9" height="11"/></td>
<td class="t2stdround01"><img alt="" src="#IMAGE_PREFIX#themes/theme_2/1px_trans.gif" width="1" height="1"/></td>
<td><img alt="" src="#IMAGE_PREFIX#themes/theme_2/left_nav-0-3.png" width="9" height="11"/></td>
</tr>
<tr>
<td class="t2stdround10"><img alt="" src="#IMAGE_PREFIX#themes/theme_2/1px_trans.gif" width="1" height="1"/></td>
<td class="t2stroundbody"><table border="0" cellspacing="0" cellpadding="0" summary="" class="t2ReportsRegion">
<tr>
<td class="t2RegionHeader" valign="bottom">#TITLE#</td>
<td class="t2ButtonHolder" valign="bottom">#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</td>
</tr>
<tr>
<td class="t2RegionBody" valign="top" colspan="2">#BODY#</td>
</tr>
</table></td>
<td class="t2stdround13"><img alt="" src="#IMAGE_PREFIX#themes/theme_2/1px_trans.gif" width="1" height="1"/></td>
</tr>
<tr>
<td><img alt="" src="#IMAGE_PREFIX#themes/theme_2/left_nav-2-0.png" width="9" height="9"/></td>
<td class="t2stdround21"><img alt="" src="#IMAGE_PREFIX#themes/theme_2/1px_trans.gif" width="1" height="1"/></td>
<td><img alt="" src="#IMAGE_PREFIX#themes/theme_2/left_nav-2-3.png" width="9" height="9"/></td>
</tr>
</table>