We have the tabbed panel content working pretty well now with our site. We would like to get the reviews code working in one of the tabs. How can we get this code:
into one of the tabbed panels??? When we put it within a tab, it breaks the page up and doesn;t work. Does anyone know what tags or code needs to be removed to work inside a panel?
Thanks in advance! :)
Code:
<tr> <td colspan="2"><!--START: reviews--> <p> <table width="100%" cellpadding="1" cellspacing="1" border="0" > <tr> <td colspan="4"><table width="100%" cellpadding="2" cellspacing="0" class="titles"> <tr> <td class="titles"> [reviews_header]</td> <td align="right" class="titles"><span class="item"><b>[reviews_total] [totalrating]</b> [review_link]</span></td> </tr> </table></td> </tr> <!--START: user_reviews--> <tr> <td><table width="100%" cellpadding="4" cellspacing="0"> <tr> <td align="left" width="80" class="checkout-headers"><img src="assets/templates/common/images/star[rating].gif"></td> <td class="checkout-headers"><b>[short_review]</b></td> </tr> <tr> <td> </td> <td class="item">[long_review]</td> </tr> <tr> <td> </td> <td class="item">Reviewed by: <b>[user_name]</b> from [user_city]. <!--START: user_email--> <a href="mailto:[user_email]">[user_email]</a> <!--END: user_email--> on [review_date]</td> </tr> </table></td> </tr> <tr> <td class="options-titles" colspan="4"><img src="assets/templates/common/images/spacer.gif" border="0" alt="" height="3"></td> </tr> <!--END: user_reviews--> </table> <!--END: reviews2--></td> </tr>
Thanks in advance! :)
Comment