|
|
| Author |
Message |
C0C0
Joined: 10 Feb 2007 Posts: 2
|
Posted: Sat Feb 10, 2007 5:43 am Post subject: Help with adding string to CD Cover template |
|
|
Hi. AMM is great and I've already passed the word to friends with more movies than me (248). That many has become too many for me to store in DVD cases, so I'm putting them in CD folders. The layout of the CD Cover is pretty much what I want, but I'd also like to see the description printed when exporting to C/HTML.
I have copied the CD Cover template to a new file and am trying to add in the Description to the template. I can get it to display next to the Actors, by changing the column span and alignment, but what I'd rather is to see the Description at the Top, next to the screenshot, and then the Actors underneath the Description with the text spanning the width.
I've tried using top and bottom tags instead of left/right that has got me to where I am now, but I'm no expert at HTML and I must still be doing something wrong.
Any ideas?
(I don't want to use DVD Cover as I'm trying to export/print to CD size) |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Sat Feb 10, 2007 7:12 am Post subject: Re: Help with adding string to CD Cover template |
|
|
| C0C0 wrote: | Hi. AMM is great and I've already passed the word to friends with more movies than me (248). That many has become too many for me to store in DVD cases, so I'm putting them in CD folders. The layout of the CD Cover is pretty much what I want, but I'd also like to see the description printed when exporting to C/HTML.
I have copied the CD Cover template to a new file and am trying to add in the Description to the template. I can get it to display next to the Actors, by changing the column span and alignment, but what I'd rather is to see the Description at the Top, next to the screenshot, and then the Actors underneath the Description with the text spanning the width.
I've tried using top and bottom tags instead of left/right that has got me to where I am now, but I'm no expert at HTML and I must still be doing something wrong.
Any ideas?
(I don't want to use DVD Cover as I'm trying to export/print to CD size) |
Since you are not no expert at HTML it's best to post your template, so we can see what's wrong  |
|
| Back to top |
|
 |
C0C0
Joined: 10 Feb 2007 Posts: 2
|
Posted: Sat Feb 10, 2007 7:27 am Post subject: |
|
|
Thanks MD
Here's what I have. I believe the problem has to be somewhere in the section I've made bold to highlight:
<div id="background" style="position:relative; left:0px; top:0; width:125mm; height:120mm; z-index:1; overflow: hidden; background-color: #FFFFFF;
layer-background-color: #FFFFFF; border: 6px thin solid #000000;" class="outerborder">
<table width="100%" height="100%" border="0" class="datatable" id="datatable">
<tr>
<th colspan="3" class="title">[amm:title]</th>
</tr>
<tr>
<td width="*" class="name">[amm:strdirector]</td>
<td width="42%" class="value">[amm:director] </td>
<td width="27%" rowspan="2" class="IDCD">[amm:recnum]<font size="1"> </font></td>
</tr>
<tr>
<td class="name">[amm:strgenre]</td>
<td class="value">[amm:genre] </td>
</tr>
<tr>
<td class="name">[amm:strdate]</td>
<td class="value">[amm:date] </td>
<td class="value"> </td>
</tr>
<tr>
<td class="name">[amm:strduration]</td>
<td class="value">[amm:duration] </td>
</tr>
<tr>
<td align="top" valign="top" width="200"> <img src="[amm:imgname]" border="0" width="200"></td>
<td colspan="1"><top><b>[amm:stractors]:</top><br></b> [amm:actors]<br></td>
<td colspan="1"><top><b>[amm:strdescription]:</top><br></b>[amm:description]</td>
</tr>
</table>
</div>
<br><br> |
|
| Back to top |
|
 |
StormShadow
Joined: 20 Aug 2006 Posts: 45
|
Posted: Mon Feb 12, 2007 2:55 pm Post subject: |
|
|
Speeking of CD...
Any chance there will ever be a All My CD's???? |
|
| Back to top |
|
 |
|