Arhhhh! On closer reading I just realized that you were using the
wicket:remove to set a base whereas I had assumed (without reading too
carefully) that you were using it to include the CSS and consequently I
was concerned that the CSS would be included twice by the HTML editor -
but not do! It all makes sense now.
 
> Just:
> 
> <link href="mystyle.css" rel="stylesheet" />
> 
> Martijn
> 
> On 3/14/07, Chris Colman <[EMAIL PROTECTED]> wrote:
> > > You can include
> > >
> > > <wicket:remove>
> > >   <base href="file:///C:/Docs%20and%20Settings/you/your-
> > > project/src/webapp/"
> > > />
> > > </wicket:remove>
> > >
> > > in your html head.
> >
> > Ah cool!
> >
> > Ok, so that will include the CSS at HTML edit time. What do I need
to
> > put in a tag that is the opposite to <wicket:remove>? ie., not there
at
> > edit time but there a wicket render time?
> >

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to