PDA

View Full Version : How to change design of Article Script


roxylynn
03-12-2006, 06:58 AM
How can I make changes to Article Script? I wanted to place my logo on top and change background color. I tried using /main.css and /templates/header.tpl, /templates/footer.tpl but nothing seems to change. Is there any info anywhere on how to make changes?

Roxylynn

wtms
03-12-2006, 08:25 AM
How can I make changes to Article Script? I wanted to place my logo on top and change background color. I tried using /main.css and /templates/header.tpl, /templates/footer.tpl but nothing seems to change. Is there any info anywhere on how to make changes?

Roxylynn

Open: templates/header.tpl

<body bgcolor="#EEEEFF"> - this is your background color

In the same templates/header.tpl just play with tables and you will find the spot for logo. Or just replace:
<div class="version">{$smarty.const.SOFTWARE_NAME} - v{$smarty.const.SOFTWARE_VERSION}</div> with your own text.

roxylynn
03-12-2006, 09:57 PM
Thanks so much! It's starting to take shape now.
http://www.infoaaa.com/articles/

Even though I have made and sold websites for several years now I haven't run into smarty so is new experience for me. Thanks for your help. I'll be back...

Roxylynn