jaceybear
Not New Member
Posts: 1
jaceybear said 0 great things
|
Post by jaceybear on Jan 15, 2010 18:03:48 GMT -8
Hi there
This may be generally simple, but I can't figure it out, I'm not even sure if its a coding issue or not, but, I'm looking for the code to picture picture above the "Hey "yourusernamehere" you have this many pms" or whatever.
I know this probably makes me look quite stupid, but please help.
|
|
|
Post by Wormopolis on Jan 15, 2010 20:41:41 GMT -8
well, assuming you dont have a bunch of other codes affecting your forum like side tables and such...
<script type="text/javascript">
topImage="SRC OF IMAGE";
cl=document.getElementsByTagName('td')[2]; nwImg=document.createElement('img'); nwImg.border=0; nwImg.src=topImage; cl.insertBefore(nwImg, cl.firstChild);
</script>
|
|
|
Post by Wormopolis on Jan 19, 2010 22:20:26 GMT -8
so did this work for you or not?
|
|