2013-06-13, 09:53 PM
(2012-01-08, 12:16 AM)pdtrx Wrote:(2012-01-07, 05:03 PM)Andre R. Wrote: How to create boxes (that you could put things like images, Facebook code, gallery images in)Just by adding this code in the template where you want it to show:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>Box heading here</strong></td> </tr> <tr> <td class="trow1"><span class="smalltext">Box content here</span></td> </tr> </table> <br />
(2012-01-07, 05:03 PM)Andre R. Wrote: How to position these boxes (centre, left, right), stacking them etc.Using DIV tags:
<div style="text-align/float: left/center/right;">INSERT_BOX_CODE_HERE</div>
(2012-01-07, 05:03 PM)Andre R. Wrote: How to do other things that I may not be aware of, title boxes, integrating twitter, whatever it might be.1) Create the boxes
2) Insert the code
How would I put that table in the side-box ?