PDA

View Full Version : Background color missing


DigitalDeen
10-14-2009, 05:45 AM
When I attempt to set up a custom payment page in DELAVO I add the background as
<body bgcolor="#010101" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
in the "Body tag attribute". Instead of a black background I get white. I also tried adding it inside he code which also gives me a white background. But if I do the same thing in ContePass it works fine, although I don't use ContePass anymore.

Ideas?


Guess I should add: when looking at the template direct in a browser (not modified through DELAVO) I get the full black background.

I'm not going to post the links here though.

Andre Foisy
10-15-2009, 06:51 AM
When I attempt to set up a custom payment page in DELAVO I add the background as
<body bgcolor="#010101" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
in the "Body tag attribute". Instead of a black background I get white. I also tried adding it inside he code which also gives me a white background. But if I do the same thing in ContePass it works fine, although I don't use ContePass anymore.

Ideas?


Guess I should add: when looking at the template direct in a browser (not modified through DELAVO) I get the full black background.

I'm not going to post the links here though.

Deen,

Insert only the attributes, not the tags, in the "Body tag attribute" field.

bgcolor="#010101" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"

DigitalDeen
10-16-2009, 06:21 AM
Deen,

Insert only the attributes, not the tags, in the "Body tag attribute" field.

bgcolor="#010101" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"

still no change.

I also looked at the code for the page within the page through my browser and it''s correct there. Tried it in FireFox and IE with the same results. Must be something in the page code itself

Theo Kiers
10-16-2009, 07:21 AM
Hi,

I had this working just fine two days ago in Delavo V1.2. I included a CSS link in the html header:


<link href="http://www.mysite.nl/css/delavo_bbt.css" rel="stylesheet" type="text/css">


In the stylesheet I have:


body {
background-image: url(http://www.mysite.nl/images/image_name.png);

}


Now that I have upgraded to Delavo V1.3 the background image will only briefly show - for halve a second or so in FF but in IE not at all - and then the background turnes white again. It also does that when refreshing the page. It looks like the CSS is being overridden by Delavo.

I have now also tried to add the background image to the body tag and just including the CSS in the Head section, but that doesn't work either.

This is very anoying since my site has a very distinctive black/grey background and the customer all of a sudden gets a white background on my Delavo site and has to go for his sunglasses.

Does anyone know how to fix this?

Theo