Any chance or way to use styles in the HTML-area??
Sumthing like
<html>
<head>
<title></title>
<style type="text/css">
.content
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: 000000;
}
</style>
</head>
<body>
<span class="content">blablabla</span>
</body>
</html>
Yes is possible to use, but the renderer implemention form SUN is not as good as MS IE… we are looking for other renderer components as replacement.
are you telling me that css works??
Becoz the example mentioned didn’t work at all…
Or do I have to write it diffrently??
tweetie:
are you telling me that css works??
Becoz the example mentioned didn’t work at all…
Or do I have to write it diffrently??
YES - CSS DOES WORK! Cool, huh! I use it all the time. Here’s a snippet of code that does work:
.body { font-family: Tahoma; font-size: 9pt; color: #000000}
It’s really, really cool!
Enjoy!
Bob Cusick
I notices some functions work, some do not… Since Servoy uses the standard Sun HTML/Web component currently, there are these limitations.
From what Jan says, I asume the dev-team is looking into using another component, which does not have these limitations…
Paul