Hi,
First of I must say that I really like developing with TBS, esp when we have various members of our team developing different parts. I have a simple question to ask: We have a simple HTML part:
<table width="330" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<img src="[photos_1.photoName]"/><br />
[photos_1.photoCaption;block=td] <br />
</td><td>
<img src="[photos_2.photoName]"/><br />
[photos_2.photoCaption;block=td] <br />
</td><td>
<img src="[photos_3.photoName]"/><br />
[photos_3.photoCaption;block=td] <br />
[photos;block=tr;serial]
</td></tr></table>
|
The serial method works nicely, but obviously the blank fields will show broken images. How can I do a conditional statement in this instance?
Thanks in advance,
@