This topic is locked
[SOLVED]

Background is not visible

12/3/2022 3:30:04 PM
PHPRunner General questions
J
Jan author

How come when I select a background picture in the main menu (common pages ), it doesn't show up ? The background remains a white background ... Thanks

img alt

J
Jan author 12/4/2022

The page source shows that the photo is present, but not visible in the browser. See screenshot.

img alt

aadham 12/4/2022

Have you checked whether or not the image is in the (/images/clipart/photo/) folder?

J
Jan author 12/4/2022

yes i checked, the picture is in the folder

D
DealerModulesDevClub member 12/4/2022

Are any of the letters capitalized in your pic?
For example pexels-andrea-piacquadio-37771842.jpg should show on screen but
pexels-Andrea-Piacquadio-37771842.jpg will not.

Paul

J
Jan author 12/4/2022

Everything is in lower case. When I make a test project with the same photo, it is visible, so there is a (small) problem in the program

aadham 12/4/2022

Try the following URL and see if you can view the image:

https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=97180&image=1&table=forumreplies

Alternatively, try another one of the images that come with PHPRunner and see.

J
Jan author 12/5/2022

The url does not show a photo, not even in another project where the background photo is visible.
I solved it by changing the page color by changing the css code in the header :

body {
background-color: Azure;
}

Thanks for help.