The topic may not make much since. I am still learning to edit templates. Some are based all on a theme.php file. Others create seperate .html files. On these themes, i find it hard to move the location for your banners to display. You can't just move the
Code:
if ($banners) {
include("banners.php");
}
into the area you want on the html page because it has to be placed in a php file. I haven't checked a lot of HTML templates but most i found were placed at the very top of the template (before the template starts).
To display it somewhere in the template, i use a borderless iframe.
The example of this is at www.quiksilver.name. Anyone think there is another way of doing this? I'm sure there is, but i figured i would help with what i could.
quiksilver1804 Nuke Cadet
Joined: Mar 13, 2005
Posts: 5
Posted:
Mon Mar 14, 2005 8:39 pm
I just downloaded another HTML based template (DigitalDementia) and his seemed better (which i didnt know the url structure for this):
insert "$showbanners" where u want the banners to appear, and in theme.php set it = to:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum