Donno if it is what you're looking for but here is one way to add css
public class BaseWebPage extends WebPage {
public BaseWebPage() {
add(HeaderContributor.forCss("css/style.css"));
CBO
On Fri, Apr 3, 2009 at 3:15 PM, Michael Mosmann <[email protected]> wrote:
> Hi,
>
> .. can someone give me an advice, how to do something like this:
>
> <head>
> <link rel="stylesheet" type="text/css"
> href="bla/blub/style.css?typ=3">
> </head>
>
> thanks
> mm:)
>
>
