Hi, Chris,

Try taking a look at the wiki. I'd give you the exact link, but I'm
unable to access the wiki at this time.

There is a page there that shows how to embed css and javascript. It
should give you some helpful hints.  

Cheers,
Dave


On Tue, 2006-02-28 at 16:00 -0600, Wolff, Chris (JIS - Applications)
wrote:
> Am trying to apply a global/base font style for all text on Wicket
> pages with CSS.
> 
>  
> 
> On my local machine, the following code works as desired and is
> applied to all text. 
> 
>  
> 
> This does not seem to work when specified in my .css file for my
> Wicket application….
> 
>  
> 
>  
> 
> ****************************************************************
> 
>  
> 
> body {
> 
>     margin-left: 0px;
> 
>       margin-top: 20px;
> 
>       margin-right: 0px;
> 
>       margin-bottom: 0px;
> 
>       font-family: Verdana, Arial, Helvetica, sans-serif;
> 
>       font-size: 32px;
> 
>       color: #CC0000;
> 
> }
> 
>  
> 
> ****************************************************************
> 
>  
> 
> Anyone else come across this issue?
> 
>  
> 
> Thanks in advance for any help offered….
> 
>  
> 
> ~Chris
> 
>  
> 
>  
> 
> 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to