Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Adding my banner to the Category pages?

Quote Reply
Re: Adding my banner to the Category pages? In reply to
Is this just a standard banner or is it a banner exchange that you want to post in your Category pages?

If it is the former, you can do the following:

1) Add the following codes in your site_html_templates.pl:

Code:
$banner = qq|<img src="/images/banner.gif" alt="My Banner" width="" height="" border="">|;

before the %globals.

Make sure to change the attributes in the HTML anchor.

2) Then in the %globals, add the following codes:

Code:
banner => $banner,

3) In your category.html file, add the following code to the point in the file where you want to display the banner:

Code:
<%banner%>

If it is the latter type of banner (Advertisement Banners), then you can install the Banner Mod, which I believe is in the FAQ or Modification Section of LINKS2.0 in the Resource Center.

Hope this helps.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited September 12, 1999).]
Subject Author Views Date
Thread Adding my banner to the Category pages? Darrell 1431 Sep 11, 1999, 8:15 PM
Post Re: Adding my banner to the Category pages?
Eliot 1391 Sep 12, 1999, 9:58 AM
Post Re: Adding my banner to the Category pages?
Darrell 1386 Sep 12, 1999, 12:21 PM
Post Re: Adding my banner to the Category pages?
Eliot 1384 Sep 12, 1999, 4:53 PM