kevin_zhai wrote:
Hi Simon:
thank you give me advises,I expert you give me more advise about--
how to implement pro.jpg show content?
The 'new'column show different components in per row,if I use rendered
attribute how can control
every row different(the picture show)
What exactly are you trying to do?
If I understand your description above, you want to generate a table:
<table>
<tr><td><img .../></td></tr>
<tr><td><img .../></td></tr>
<tr><td><img .../></td></tr>
</table>
where the img tag points to a different image.
Have I understood right?
Regards,
Simon