VISL Posted August 17, 2007 Share Posted August 17, 2007 Hi, Can anyone help me with the template colours on the link below?? cmxtserver . com/clients/domainchecker.php I can't work out how to change the table colours. Cheers 0 Quote Link to comment Share on other sites More sharing options...
Angler Posted August 17, 2007 Share Posted August 17, 2007 In domainchecker.tpl go to the bottom for this section of code: <table bgcolor="#cccccc" width="450" align="center" cellspacing="1"> <tr bgcolor="#efefef" style="text-align:center;font-weight:bold;"><td>{$LANG.domaintld}</td><td>{$LANG.domainminyears}</td><td>{$LANG.domainsregister}</td><td>{$LANG.domainstransfer}</td><td>{$LANG.domainsrenew}</td></tr> {foreach key=num item=tldpricelist from=$tldpricelist} <tr bgcolor="#ffffff" style="text-align:center;"><td>{$tldpricelist.tld}</td><td>{$tldpricelist.period}</td><td>{$currencysymbol}{$tldpricelist.register} {$currency}</td><td>{$currencysymbol}{$tldpricelist.transfer} {$currency}</td><td>{$currencysymbol}{$tldpricelist.renew} {$currency}</td></tr> {/foreach} </table> just change the bgcolor=" " to what you want 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.