Gossamer Forum
Home : Products : DBMan : Installation :

changing colors

Quote Reply
changing colors
Hi all,
does anybody know where I can change the color parameters for the background color grey to change? I tried several times to change some parameters, but never fixed the problem, that none of the links (read further which ones I mean) and the search time are shown. After trying, they went black on black background.
Second thing I want to change is the color of the links to the next "found" pages, called "1 2 3 Next>>" on the above search results page.
And last thing is where to change the color of the time it took the script to search for results.

It's because I want to use the script on black backgrounded pages.

Thank you before for help.
Quote Reply
Re: changing colors In reply to
Are you using the Friendly html.pl file? If not, you need to add your own background attributes to all the <body> tags in your html.pl file. If you are using the Friendly html.pl file, all you need to do is add the following variable to the top of your html.pl after where it says html_title:

Code:
$background = 'bgcolor="000000" text="COLOR" alink="COLOR" vlink="COLOR" link="COLOR"';

Change COLOR to the colors that you want to use.

Then change all the <body> tags to the following:

Code:
<$background>

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------




[This message has been edited by Eliot (edited December 02, 1999).]