View Single Post
Old 11-24-2003, 09:21 PM   #1
RunningUtes
Junior Member
RunningUtes began at the beginning.
 
RunningUtes's Avatar
 
Posts: 4
Karma: 10
Join Date: Nov 2003
Device: Clie N760
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
RunningUtes is offline