Dear Sirs,
"Lines" to appear on the webpage are defined in the CSS editor however the code put in to the HTML editor disappears. The code is iput n place in the HTML editor and the lines are then there on the preview window however when the webpage is saved and ESW Pro is exited, the lines on the webpage and the code for the lines is missing when ESW Pro is started again.
The CSS code which is there for each line (1 - 13) is, :
#line1
{
width: 292px;
height: 1px;
background-color: #8bc8f7;
position: absolute;
left: 17px;
top: 149px;
z-index: 100;
overflow: hidden;
}
Then the HTML code which is added to the HTML editor for each page (lines 1 - 13) and which disappears is :
<DIV class="masterElement art draggable" eswid="line1" master_element="true"></DIV>
Shouldn't the code just be there and stay there and not disappear?