|
|
Author: * Topiltzin Tupac -
4 Posts
on this thread out of
2,987 Posts
sitewide.
Date: Jul 27, 2008 - 13:37
other than permission from that person to use her/his code, if it is indeed her/his original coding. We are really sorry that the avatar editing doesn't work, but hopefully Jot gets the image galleries working again soon. I know one way to post an image over the default avatar or other images, using div-tags (and I am using it to put another small avatar to this post too, for that, you need to keep adjusting the left and top values of the coding; the counting of the pixels starts from the left of the browser and from the bottom of the masthead)...
Copy and paste the following into your entrance edit window (any place):
For Firefox browser:
<div style="position:absolute; left:44px; top:62px"><img src="your image url here"></div>
For Internet Explorer browser:
<div style="position:absolute; left:44px; top:53px"><img src="your image url here"></div>
|
|