Clarifying the problem.

Here is the pmWiki-code:
---------------------
(:div style="background-image: url('uploads/Site/logo.jpg'); height:18em":)
(:divend:)

(:div style="position:relative; top:-17em; left:10em":)
!!''Välkommen till''
!  %larger% ''[[http:/{Site.Values$:WebAddress}|VOXNA]]''
(:divend:)

Resulting in this html-code
----------------------------
<div style="background-image: url('uploads/Site/logo.jpg'); height:18em" ></div>
  <div style='position:relative; top:&minus;17em; left:10em' >
    <h2><em>Välkommen till</em></h2>
    <h1>&nbsp; <span class='larger'> <em><a class='urllink' 
href='http:/ivoxna.se'rel='nofollow'>VOXNA</a></em></span></h1>
  </div>
----------------------------

top:&minus;17;
do not work.

Do someone have a solotion?

Yours
Vincent



Den 2010-05-24 13:50:04 skrev <[email protected]>:

Hi
I want to place pices freely on the canvas of my page. Easy code for not so 
knowledge people to handle.

I try to use position:relative in divs but the negative values disappear as an 
active property when saving.

Here is the code:

(:div style="background-image: url('uploads/Site/logo.jpg'); height:18em":)
(:divend:)

(:div style="position:relative; top:-17em; left:10em":)
!!''Välkommen till''
!&nbsp; ''%larger% [[http:/{Site.Values$:WebAddress}|VOXNA]]''
(:divend:)


Do someone have a solution?

Regards
Vincent


Må gott
**Vincent

+46 70 727 88 66
____________________________________________________________



--
Använder Operas banbrytande e-postklient: http://www.opera.com/mail/


Må gott
**Vincent

+46 70 727 88 66
____________________________________________________________



_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to