Following on from instructions to create 3 boxes next to each other, I am struggling to work out where to put the the table.
Also, the instructions advise to put the API code in the <tr> What is the API code?
I have found the API page but not sure how much of the code to put in.
Any advice would be very helpful and thank you for a wonderful site full of rounded corners - been searching for something like this for months!
Kind Regards,
Julie



Brilliant, thank you so much,
Brilliant, thank you so much, worked a treat!
I found the original information in response to a post titled 'Box Sizes.'
Here's a sample code
Hi,
You mentioned the instructions advise you to put the API code in the <tr>. I have looked through the handbooks once more, and I wasn't able to locate what you claimed. Could you kindly point me to it? The code found in the handbooks highlights how you can use the API to "print" a TBP Box.
You may place the API code anywhere you wish accordingly to your web design and layout. For e.g, to have 3 boxes side by side, we can visualise the layout in a high level that looks like this:
<table width="100%"border="0" cellpadding="0" cellspacing="0"> <tr> <td width="33%"> Cell 1 </td> <td width="34%"> Cell 2 </td> <td width="33%"> Cell 3 </td> </tr> </table>Thus, to output a TBP Box in each <td>, we place the API code inside it: