|
 |
asp_databases thread: Centering the backgroud image
Message #1 by jamesbkim@h... on Thu, 15 Nov 2001 22:16:52
|
|
Hi fellows~
I'm trying to center a backgroud image in a asp page,
but I can't figure it out.
Any ideas or coding will be very appreciated!
James
Message #2 by "Philip Sayers" <philipsayers@m...> on Thu, 15 Nov 2001 17:28:46 -0500
|
|
For a background image, you'll need to use cascading style sheets to set
the position to anything other than top left.
Create a style and set the positioning as you want it, and the repeat if
any.
Then apply the style to the body tag.
I'm using ultradev and it has a great css wizard. Have a go and if
youget stuck I can send you a .css file
-----Original Message-----
From: jamesbkim@h... [mailto:jamesbkim@h...]
Sent: Thursday, November 15, 2001 10:17 PM
To: ASP Databases
Subject: [asp_databases] Centering the backgroud image
Hi fellows~
I'm trying to center a backgroud image in a asp page,
but I can't figure it out.
Any ideas or coding will be very appreciated!
James
philipsayers@m...
$subst('Email.Unsub')
Message #3 by Fung HM <funghm@s...> on Fri, 16 Nov 2001 08:25:23 +0800
|
|
philip, i could use a .css file.
please send it to me? thanks.
my add is funghm@s...
Philip Sayers wrote:
> For a background image, you'll need to use cascading style sheets to set
> the position to anything other than top left.
>
> Create a style and set the positioning as you want it, and the repeat if
> any.
>
> Then apply the style to the body tag.
>
> I'm using ultradev and it has a great css wizard. Have a go and if
> youget stuck I can send you a .css file
>
> -----Original Message-----
> From: jamesbkim@h... [mailto:jamesbkim@h...]
> Sent: Thursday, November 15, 2001 10:17 PM
> To: ASP Databases
> Subject: [asp_databases] Centering the backgroud image
>
> Hi fellows~
> I'm trying to center a backgroud image in a asp page,
> but I can't figure it out.
> Any ideas or coding will be very appreciated!
>
> James
>
> philipsayers@m...
> $subst('Email.Unsub')
>
>
Message #4 by Mark Eckeard <meckeard2000@y...> on Thu, 15 Nov 2001 19:00:51 -0800 (PST)
|
|
James,
Put the image in a table.
Mark
--- jamesbkim@h... wrote:
>
> Hi fellows~
> I'm trying to center a backgroud image in a asp
> page,
> but I can't figure it out.
> Any ideas or coding will be very appreciated!
>
> James
>
> meckeard2000@y...
> $subst('Email.Unsub')
>
__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
Message #5 by "NabinKumar Sahu" <sahunabin@r...> on 16 Nov 2001 04:40:45 -0000
|
|
Hi=0D=0A=0D=0A write like this..=0D=0A=0D=0A <html>=0D=0A <body backgrou
nd=3D"nabkgnd.jpg">=0D=0A.....=0D=0A...=0D=0A </body>=0D=0A </html>=0D=0A
=0D=0A Any other requirment tell me details.=0D=0A=0D=0A=0D=0A Nabin=0D=0A
=0D=0A =0D=0A=0D=0AOn Fri, 16 Nov 2001 jamesbkim@h... wrote :=0D=0A>
=0D=0A> Hi fellows~=0D=0A> I'm trying to center a backgroud image in a asp
page,=0D=0A> but I can't figure it out.=0D=0A> Any ideas or coding will be
very appreciated!=0D=0A> =0D=0A> James=0D=0A> =0D=0A> ---=0D=0A> You are c
urrently subscribed to asp_databases as: =0D=0A> sahunabin@r...
=0D=0A> To unsubscribe send a blank email to =0D=0A> leave-asp_databases-66
1504X@p...=0D=0A> =0D=0A =0A
Message #6 by "Daniel O'Dorisio" <daniel@o...> on Fri, 16 Nov 2001 09:21:35 -0500
|
|
just a tip... this wont work in NS 4.x or mac or win..
if you want something cross browser.. use tables and set the background of
the cell.. i believe that works in 4.x and higher browsers.
check out www.webreview.com/style/css1/charts/mastergrid.shtml for a
complete compatibility chart.. GREAT reference!
daniel
btw.. what does this have to do with asp and databases?? maybe this should
be on the html code clinic list.. or the asp web howto.. anyway...
whatever..
--
-----------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
-----------------------------
"Fung HM" <funghm@s...> wrote in message
news:120396@a..._databases...
>
> philip, i could use a .css file.
> please send it to me? thanks.
> my add is funghm@s...
>
>
> Philip Sayers wrote:
>
> > For a background image, you'll need to use cascading style sheets to set
> > the position to anything other than top left.
> >
> > Create a style and set the positioning as you want it, and the repeat if
> > any.
> >
> > Then apply the style to the body tag.
> >
> > I'm using ultradev and it has a great css wizard. Have a go and if
> > youget stuck I can send you a .css file
> >
> > -----Original Message-----
> > From: jamesbkim@h... [mailto:jamesbkim@h...]
> > Sent: Thursday, November 15, 2001 10:17 PM
> > To: ASP Databases
> > Subject: [asp_databases] Centering the backgroud image
> >
> > Hi fellows~
> > I'm trying to center a backgroud image in a asp page,
> > but I can't figure it out.
> > Any ideas or coding will be very appreciated!
> >
> > James
> >
> > philipsayers@m...
> > $subst('Email.Unsub')
> >
> >
>
>
>
Message #7 by jamesbkim@h... on Fri, 16 Nov 2001 16:08:10
|
|
Thank you so much guys!
Philip, can you please send me that .css file,
so that I can give it a try?
Mark, how do I put a image into a table to make it
as the background image? A sample coding will help me a lot.
Daniel, the site you wrote is not connecting.
Is the site still opened? Any other site or reference?
I really appreciate you guys' help.
James
Message #8 by "Daniel O'Dorisio" <daniel@o...> on Fri, 16 Nov 2001 10:59:57 -0500
|
|
i just got it to work.. make sure the link didnt wrap..
daniel
--
-----------------------------
Daniel O'Dorisio
daniel@o...
www.odorisio-networks.com
-----------------------------
<jamesbkim@h...> wrote in message news:120613@a..._databases...
>
> Thank you so much guys!
>
> Philip, can you please send me that .css file,
> so that I can give it a try?
>
> Mark, how do I put a image into a table to make it
> as the background image? A sample coding will help me a lot.
>
> Daniel, the site you wrote is not connecting.
> Is the site still opened? Any other site or reference?
>
> I really appreciate you guys' help.
>
> James
>
>
Message #9 by Mark Eckeard <meckeard2000@y...> on Fri, 16 Nov 2001 08:08:18 -0800 (PST)
|
|
James,
<Table background="images/xxx.gif">
Mark
--- jamesbkim@h... wrote:
> Thank you so much guys!
>
> Philip, can you please send me that .css file,
> so that I can give it a try?
>
> Mark, how do I put a image into a table to make it
> as the background image? A sample coding will help
> me a lot.
>
> Daniel, the site you wrote is not connecting.
> Is the site still opened? Any other site or
> reference?
>
> I really appreciate you guys' help.
>
> James
>
> meckeard2000@y...
> $subst('Email.Unsub')
>
__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
|
|
 |