[Typo3] Wrap a content with a whole table

luca marletta lucamarle at gmail.com
Fri Feb 25 14:43:38 CET 2005


I'd like to have all the below table wraps my right content on a page
and more over that it appears just if the content is not empty.

page.10 = TEMPLATE
page.10 {
  template = FILE
  template.file = fileadmin/demo/main100.htm
  workOnSubpart = DOCUMENT_BODY
  ..............
  subparts.CONTENT < styles.content.get
  ..............


# Contenuto di destra nella finestra arrotondata
  subparts.CONTENT_RIGHT = CONTENT
  subparts.CONTENT_RIGHT.value {
                  <table border="0" cellpadding="0" cellspacing="0">
                    <tbody>
                      <tr>
           		<td valign="top"><img src="fileadmin/demo/BoxTop.gif"
height="10" width="175"></td>
		      </tr>
                    </tbody>
                  </table>
                  <table bgcolor="#efefef" border="0" cellpadding="0"
cellspacing="0" width="175">
                    <tbody>
		      <tr> |  </tr>
		    </tbody>
                  </table>
                  <table border="0" cellpadding="0" cellspacing="0">
		     <tbody>
		       <tr>
			 <td height="10"><img src="fileadmin/demo/BoxBottom.gif" alt=""
border="0" height="10" width="175"></td>
		       </tr>
                     </tbody>
                  </table>
}

But it seems it doesn't work

can anyone help me please?

thanks a lot

luca

-- 
luca marletta  icq: 70590647



More information about the TYPO3-english mailing list