Currently I'm using this template....
Full
Code: Select all
<html><head>
<LINK REL="stylesheet" href="movies.css" TYPE="text/css">
</head><body>
<table border="1" cellspacing="0" cellpadding="0" width="99%" align="center"><tr>
<td>
<table border="0" cellspacing="0" cellpadding="5"><tr>
<td nowrap>Title</td>
</tr>$$ITEM_BEGIN<tr>
<td class="lgt"><a href="$$ITEM_FILEINDIV" target="rightfr" class="lgt">$$ITEM_FORMATTEDTITLE1</a></td>
</tr>$$ITEM_END
</table>
</td>
</tr>
</table>
<p>Last update: $$DATE. Total: $$TOTALMOVIES series</p></body></html>
Code: Select all
<html><head>
<LINK REL="stylesheet" href="movies.css" TYPE="text/css">
</head><body class="moviecard">
<table class="lgt" cellspacing="0" cellpadding="5">
<tr><td class="lgt">
<table class="i" border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td colspan="3" class="iblk"><div class="title">$$ITEM_FORMATTEDTITLE1</div></td></tr>
<tr>
<td class="iwh" rowspan="5" width="120">$$ITEM_PICTURE</td>
<td class="igr">$$ITEM_DESCRIPTION</td>
</table><hr class="blk">
</tr></td></table></body></html>
Could someone show me what settings I need to change to have it listed alphabetically automaticly?
Right now... I have to manually change the Nr. in the database in a sequential order base on the title name, in order to have it show alphabetically after I export... At the moment.. Its easy to do.. Since my database only has less than 5 entries... But I imagine its going to be tough once I hit the 50 mark... So helps would be appreciated... :-D