Thank you all,

I have tried all the variations except removing the space.

It works now:
body.signform{margin:0px 0px 0px 0px; padding:0px; background: #ffffff;
background-image: url(images/form_bkg.gif)}

Thank you Ray

On 8/30/06, Ray Champagne <[EMAIL PROTECTED]> wrote:
>
> Cinch up that space between url and the '(' ?
>
>
>
> > -----Original Message-----
> > From: Victor Moore [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, August 30, 2006 1:27 PM
> > To: CF-Talk
> > Subject: SOT CSS issue
> >
> > Hello,
> >
> > I'm trying to replace my inline style with an external style sheet.
> >
> > I have:
> > <body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0"
> > marginwidth="0" marginheight="0" background="images/form_bkg.gif">
> >
> > which displays fine
> >
> > if I replace with:
> > <body class="signform">
> >
> > and in signform.css I have
> > body.signform{margin:0px 0px 0px 0px; padding:0px; background: #ffffff;
> > background-image: url (images/form_bkg.gif)}
> >
> > the background image is not displayed. I know that the style sheet is
> being
> > used because if I change the background color to something else that the
> > color on the form changes, but whatever I do I cannot get the background
> > image to display and I have run out of ideas.
> >
> > Any idea what I'm doing wrong?
> >
> > Thanks
> > Victor
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251521
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to