what adds the text="" and css="" attributes? maybe ie doesnt work
because those are invalid?

-igor


On Tue, Mar 4, 2008 at 10:15 PM, MYoung <[EMAIL PROTECTED]> wrote:
>
>  I have this in the <head> section of my base template:
>
>      <link href="css/layout.css" rel="stylesheet" type"text/css" />
>
>  It's turned into this in the output:
>
>      <link text="" rel="stylesheet" type="" href="css/layout.css" css=""/>
>
>  which works fine in Firefox and Opera but not in IE; it's as if IE doesn't
>  see the stylesheet.  Something I'm not doing right?
>
>  Is there any info on how to work with css stylesheet in Wicket?
>  --
>  View this message in context: 
> http://www.nabble.com/How-to-link-css-stylesheet-in-template--tp15843951p15843951.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to