Using Sugarcane 2.
Basically I wanna recreate something like this.

I sort of already know how to make it look right, but I want to have a sort of wordwrap so I can have the words fill up a cell in a 1X3 table without increasing the width of the cell, therefore pushing the other portrait away and whatnot.
Alternatively, a way to 'lock' the dimensions of the cell would work too, if that were possible.
Here's the code I already have.
<table>
<tr>
<th>[img[LeftTest.png]]</th>
<th><span id="StoryText">Click Next to Proceed</span></th>
<th>[img[RightTest.png]]</th>
</tr>
</table>
<<click "next">>
<<replace "#StoryText">>Body of text goes here, boring technical stuff insert here, etc<</replace>>
<</click>>
Comments
Could you repost your example image (maybe using a different image hoster) as the current one is not viewable.
Here is the image.
HTML markup: CSS:
Thanks for your help!