[ic] background

Jerry Davis akopia@wireless-2000.com
Wed, 3 Jan 2001 15:26:23 -0800


----- Original Message -----
From: "Steve & Patti Getzinger" <steveandpatti@wubs.org>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, January 03, 2001 12:47 PM
Subject: Re: [ic] background


> Enter this in your browser
>
> http://www.wubs.org/~steve/ic4_6.zip
>
> Unzip and replace your files with these.
>
> They are straight stock IC templates with code to alter BG TEXT LINK ALINK
and
> VLINK from the UI
>
> Search the archives for old postings on this as I do not remember but I
think
> there are 4 files missing as I did not have stock versions anymore figured
> anyone could follow the pattern to modify those 4 on their own. There
might
> even be a read me in the zip file.
>
> 13 people downloaded it when initially posted so maybe someone can comment
:)
>
> Steve
>
> Jerry Davis wrote:
>
> > Never Mind ;-)
> > I actually used Microsoft Front Page to edit the file
> > JD
> > ----- Original Message -----
> > From: "Jerry Davis" <akopia@wireless-2000.com>
> > To: <Interchange-users@lists.akopia.com>
> > Sent: Wednesday, January 03, 2001 10:47 AM
> > Subject: [ic] background
> >
> > > Linux 5.0 Interchange--4.6.1
> > > Hello!
> > > I am trying to edit the following  /templates/regions/LEFTRIGHT_TOP
> > > I would like to change the background color from white to black and
keep
> > the
> > > template default colors within the template parameters. Thanks for any
> > help.
> > >
> > > Jerry Davis
> > >
> > >
> > >
Below Is an example of what to edit!
Find the following line.. (this example is from LEFTRIGHT_TOP) BUT will work
on all the other templates!!!

<body bgcolor="[either][scratchd
bgcolor][or]__BGCOLOR__[or]#FFFFFF[/either]"

Edit this line to reflect the bgcolor you want to use.

<body bgcolor="#000000[/either]"

Next find the line

<table width="600" border="1" cellspacing="0" cellpadding="0"
bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">

Add into the line above the following:

<table width="600" border="1" cellspacing="0" cellpadding="0"
bgcolor="FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">

The Complete lines together after mod should look like this:

<body bgcolor="#000000"
onLoad="MM_preloadImages('__IMAGE_DIR__/navigation/b1_b.gif','__IMAGE_DIR__/
navigation/b2_b.gif','__IMAGE_DIR__/navigation/b3_b.gif','__IMAGE_DIR__/navi
gation/b4_b.gif','__IMAGE_DIR__/navigation/b5_b.gif','__IMAGE_DIR__/navigati
on/b6_b.gif','__IMAGE_DIR__/navigation/go_b.gif','__IMAGE_DIR__/navigation/l
ogout_b.gif')">

[if scratch members_only]

[set members_only][/set]

[if !session logged_in]

[set mv_successpage]@@MV_PAGE@@[/set]

[bounce page=login]

[/if]

[/if]

<div align="center">

<table width="600" border="1" cellspacing="0" cellpadding="0"
bgcolor="FFFFFF"bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">

<tr>

<td>

Very Easy to configure::::::

You Can see this at http://www.firsttosearch.com



Jerry Davis