Hi, On 6/24/07, Jeffrey Williams <[EMAIL PROTECTED]> wrote: > I have an unusual problem when setting up Typo3. I seem to have two columns > on my page and the information is duplicated. I cannot find a reason for > this. > You can see the issue at > http://fswr.eq.edu.au/index.php > Hope someone can help with this problem.
A wild guess--it's impossible to offer anything else since you've provided no information at all about how you've built the page: You have /two/ instances of TS code reading something like this: something < styles.content.get By default, you will have the following content objects available styles.content.get styles.content.getLeft styles.content.getRight styles.content.getBorder Try adding a bit of test content to every area in the page record and then playing around with these in your template. If I've guessed wrong, you'll need to offer up some information... -- Christopher Torgalson http://www.typo3apprentice.com/ _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
