sigh, you have <link href="layout.css" rel="stylesheet" type"text/css" /> in your markup
you are missing the = between type and "text/css" -igor On Tue, Mar 4, 2008 at 11:21 PM, MYoung <[EMAIL PROTECTED]> wrote: > > >what adds the text="" and css="" attributes? > > I don't know. I just have the normal link in my template and wicket turn it > into that. > > I'm attaching a Quickstart project for you to see. Look inside > HomePage.html to see a regular stylesheep link. Browse to HomPage and see > the link gets changed. http://www.nabble.com/file/p15844576/badlink.jar > badlink.jar > > > > > > igor.vaynberg wrote: > > > > 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] > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-to-link-css-stylesheet-in-template--tp15843951p15844576.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]
