style will be destroyed

  •  05-25-2009, 4:41 AM

    style will be destroyed

    Hi,
     
    When I add the following HTML code in the cute-editor my style background will be destroyed,
     
    1. <h1>Dealer Logout</h1>  
    2. <p><img border="0" alt="" align="left" src="{!!hoi.bla!!}?w=300" />U bent uitgelogd als dealer.<br />  
    3. </><br />  
    4. </></p>  
    5. <p>{!$Control.36.09$!}</p>  
    6. <div style="background-image: url({!!hoi.bla!!})">tralalala</div>  
    In this example,
    I go to html, and paste my code,
    When I switch to normal and back, my url is changed to :
     
    1. <div style="background-image: url(http://cutesoft.net/example/%7B!!hoi.bla!!%7D)">tralalala</div>  
    But I don't want the compleet image path it should be relative. and my "{" sign shouln't be replaced by "%7B"
     
    Regards
     
    pbwbart
View Complete Thread