Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

How Do You Place A Banner On TOP???

Quote Reply
How Do You Place A Banner On TOP???
Hello there..

I tried to place a banner on top of the LINKS but it shows undefined and also at the bottom.. I insert a link there a button .. It shows just the link point ot the new site but the image doesn't appear . I right click on it , and I see the http://mynname.com/logo.gif BUT the image isn't there . it shows like a little square icon.. What can I do to insert the banner on top like YahooSuck.com and a logo on the bottom??

Also, There is a footer in the Site_html.pl , how can I change it.. Because I want to remove the Search Box , and I dont want a search box there... I like it on the top... please help me PLEASE PLEASE!

THANKS
Quote Reply
Re: How Do You Place A Banner On TOP??? In reply to
In the site_html.pl @ line 361 you will see:
Code:
$output = qq~
<$dtd>
<html>

<head>
<title>$site_title: $category_clean</title>
<meta name="description" content="$meta_name">
<meta name="keywords" content="$meta_keywords">
<$css>
</head>

<$site_body>

<p><strong class="title">$title_linked</strong></p>

<h1>$site_title: $category_clean</h1>

$site_menu

<p>$category_name_escaped</p>
Here is where you would make changes
Example
Code:
$output = qq~
<$dtd>
<html>

<head>
<title>$site_title: $category_clean</title>
<meta name="description" content="$meta_name">
<meta name="keywords" content="$meta_keywords">
<$css>
</head>

<$site_body>

<p align="center"><a href="http://mysite.com"><img src="http://mysite.com/logo.jpg" border="0" width="500" height="50"></a></p>

<h1>$site_title: $category_clean</h1>
$site_menu
~;
$output .= qq~
$site_search
~;
$output .= qq~
<p>$category_name_escaped</p>

Note: To remove the search from the bottom of the page I removed the $site_search line further down in the code (line 407).

Good luck!


------------------
WebMistress@FreeCards.org
http://www.freecards.org