Log in

View Full Version : Resolved Unable to add background but cant see the problem.



theremotedr
09-20-2013, 09:39 AM
I am stuck as to why the background is not visable on my web page.
I have added the url but just see a white background.
Within the page is a form from jotform but dont see this an an issue.

Here is one of the pages it should be shown on http://form.jotformeu.com/form/32153378873360?referenceNumber=Honda006
Here is the url http://i670.photobucket.com/albums/vv62/ipbr21054/REMOTE%20DOCTOR/BACKGROUND.jpg

Any help would be nice.

Thanks

theremotedr
09-20-2013, 09:57 AM
I think ive now sorted it.

traq
09-20-2013, 03:56 PM
If you no longer need help with this issue, please mark your thread "resolved":
On your original post (post #1), click [edit], then click [go advanced]. In the "thread prefix" box, select "Resolved". Click [save changes].
You should also consider sharing the solution to your problem - this may be beneficial to others who encounter similar issues.

theremotedr
09-20-2013, 06:41 PM
I put the following code which is incorrect.
body {

background-image: url('PHOTOS/BACKGROUND.jpg');

}

But i then put the correct code.

body {

background-image: url(http://i670.photobucket.com/albums/vv62/ipbr21054/REMOTE%20DOCTOR/BACKGROUND.jpg);