[TYPO3] No content in Left or right columns

Yann Ricard yann01 at ricardclan.com
Fri Mar 24 18:20:00 CET 2006


Hello

I am at my wit's end on this. I read quite a bit of the  
documentation, I have some experience in
setting up drupal, mambo and other CMS systems, but for the life of me,
can't seem to get content to appear in any column but the main  
("Normal")
frame.

I tried several of the standard templates (bug, green...) . I tried
several different types of content (sitemenus and just plain text), but
the left column comes up empty. In the control panel, the content  
shows, but not on the HTML page.

Neither the page, nor the content is set to "hide"

In the resulting HTML, The frameset gives 200 px for the left frame,  
which is plenty to display
the text I entered ("this is some text").
<frameset cols="200,*" border="0" framespacing="0" frameborder="no">

To recap: Any content I place in the "Normal" (main) column shows up
beautifully. Any content I place in the left, right or border columns
does NOT show up at all. Below is the source for the Left column. As you
can see, there is nothing at all within the body tags.

I've been at this for days now. Help!

Thanks

Yann

===============================================================
source for the left frame
http://www.coldspringparents.org/typo/index.php?id=1&type=2
===============================================================
<!DOCTYPE html
    PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />

<!--
    This website is brought to you by TYPO3 - get.content.right
    TYPO3 is a free open source Content Management Framework created by
Kasper Skaarhoj and licensed under GNU/GPL.
    TYPO3 is copyright 1998-2005 of Kasper Skaarhoj. Extensions are
copyright of their respective owners.
    Information and contribution at http://www.typo3.com
-->

    <title>After School</title>
    <meta name="generator" content="TYPO3 3.8 CMS" />
    <script type="text/javascript">
       /*<![CDATA[*/
    <!--
       browserName = navigator.appName;
       browserVer = parseInt(navigator.appVersion);
       var msie4 = (browserName == "Microsoft Internet Explorer" &&
browserVer >= 4);
       if ((browserName == "Netscape" && browserVer >= 3) || msie4 ||
browserName=="Konqueror") {version = "n3";} else {version = "n2";}
          // Blurring links:
       function blurLink(theObject)  {  //
          if (msie4)  {theObject.blur();}
       }

    // -->
       /*]]>*/
    </script>


</head>
<body bgcolor="#eeeeff">

</body>
</html>
--------------



More information about the TYPO3-english mailing list