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: | 2 |
Nodes: | 8 (0 / 8) |
Uptime: | 35:42:04 |
Calls: | 2,116 |
Files: | 11,149 |
D/L today: |
315 files (11,412K bytes) |
Messages: | 952,701 |