eva2000
Well-known member
I want to add an onload event to the img tag for the avatars in recent threads and search results but searching the templates all I find is this
so where do I go to edit the html itself ?
thanks
Code:
<xen:avatar user="$thread" size="s" img="true" />
Code:
<img src="data/avatars/s/0/1.jpg?1400874594" width="48" height="48" onload="XXX">
thanks