I am pasting a div with background image as HTML for front_page

<div id="content">
<div style="background-image:url('/sites/iwe.doshiland.com/files/images/Sky-Turbine.jpg'); background-repeat:no-repeat; height:225px">
<div style="padding-left:140px; padding-top:20px">
<h3 style="color:navy">IWE PRESENTS</h3>

I save and get back:

<div id="content">
<div>
<div>
<h3>IWE PRESENTS</h3>

.

This does not happen with other themes and when I do this with other pages.

Comments

pjindent’s picture

Found a work around.

I have created styles:

<style>
#bkg {
background-image:url('/sites/iwe.doshiland.com/files/images/Sky-Turbine.jpg'); 
background-repeat:no-repeat; 
height:225px;
}
#st1 {
padding-left:140px; 
padding-top:20px;
}
</style>
<div id="content">
<div id="bkg">
<div id="st1">
<h3 style="color:navy">IWE PRESENTS</h3>
</div></div>
timhilliard’s picture

Status: Active » Closed (cannot reproduce)

I'm not able to reproduce but since you now have it working I shall close. Feel free to open again if you can't get it to work however.

Thanks,
Tim