You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Roberto Lavalle de Juan <ro...@tellmegen.com> on 2015/06/12 13:57:43 UTC

Please, I need help to add

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Please, I need help to add

Posted by Roberto Lavalle de Juan <ro...@tellmegen.com>.
Thanks a lot Martin,

I had a confusion, I don't need a dynamic value.

Roberto Lavalle de Juan
CTO - tellmeGen
tlf. +34 650 129 806

El 12/06/2015 a las 14:01, Martin Grigorov escribió:
> 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.lavalle@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-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Please, I need help to add

Posted by Martin Grigorov <mg...@apache.org>.
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.lavalle@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-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>