iSiloX Style Sheets
Hello there,
I have noticed that Isilo doesn’t seem to convert style sheets well. The “class tags” especially have problems. For example: The html file specifies
<p class="tx">This text should have the tx class</p>
<p class="extvc">This text should have the extvc class</p>
And the CSS file contains classes for:
.tx {
display: block;
font-size: small;
text-align: justify;
text-indent: 1em;
}
.extv {
display: block;
font-size: x-small;
text-align: center;
text-indent: 0em;
margin-left: 1em;
margin-right: 1em;
}
Any help you have with the problem would be appreciated.
~Michael Dansie
|