We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36805
    • 354 Posts
    I am new to this forum and unsure about whether this is the right place to go with this suggestion so sorry if i am offtopic.

    Edit: Thanks for moving it here.

    Anyhow here is the issue i ran into and figured out how to solve:


    • In the template basics part of the designers guide ( http://modxcms.com/template-basics.html ) a simple example css is given. I used this template and css for my first testing site.
    • I added the modx content tag to the location inside the template (as suggested in the tutorial).
    • I added content to the document (lots of sentences with a
      after each)
    • [li]Noticed it displays fine in IE but when using FF the content window does not stretch to make the text fit

    Solution:

    • #content { background: #ffffff; margin-left: 200px; height:auto; border-left:1px dotted #ababab; }
    Note: height:auto instead of height:200px

    I know this is just a small detail and the css file is just meant as an example/guideline. But for a beginner who tries things immidiately after reading (like me) it can be pretty confusing so i thought i should report this.
      • 1695
      • 1 Posts
      The link to the template basics page has changed. Try:

      http://svn.modxcms.com/docs/display/MODx096/Template+Basics

      >:(