Smee agagin. The above mentioned trick doesn't work for html-lists.
Here is a tast case:
<HTML>
<HEAD>
<STYLE type="text/css">
<!-- Damned css-rules -->
ol,ul{list-style:none;}
ul,ol,li{margin:0;padding:0;}
<!-- this doesn't work -->
.forcelist ol{list-style: decimal;}
.forcelist ul{list-style: circle;}
</STYLE>
</HEAD>
<BODY>
<div class="forcelist">
<ol>
<li>one</li>
<li>two</li>
</ol>
<ul>
<li>fuckin</li>
<li>list</li>
</ul>
</div>
</BODY>
</HTML>
As we can see there are two css-rules which i can't delete that
disable html-lists. I tried to reenable them with .forcelist-rule but
that didn't work. Any idea why?
On 14 Aug., 18:39, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> if you use
>
> rtb.addStyleName("always-strong");
>
> and have a style of
>
> .always-strong strong
> {
> font-weight : bold;
>
> }
>
> that'll probably do it.
>
> If not, give me a shout.
>
> Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---