Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Customize Script

Quote Reply
Customize Script
How do I customize the logo at the top of every page? I can't seem to find that templet or page anywhere on the server.

Thanks

Quote Reply
Re: Customize Script In reply to
Edit the header.txt file.

Regards,

Eliot Lee
Quote Reply
Re: Customize Script In reply to
This is my header.txt -- where is the part to customize the logo???????


<p align="center"><b><font size="2" face="Book Antiqua">|
<a class="menulink" href="<%build_root_url%>">Home</a> |
<%if category_id%>
<a class="menulink" href="<%db_cgi_url%>/add.cgi">Add a Link</a> |
<%endif%>
<a class="menulink" href="<%build_root_url%>/New">What's New</a> |
<a class="menulink" href="<%build_root_url%>/Ratings">Top Rated</a> |
<a class="menulink" href="<%db_cgi_url%>/subscribe.cgi">Email Updates</a> |
<a class="menulink" href="<%db_cgi_url%>/jump.cgi?ID=random">Random Link</a> |
<a class="menulink" href="<%db_cgi_url%>/search.cgi">Search</a> | </font></b></p>

Quote Reply
Re: Customize Script In reply to
Uh...you add your own image codes. You do know HTML, right? Wink

Like the following:

Code:

<img src="/path/logo.gif" alt="My Logo Title" width="" height="" border="">


Wink

Regards,

Eliot Lee