What directory do I put background images in to use on the website?? sbbs/webv4/???? I created a custom.css in sbbs/webv4/root/css. Is this the
body {
background: url(background.jpg);
}
What directory do I put background images in to use on the website?? sbbs/webv4/???? I created a custom.css in sbbs/webv4/root/css. Is this the right tag if the name of the background is "background.jpg"??
Re: Webv4
By: HusTler to All on Tue May 28 2019 16:33:46
What directory do I put background images in to use on the website?? sbbs/webv4/???? I created a custom.css in sbbs/webv4/root/css. Is this
Anywhere you like, as long as it's publically accessible (the browser needs be able to source the image from there). I'll suggest:
sbbs/webv4/root/images/
body {
background: url(background.jpg);
}
I believe the URL needs to be quoted. If you create an "images" directory a put "background.jpg" there:
background: url("/images/background.jpg");
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 4 |
Nodes: | 8 (0 / 8) |
Uptime: | 116:09:55 |
Calls: | 2,159 |
Calls today: | 2 |
Files: | 11,149 |
D/L today: |
3 files (2,146K bytes) |
Messages: | 951,701 |