LS,
How can I specify a background image inside a tile element? For instance, I
have a template like this:
<table cellpadding="0" cellspacing="0" width="100%" border="1">
<tr>
<td align="right" colspan="2"><tiles:insertAttribute
name="header"/></td>
</tr>
<tr>
<td width="200px"><tiles:insertAttribute name='sidebar'/></td>
<td>
<table>
<tr><td><tiles:insertAttribute name='body'/></td></tr>
<tr><td><tiles:insertAttribute name='footer'/></td></tr>
</table>
</td>
</tr>
</table>
Now I would like the sidebar tile to have a specific background image. How
can I accomplish this?
Thank you,
MPK
--
View this message in context:
http://www.nabble.com/How-to-specifiy-a-background-image-in-a-tile--tp25251708p25251708.html
Sent from the tiles users mailing list archive at Nabble.com.