Assuming you're willing to bundle the image with your application, you'll probably want to use the ${context:...} binding prefix for the URL of the image so that Tapestry will emit a far-future expires header and automatic versioning of the URL.
<img src="${context:images/logo.png}" alt="Banner"/> See http://tapestry.apache.org/assets.html for more info. On Tue, Feb 26, 2013 at 7:33 AM, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote: > On Tue, 26 Feb 2013 09:30:14 -0300, harishpatarla <harishpata...@gmail.com> > wrote: > >> Below is the file called LoginLayout.tml and i want to add our company >> LOGO to this page in the top-left corner.Can anybody suggest me how to do >> it. > > > Use the <img> HTML tag just like you'd do without Tapestry. By the way, > anything you can do in ordinary HTML you can do in exactly the same way in a > Tapestry template. > > -- > Thiago H. de Paula Figueiredo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org