I'm trying to build a simple eBay auction layout and would like to know if this would work.
I'm basically going to use the knowledge I learned from building my X-cart site and build an ebay master template so I can change 100's of auctions on the fly. I figure I'd start with a home.tpl and inside it will call various templates. My question is this, since I'll be copying the html into ebay's site, I will then have to reference all the template files, well... everything, to my web server correct?
Like this?
Code:
{include file="http://www.systemskins.com/ebay/meta.tpl"}
<link rel="stylesheet" type="text/css" href="http://www.systemskins.com/ebay/ebay.css" />