|
楼主 |
发表于 2012-5-24 00:32:58
|
显示全部楼层
I seriously recommend something else. The page where you want to drop the cookies on - add a .htaccess file in your domain-root that says:- RewriteEngine ON
- RewriteRule ^footer-bottom.png$ http://www.your-affiliate-link.com/ [NC,L]
复制代码 Head over to your stylesheet, add:- .footer_bottom {
- background-image:url(http://www.your-url.com/footer_bottom.png)
- }
复制代码 Now edit your Template, and add following code to your footer-code:
PHP Code:- <div class="footer_bottom"></div>
复制代码 Weee! No red "X" saying that this image doesn't exist, since it's loaded via the stylesheet, people will just not see it. :p
Best Regards |
|