View Single Post
  #9 (permalink)  
Old 02-28-2008, 04:48 PM
Delirium's Avatar
Delirium Delirium is offline
New Pligger
 
Join Date: Jan 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

Quote:
Originally Posted by liotier View Post
I don't like Websnapr's watermark and for a yet unknown reason the Girafa service stopped working for me. So I switched to Artviper's page thumbnailing service.

Here is how I use it in my template :

PHP Code:
<img src="http://www.artviper.net/screenshots/screener.php?url={$url_short}&amp;sdx=1024&amp;sdy=768&amp;w=128&amp;h=96&amp;&amp;q=90"
style="float:left;margin-left:62px;margin-right:16px;margin-top:2px;margin-bottom:60px;border:1px
solid #D8B93B;" 
alt="{$url_short}" height="96" width="128" /> 
You can see the modification live in the slightly adapted Yget I use.
where exactly i must add this?
Reply With Quote