queerfm
12-29-2006, 08:26 AM
Hi i am using this script http://www.dynamicdrive.com/dynamicindex17/multipartcontent.htm
and it is working fine, however i would like to make it so i can i this twice or more well in fact i need it 17 times. its part of my new website. and i really don't know of a better way to do this.
e.g.
<div class="multiparts" style="display: block">
<p>Content 1 here</p>
</div>
<div class="multiparts2">
<div>Content 2 here</div>
</div>
<div class="multiparts3">
<table><td>Content 3</td></table>
</div>
and it is working fine, however i would like to make it so i can i this twice or more well in fact i need it 17 times. its part of my new website. and i really don't know of a better way to do this.
e.g.
<div class="multiparts" style="display: block">
<p>Content 1 here</p>
</div>
<div class="multiparts2">
<div>Content 2 here</div>
</div>
<div class="multiparts3">
<table><td>Content 3</td></table>
</div>