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

Re: Site_html.pl

Quote Reply
Re: Site_html.pl In reply to
For starters (and saving some time)you may try this(only if you use the same image(e.g. a logo)
add $my_image = <img src="location_of_the_image" alt="you alt text"> anywhere in the site_html.pl file(but not under any sub routienes!) for example put it here
##########################################################
## Globals ##
##########################################################
# You can put variables here that you would like to use throughout
# the site.

$date = &get_date;
$time = &get_time;

$my_image = <img src="location_of_the_image" alt="you alt text">

$font_new = 'font face="arial, helvetica" size=2 color="#CC0000"';
then just add $my_image where ever you want it to apppear on any of the pages
Thanks
Joey

------------------
Links is HOT! Get it and you will LOVE IT!
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 4246 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