-
儀器分析儀類網站織夢模...
-
網站模板資源下載類網站...
-
貂絨大衣服裝設計類網站...
-
物流快運速遞類網站織夢...
-
電子元件電路板類網站織...
-
裝飾建材公司類網站織夢...
-
精工機械軸承生產廠家類...
-
電腦系統(tǒng)軟件下載類網站...
-
鋼結構崗亭營銷型織夢網...
-
水利工程施工類網站織夢...
-
人力資源管理類網站織夢...
-
手游APP軟件下載類網站織...
-
食品百貨英文外貿類網站...
-
玩具動漫類網站織夢模板...
-
蔬菜鮮果配送類網站織夢...
-
營銷型無縫鋼管定制生產...
-
儀器儀表科技公司類網站...
-
中英雙語律師事務所類網...
-
展覽展會信息類網站織夢...
-
財稅記賬工商注冊認證類...
在使用DEDECMS程序過程中,本站發(fā)現,后臺開啟水印功能后,有9個位置可以選擇水印的位置,位置都是系統(tǒng)設置好的固定位置,比如想讓水印圖片貼邊顯示,如果只選擇系統(tǒng)默認位置根本不可能靠邊,我們可以任意調整水印圖片的位置。
下面參考一下此教程
打開/include/image.class.php文件
查找
x = +5;$y = +5;break;case 2:$x = ($imagewidth - $logowidth) / 2;$y = +5;break;case 3:$x = $imagewidth - $logowidth - 5;$y = +5;break;case 4:$x = +5;$y = ($imageheight - $logoheight) / 2;break;case 5:$x = ($imagewidth - $logowidth) / 2;$y = ($imageheight - $logoheight) / 2;break;case 6:$x = $imagewidth - $logowidth - 5;$y = ($imageheight - $logoheight) / 2;break;case 7:$x = +5;$y = $imageheight - $logoheight - 5;break;case 8:$x = ($imagewidth - $logowidth) / 2;$y = $imageheight - $logoheight - 5;break;case 9:$x = $imagewidth - $logowidth - 5;$y = $imageheight - $logoheight -5;break
欄目從1-9,也就是水印的位置,和下表是相對應的,這里你就可以修改后面的數據修改坐標了。

比如把水印圖與原圖的右下角底部重合,就把第九項的兩個“5”修改為“0”即可。