[TYPO3] HTML template

2007-07-13 Thread Rakowski Tomasz
Hello! I have the following problem: I am creating ext that will use HTML templates. The basic role of this ext is to display the images in rows and you can specify the number of pictures in the row (so in other words you can specify the number of columns). I want to build it using tables ( ).

Re: [TYPO3] HTML template

2007-07-13 Thread Sander van Gelderen
Hi Racco, I think I understand your problem. First have a good read of this: http://wiki.typo3.org/index.php/Extension_Development,_using_HTML-Templates Especially pay attention to the part with title "Subparts Are useful for filling rows." You will see that your SUB_TEMPLATE_ITEMS and SUB_TEM

Re: [TYPO3] HTML template

2007-07-13 Thread Jan Bednarik
Hi, I'd do it this way: ###IMAGE### And then you'd replace DIVIDER with nothing expect those iterations in which you'd like to add new line. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech ___ TYPO3-english mailing list TYPO3-

Re: [TYPO3] HTML template

2007-07-16 Thread Rakowski Tomasz
Jan Bednarik pisze: > Hi, > > I'd do it this way: > > > > > > ###IMAGE### > > > > > > > > > And then you'd replace DIVIDER with nothing expect those iterations in > which you'd like to add new line. > thx guys, both advices put me on the right track! racco _