Hi Roberto, What exactly is the problem? Which part of the HTML is dynamic?
BTW you can use <span> instead of <div style="display:inline">. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jun 12, 2015 at 2:57 PM, Roberto Lavalle de Juan < roberto.lava...@tellmegen.com> wrote: > Hi all! > > I need add a "<noscript>" tag with this image in wicket, ¿can someone help > me please?: > > <noscript> > <div style="display:inline;"> > <img height="1" width="1" style="border-style:none;" alt="" src="// > www.googleadservices.com/pagead/conversion/...example"/> > </div> > </noscript> > > Thanks a lot!!! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >
