Mailing List Archive

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





Jerry Davis
Transworld Network Inc
http://www.transworldnetwork.com
310.781.7788
_______________________________

On The Weekends I work in the yard,
pick up the dog doo. Hope that it's hard.
Joe Walsh, Average Guy
________________________________
background [ In reply to ]
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
>
>
>
>
>
> Jerry Davis
> Transworld Network Inc
> http://www.transworldnetwork.com
> 310.781.7788
> _______________________________
>
> On The Weekends I work in the yard,
> pick up the dog doo. Hope that it's hard.
> Joe Walsh, Average Guy
> ________________________________
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
background [ In reply to ]
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
> >
> >
> >
> >
> >
> > Jerry Davis
> > Transworld Network Inc
> > http://www.transworldnetwork.com
> > 310.781.7788
> > _______________________________
> >
> > On The Weekends I work in the yard,
> > pick up the dog doo. Hope that it's hard.
> > Joe Walsh, Average Guy
> > ________________________________
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users

--
=========================================================
WDI Steve & Patti Getzinger
702 Lincolnway West steveandpatti@wubs.org
South Bend, IN 46616 http://www.wubs.org/
219-287-4700 (Main Office) 317-535-0239 (Direct Line)
=========================================================
background [ In reply to ]
----- 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
background [ In reply to ]
OPPS SEE BELOW (DO NOT USE) sorry
JD

> > > >
> 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]"<--------------------DO NOT USE
The line should read: <body bgcolor="#000000"
>
> 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
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
background [ In reply to ]
Why don't you just simply define the bgcolor variable? Then there is no need to
edit any code. You edits become a mute point...


Quoting Jerry Davis <akopia@wireless-2000.com>:

>
> ----- 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
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>



John Beima
jbeima@palb.com

P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
background [ In reply to ]
I think because that effects the whole page.
I wanted a border around the main page.
Thanks
Jerry
----- Original Message -----
From: "John Beima" <jbeima@reality.palb.com>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, January 03, 2001 4:33 PM
Subject: Re: [ic] background


> Why don't you just simply define the bgcolor variable? Then there is no
need to
> edit any code. You edits become a mute point...
>
>
> Quoting Jerry Davis <akopia@wireless-2000.com>:
>
> >
> > ----- 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
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
>
>
> John Beima
> jbeima@palb.com
>
> P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
background [ In reply to ]
Kinda defeats the purpose of the UI for editing doesn't it? Try my files you
might like them.

Steve

Jerry Davis wrote:

> OPPS SEE BELOW (DO NOT USE) sorry
> JD
>
> > > > >
> > 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]"<--------------------DO NOT USE
> The line should read: <body bgcolor="#000000"
> >
> > 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
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users

--
=========================================================
WDI Steve & Patti Getzinger
702 Lincolnway West steveandpatti@wubs.org
South Bend, IN 46616 http://www.wubs.org/
219-287-4700 (Main Office) 317-535-0239 (Direct Line)
=========================================================
background [ In reply to ]
Actually we are both correct...

Your first edit is not needed. You simply define the variable bgcolor, however
your second edit is needed to stop that color from appearing as the background
for the table.


John Beima
jbeima@palb.com

P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6


Quoting Jerry Davis <akopia@wireless-2000.com>:

> I think because that effects the whole page.
> I wanted a border around the main page.
> Thanks
> Jerry
> ----- Original Message -----
> From: "John Beima" <jbeima@reality.palb.com>
> To: <interchange-users@lists.akopia.com>
> Sent: Wednesday, January 03, 2001 4:33 PM
> Subject: Re: [ic] background
>
>
> > Why don't you just simply define the bgcolor variable? Then there is
> no
> need to
> > edit any code. You edits become a mute point...
> >
> >
> > Quoting Jerry Davis <akopia@wireless-2000.com>:
> >
> > >
> > > ----- 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
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Interchange-users mailing list
> > > Interchange-users@lists.akopia.com
> > > http://lists.akopia.com/mailman/listinfo/interchange-users
> > >
> >
> >
> >
> > John Beima
> > jbeima@palb.com
> >
> > P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> > 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
background [ In reply to ]
Yes;
Actually I edited more areas first than was needed.
Finally it turned out quite easy.
By the way, I really thank all on this list.
I have learned that If you fix something .. make sure you share it with all.
Also try and figure out the docs whenever possible before asking the
question.
Going on my 5th week using Interchange (newwwwwwwwwww ........... 'B') =)

Thanks again.
Jerry Davis

----- Original Message -----
From: "John Beima" <jbeima@reality.palb.com>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, January 03, 2001 6:51 PM
Subject: Re: [ic] background


> Actually we are both correct...
>
> Your first edit is not needed. You simply define the variable bgcolor,
however
> your second edit is needed to stop that color from appearing as the
background
> for the table.
>
>
> John Beima
> jbeima@palb.com
>
> P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
>
>
> Quoting Jerry Davis <akopia@wireless-2000.com>:
>
> > I think because that effects the whole page.
> > I wanted a border around the main page.
> > Thanks
> > Jerry
> > ----- Original Message -----
> > From: "John Beima" <jbeima@reality.palb.com>
> > To: <interchange-users@lists.akopia.com>
> > Sent: Wednesday, January 03, 2001 4:33 PM
> > Subject: Re: [ic] background
> >
> >
> > > Why don't you just simply define the bgcolor variable? Then there is
> > no
> > need to
> > > edit any code. You edits become a mute point...
> > >
> > >
> > > Quoting Jerry Davis <akopia@wireless-2000.com>:
> > >
> > > >
> > > > ----- 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Interchange-users mailing list
> > > > Interchange-users@lists.akopia.com
> > > > http://lists.akopia.com/mailman/listinfo/interchange-users
> > > >
> > >
> > >
> > >
> > > John Beima
> > > jbeima@palb.com
> > >
> > > P.A.L.B. Systems - Phone: (780)451-1086 - Fax: (780)447-4760
> > > 11639-122 Street, Edmonton, Alberta, Canada, T5M 0B6
> > >
> > > _______________________________________________
> > > Interchange-users mailing list
> > > Interchange-users@lists.akopia.com
> > > http://lists.akopia.com/mailman/listinfo/interchange-users
> > >
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
> >
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>