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.
Correct, if you add multiple condition statements they are treated as AND so it would appear to the system as:
node/103 AND node/91 which will never happen.
Glad you found the way to...
Posted5 hours 58 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
YES! That works.
This whole thing is extremely bizarre, though. On the site I'm building (not the sandbox demo), I had a view that was displaying multiple images correctly (i.e. once, not...
Maybe "Query settings" : "Distinct".
If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it...
Excellent! Yes, that's one of those "too simple and obvious" solutions. I hadn't thought of it either.
However, this solves only one part of the problem (empty blocks). It doesn't solve my...
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...