While it sounds like a good idea (if you ignore the tracking and possible doxing), you might also consider that many websites are blocking hot-linking. And in case they don't, but admins notice traffic coming from the same referrer targeting a single file, they might end up blocking poal or renaming the file.
10-4. I can use static images that I manually capture from time to time and then update the copy found in my sub css depository. I need to check out poaldev later for some actual examples. I've written some COM application automation in vb and python and a bit of java but never have messed with css stuff before.
The example is right below the sub’s image upload in the custom CSS section.
Cool I tried it and my image was tiled in a most unflattering way across the page body. Now I know how to do that, and I reset it back to how it was.
I guessed and tried body{ sidebar: url(%%LakeMead%%); } and it saved but it also did not show up in the sidebar. I need to scan poaldev for the right terminology to use.
Here's the example I got from Ivan which worked. You could consider adding it as a 2nd example in a sub's custom CSS section if you are so inclined.
body .sbimg {
height: 200px;
background: url(%%YourPictureNameHere%%) no-repeat center/contain;
}
(post is archived)