开发者

Adding a copyright message to images whatever size they are

开发者 https://www.devze.com 2023-01-22 11:37 出处:网络
I would like help for ways to add a copyright footer on web page.aspx so that it always remains at the end no matter the size of the image.

I would like help for ways to add a copyright footer on web page.aspx so that it always remains at the end no matter the size of the image.

When my image increases in size, the copyright message should still appear 开发者_StackOverflow中文版on it.


Do you want copyright to appear on image or your aspx page ? If you want it on your aspx page, just wrap it inside a div and place it in your master page in the end.

If you want it on an image in your aspx page your should consider water marking it instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消