Hi all,

I solved my problem. I changed the way how I linked my stylesheet to

<link rel="stylesheet" type="text/css" href="./css/default_style.css"/>
Now it works fine.
Maybe it is possible, in the next version of wicket, to make sure that
people
can use @import url();

Ted


2006/11/30, Ted Roeloffzen <[EMAIL PROTECTED]>:

Hi all,

I  have a small problem. When I run my web-app and then go to
http://localhost:8081/kronos/app in my browser everything is styled as it
should be.
But when i accidentally put a slash (/) behind the url, the stylesheet
wasn't found. Does anybody know what the problem could be?


<
style type="text/css" media ="screen">

@import url("./css/default_style.css");

</style>

this is how the stylesheet is linked in the HTML



Ted

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to