Page 1 of 1

Background image will not display

Posted: Sun Jul 18, 2021 4:48 am
by debbiemoon53
I have not had this problem on any other page I have used. The page opens with the background for a second or so and then turns white. I have tried putting everything in a layer with that image and IT doesnt show up? Help
https://ragstorugs-bylora.com/

just the first page is using WSB16

Re: Background image will not display

Posted: Sun Jul 18, 2021 7:22 am
by Pablo
You have added invalid HTML to the page, this breaks the structure of the page.
So, first remove all code you have manually added and then try again.

Re: Background image will not display

Posted: Sun Jul 18, 2021 6:00 pm
by debbiemoon53
Thank you - could you tell me where the code is not correct?

Re: Background image will not display

Posted: Sun Jul 18, 2021 10:28 pm
by BaconFries
You have added the following twice to the page. Please remove one.

Code: Select all

<meta name="p:domain_verify" content=dc5af77d2c68f0f47827de94adc3231c"/>
<link href="<?php echo $urldir; ?>/rags_lora_css.php" rel="stylesheet" />
<meta name="google-site-verification" content="FK6vvuSC3zP4tPXbZEchwgTnc0Usnr_J6ywbcdSNUPQ" />
There is also a script inserted incorrectly as you have placed it between the <body fb code > please remove there is also a closing font tag </font> why it is there only you will know. Please note if you add any external code(s) it is generally assumed you understand how to place correctly and remove how you have inserted.