View Single Post
  #4  
Old 05-05-2003, 04:46 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

OK. The template you want to modify is called poweredby.tpl.

This is directly from my site, http://www.adpmods.com

Code:
{* $Id: poweredby.tpl,v 1.4 2002/08/20 13:16:29 zorg Exp $ *} <center> [img]{$ImagesDir}/powered.gif[/img] </center>

1. You need to insert a
or

after each link. I assume you know how to do this. If not, I would recommend searching the web for some html tutorials. This is easy stuff to learn.

2. If you are only inserting text links you don't need

Code:
[img]{$ImagesDir}/powered.gif[/img]

just substitute the text you want to use.

Good luck!

Reply With Quote