Hi,
I'm trying to insert html to open office document.
Html looks like this:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
p { font-size: 25pt; color: green; }
.eurekaTinySource { color: red; }
</style>
</head>
<body>
<p>Tescik</p>
<p> <span class="eurekaTinySource">int a = x * y </span></p>
</body>
</html>
I'm using InsertDocumentFromUrl.
Html is putting into document but css styles doesn't change the format
of the text.
Is there any posibility to force OO to use this styles?
I can't use inline styles.
thanks for help.
:)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]