Just and FYI, when using 0 as a length value for any property, you don't have to put in the length type. 0 = 0 in any length.
So you can save yourself some typing by saying margin:0 0 0 0 (or in the case if they are all zero, use the shortcut method margin:0. Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility CSS HANDS ON New York City, October 10-13, 2006. http://www.shayna.com/index.cfm?fuseaction=training.syllabus_display&id=1 Read an interview regarding my CSS Hands on Class at http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&id=140 -----Original Message----- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:44 PM To: CF-Talk Subject: Re: SOT CSS issue 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:251529 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

