View Single Post
Old 01-12-2004, 11:40 AM   #12
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,175
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
Quote:
Originally Posted by sofry
I've just answered my own question: it comes out so readable because the css style sheet is not active on the handheld.

So that generates another question: can I use css styles on a webpage AND see the same formatting on the handheld after iSiloX conversion? If not, then what is the workaround?
Try to use inline CSS inline in the <head> section of your html, like:
Code:
<style type="text/css">
<!--
body
{
	background: #FFFFFF;
	color: #000000;
}
.
.
.
-->
</style>
I think iSiloX parses the CSS this way; it only ignored my external CSS.
Alexander Turcic is offline