Here comes another (dreadfully) translated Jimdo Tutorial.
First, you have to load up an image on your Jimdo Page, and copy the image adress.
Then you take a new "Widget/HTML" m. and fill in following code:
- Code: Select all
<div id="logo"><a href="LINK ADRESS" target="_blank"><img src="IMAGE ADRESS" alt="IMAGE NAME (optional)" /></a></div>
Now you have to put This code into yout Head Section:
- Code: Select all
<style type="text/css">
/*<![CDATA[*/
#logo{ position:relative;
left:-100px; top:-100px;}
/*]]>*/
</style>
(now you can edit left:-100px; top:-100px;)
Here ist an example: (only Link) http://newmoonfilm.jimdo.com
Note: You can use this code for many other things,
for example a Video
- Code: Select all
<div id="logo">EMBED CODE</div>
-Simon
