Well I decided to edit my
HTML Container so that its a Collapsible Box, instead of just a box ... This way the user has the option to hide/unhide the videos located on the page. If you want to have your AME Media Boxes be Collapsible replace the following in the "Settings" Option of AME CP.
HTML Container
Open:
HTML Code:
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="500" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" style="text-align:center" width="500">
<a style="float:right" href="#top" onclick="return toggle_collapse('ame_media')"><img id="collapseimg_ame_media" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a>
<a href="#" onclick="return toggle_collapse('ame_media')"></a>
<a href="$url" title="$title" target="_blank">$title</a>
</td>
</tr>
</thead>
<tbody id="collapseobj_ame_media">
<tr>
<td class="panelsurround" align="center" width="500">
Close HTML:
HTML Code:
</td>
</tr>
</tbody>
</table></div>