I am a C++/C# developer and never spent time working on web pages. I would like to put text (randomly and diagonally perhaps) in large letters across the background of some pag
You could make an image with the watermark and then set the image as the background via css.
For example:
this is some text with the watermark as the background.
That should work.