How could you add a background watermark to the content part of a page? Adding a logo/watermark seems hard to do for me. I can't get it the size I want.
I am using Custom Blocks. I didn't know there was an Image Blocks module so after your suggestion I tried it but couldn't figure it out.
This will just be at the top of the header, not...
The original drupal module works, i already have sites using it.
Backdrop version doesnt work. If you check the code base, you will see why. It has also been 4 years since last commit...
The module is a port from the Drupal module of the same name and the name is not normally changed.
Looking at the Drupal module there is this issue:
https://www.drupal.org/project/...
Posted22 hours 1 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Add some markup to your page for the watermark and some css to style it as a watermark.
Here is the markup I've added to this page:
and here is the css i've added:
Here is the stackoverflow reference: https://stackoverflow.com/questions/1191464/is-there-a-way-to-use-use-te...