quote:
Originally posted by WDZ
quote:
Originally posted by Lee Jeffery
or you can set the avatars as a bg image and have a blank image over the top, therefore when u right click > save it saves a nice blank image for you :nana:
yes still easy to bypass but nicely confusing for noobs
Yeah, there is that... no JavaScript... (y)
But what would have the avatar background applied to it? Probably have to create a new <div>... :-/
code:
class avatar {width:maxwidth; height:maxheight; align:center; valign:top}
<div class="avatar" style="background:avatarlink"></div>
and to make it even safer
code:
<div class="avatar" style="background:avatarlink"><img class="avatar" src="blankimage.jpg"></div>
the codes dodgy, but i forget all the names of the css tags and im too lazy to look them up so blah.
as (i forgot who) said, this will also keep avatars to a maximum size.