Categories > TinyButStrong general >

Image show

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: TCWatts
Date: 2004-11-19
Time: 09:26

Image show

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,
@
By: TCWatts
Date: 2004-11-19
Time: 09:37

Re: Image show

Fixed it myself! I'm really beginning to like this..