- Code: Select all
<table width="600" align="center" border="0" cellpadding="0" cellspacing="0">
<tr><td><table width="100%" cellspacing="0" border="0">
<tr valign="top">
<td align="left">
<!-- google_ad_section_start -->
<script src="http://www.***/ddtab.js" type="text/javascript"></script>
<div id="tablist">
<ul style="padding:0px;margin:0px">
<li><a href="javascript:void(0);" title="Most Recent" id="tab1" onclick="expandcontent('sc1', this)" ><span>Description</span></a></li>
<li><a href="javascript:void(0);" id="tab2" title="Sort by Rating" onclick="expandcontent('sc2', this)"><span>Features</span></a></li>
<li><a href="javascript:void(0);" id="tab3" title="Sort by Rating" onclick="expandcontent('sc3', this)"><span>Colors</span></a></li>
<li><a href="javascript:void(0);" id="tab4" title="Sort by Rating" onclick="expandcontent('sc4', this)"><span>Sizes</span></a></li>
<li><a href="javascript:void(0);" id="tab5" title="Sort by Rating" onclick="expandcontent('sc5', this)"><span>Discounts</span></a></li>
<li><a href="javascript:void(0);" id="tab6" title="Sort by Rating" onclick="expandcontent('sc6', this)"><span>Other Info</span></a></li>
<li>
<div style="float:left;display:none" align="left">
</div>
</li>
</ul>
</div>
<div id="tabcontentcontainer">
<div id="sc1" class="tabcontent">
This one piece Jumpsuit was specially designed for that resident who likes to get undressed at the wrong times. Expandable elastic on the side of the waist for those who might gain a few. Short sleeve, crew-neck.
</div>
<div id="sc2" class="tabcontent">
Poly/cotton twill fabric for durability with anti strip snaps and a buckle.
</div>
<div id="sc3" class="tabcontent">
Assorted Solid Colors
</div>
<div id="sc4" class="tabcontent">
S-M-L-XL-2X-3X
</div>
<div id="sc5" class="tabcontent">
<b><i>On Sale Now</i></b>
</div>
<div id="sc6" class="tabcontent">
</div>
</div>
</td>
</tr>
</table>
</td></tr><tr><td><img src="http://****.gif" width="600"></td></tr></table>
I have this code in every product in More Info Page Text: section.
What I need right now it I want to add to the templ ate not all the code but only
- Code: Select all
id="sc5"
Now I am adding the code with [-- PRODUCT.MoreInformationText --] tag. But I need only some id now. How can I do it automatically?
Thanks I hope you understood what I mean.