[ic] background

John Beima jbeima@reality.palb.com
Wed, 03 Jan 2001 19:51:42 -0700 (MST)


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
>