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

Re: Site_html.pl

Quote Reply
Re: Site_html.pl In reply to
 
Heres a simple way to do what he is saying above.

Open up your site_html.pl and go to line 61.

Find this:

<$font_menu>|
<A HREF="$build_root_url">Home</A> |
<A HREF="$build_add_url">Add a Resource</A> |
<A HREF="$build_modify_url">Modify a Resource</A> |
<A HREF="$build_new_url">What's New</A> |
<A HREF="$build_cool_url">What's Cool</A> |
<A HREF="$build_jump_url?$db_key=random">Random Link</A> |
<A HREF="$build_search_url">Search</A> |
</font>

And replace it with this, changing the image location to your image.

<$font_menu>
<p align="center"><img src="your-file_location_here" alt="Alt_name"><br>
| <a HREF="$build_root_url">Home</a> | <a HREF="$build_add_url">Add a Resource</a> | <a
HREF="$build_modify_url">Modify a Resource</a> | <a HREF="$build_new_url">What's New</a> |
<a HREF="$build_cool_url">What's Cool</a> | <a HREF="$build_jump_url?$db_key=random">Random
Link</a> | <a HREF="$build_search_url">Search</a> | </p></font>

That will place an image directly above your image on every page right above the menu.

This is the simplest ways, you can edit every sub that builds a page to get it the way you want it but this will work fine to get you a logo on every page VERY painlessly.

Let us know!



------------------
MRaburn
Raburn Networks
www.raburn.net
Site Hosting-Design/Customize Scripts/Graphic Artwork

Personal Site:
The Mustang Network
www.stangnet.com
My UBB:
www.raburn.net/stangnet/bb/Ultimate.cgi
My Links Page:
www.stangnet.com/links2

Subject Author Views Date
Thread Site_html.pl virtualmd 4313 Dec 20, 1998, 5:56 PM
Post Re: Site_html.pl
Joey Bost 4278 Dec 21, 1998, 2:42 AM
Post Re: Site_html.pl
virtualmd 4230 Dec 21, 1998, 5:00 AM
Post Re: Site_html.pl
Tangman 4247 Dec 21, 1998, 6:10 AM
Post Re: Site_html.pl
virtualmd 4226 Dec 21, 1998, 6:15 AM
Post Re: Site_html.pl
virtualmd 4239 Dec 21, 1998, 7:41 AM
Post Re: Site_html.pl
Tangman 4269 Dec 21, 1998, 7:49 AM
Post Re: Site_html.pl
Tangman 4231 Dec 21, 1998, 8:14 AM
Post Re: Site_html.pl
Tangman 4263 Dec 21, 1998, 8:16 AM