PDA

View Full Version : templates???



Guest
12-17-2002, 08:33 AM
I started messing around with the standard templates, and for the most part I got what I want... with one small exception. When it exports a multi-cd set, I get the second cd at the top of the page and then the cover and first cd below (http://corryzahn.com/pages/music/orange/123/a30b1c0c.html).

Can someone help me figure out what I've done wrong?

Thanks!

~Michael

andrei_c
12-20-2002, 04:49 AM
Hi Michael,

It is difficult to diagnose the problem from the generated HTML. If you post the template code, I could try and determine what is wrong.

Andrei

Guest
12-21-2002, 09:53 AM
Thank you a bunch!

andrei_c
12-30-2002, 06:22 AM
Hi,

Right away, I see the problem with tag nesting: <volume> begins inside a table cell, but ends outside it.

Try changing last lines to:

<!--[/Track]--></ol>
<!--[/Volume]-->

Guest
02-08-2003, 05:28 PM
ok... so far I have had lots of fun trying to figure out the templates... and I think I've done a pretty good job of it, if I may say so myself. However, I have one question, I am trying to put the cover on a page, but how would I get it to have a border? The page looks ok, but having a border around the cover would make it look so much sharper.

What I have for the cover image is this:

<tr><td bgcolor="#E0D5CA"><p align="center"><b><i><font face="Verdana" size="5"><!---->NO
COVER
IMAGE<!----></font></td></tr>

how would I enter the <img border="2"> tag in here so it will do what I want???

Any help would be appreciated!

Thanks,

~M~