nehickel
Junior Member
USA
265 Posts |
Posted - 04 Feb 2013 : 04:56:14
|
Never Mind, I've written the code and inserted it into the HTML Card. It adds another menu item in the boxes that displays the first 4 items in the Trailers area. It could use a little tweaking by someone with HTML experience so that it only displays the number of items in the Trailers area and stops when it hits an empty slot. Any ways, here's the code I wrote.
<noscript>NH---Added Additional COntent Tab to boxed Menu Items on main page</noscript> <li class="fsize1"><a href="#add_info_tabs_trailer"><script>document.write(l('Additional Content'))</script></a></li> <noscript>NH---End of added code for Trailers Menu item noscript>
<noscript>NH---Added code to list first 4 items in the Trailer area </noscript> <div id="add_info_tabs_trailer" class="tab_div fsize1"> <table id="table_Trailer" width="95%" border="0" class="fsize1" cellpadding="1" cellspacing="1" > <tr> <td><b><a>Additional Content: (Trailers, Deleted Scenes, Commentary, Features, Audio, Behind the Scenes, etc...)</a></b> <a href="_MOVIE_TRAILERFILE1_" class="active">_MOVIE_TRAILERFILE1_</a> <br> <a href="_MOVIE_TRAILERFILE2_" class="active">_MOVIE_TRAILERFILE2_</a> <br> <a href="_MOVIE_TRAILERFILE3_" class="active">_MOVIE_TRAILERFILE3_</a> <br> <a href="_MOVIE_TRAILERFILE4_" class="active">_MOVIE_TRAILERFILE4_</a> <br> </td> </tr> </table> </div> <noscript>NH---End of code to list out all Trailers files</noscript>
Any input on tyhe code would be greatly welcomed.
Thanks, Norm |
|
|