Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3886

Background Image

$
0
0

I would like my webpage to have a background image using a local file. If I just a remote URL, it works. But if I use a local file, it doesn’t. This is supposed to be easy.

This works:

me.Style.Value("background-image") = "url(https://xojo.com/account/mwx/mwx_long.png)"

This doesn’t.

me.Style.Value("background-image") = "url(file://localhost/users/User/Pictures/website-background.png)"

I’ve read that it’s about browser security but is there any workaround?

System: Xojo 2023r4, Windows 10

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3886

Trending Articles