this is what ive tried
<script>
document.getElementsByClassName(".img_avatar").className += ' sb-reg-pic';
</script>
but that does not work.
It does work however if i use getElementById but the avatar field has no ID.
<script>
document.getElementsByClassName(".img_avatar").className += ' sb-reg-pic';
</script>