Quote:
Originally Posted by MissKalunji
Well if you could assist me  would be greatly appreciated
|
This is the very BASIC layout code for the formatting of the template. However it's missing all the LDM variable references and associated IF statements as well as the correct width/height formatting. Hopefully it's a start? :banana:
Attached is what this basic code looks like.
Code:
<table border="1" width="586" height="255">
<tr>
<td height="41" width="272" align="center">File Information</td>
<td height="41" width="298" align="center">Screenshot</td>
</tr>
<tr>
<td height="204" width="272">
<table border="1" width="294" height="145" id="table1">
<tr>
<td height="23" width="129" align="left">Name:</td>
<td height="23" width="149" align="left"> </td>
</tr>
<tr>
<td height="26" width="129" align="left">Author:</td>
<td height="26" width="149" align="left"> </td>
</tr>
<tr>
<td height="34" width="129" align="left">Submitted by:</td>
<td height="34" width="149" align="left"> </td>
</tr>
<tr>
<td height="25" width="129" align="left">Submitted:</td>
<td height="25" width="149" align="left"> </td>
</tr>
<tr>
<td height="3" width="129" align="left">Views:</td>
<td height="3" width="149" align="left"></td>
</tr>
<tr>
<td height="10" width="129" align="left">Downloads:</td>
<td height="10" width="149" align="left"></td>
</tr>
</table>
</td>
<td height="204" width="298">
<p align="center"> </td>
</tr>
</table>