how to add some html tag between <displaytag:table> and </displaytag:table>. Plz help me to custom it, thank you very much.
<displaytag:table>
**<div class="mycss">**
<displaytag:column />
<displaytag:column />
**</div>**
</displaytag:table>
Looking at the documentation it doesn’t appear that you can put HTML tags there. Then again, even HTML itself doesn’t allow a
<div>tag directly inside a<table>tag, so I’m not sure why you’d want to do this.According to the FAQ:
And some more info here.