I have put the logo in phpBB Images in a created logo file:
background-image: url("./images/logo/Windows 10.png");
But the logo does not show in my site.
No logo - prosilver French edition
Re: No logo
Logo works if I use the images file in the theme use.
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
-
- Registered User
- Posts: 132
- Joined: Sun Feb 15, 2015 9:59 am
Re: No logo
Hello,
The logo url is relative to the style sheet path.
The logo url is relative to the style sheet path.
- Where is the CSS file located?
- Where is the image file located?
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm
Re: No logo
I will make a Enhance folder wherein I can put the logo and more.
Member of Unite against malware and ASAP - Alliance of Security Analysis Professionals
-
- Registered User
- Posts: 132
- Joined: Sun Feb 15, 2015 9:59 am
Re: No logo
If you declare the path
url("./images/logo/Windows 10.png")
, then the structure should look like this:
foo_dir/
- |__ stylesheet.css
|__images/
- |__
logo/
- |__ Windows 10.png
- |__
- |__ stylesheet.css
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm