The support thread is a few pages down, because people don't need to ask about it very often. Free Template "Future Zen"
By "frame" do you just mean a border around certain text, and located in a certain place? You can do that by entering the text you want in define_main_page.php with <div id="myNewBox"> before it and </div> after it.
THen in your /includes/templates/your_template/css/stylesheet.css, add at the bottom
adjusting numbers to your taste.Code:#myNewBox { color: #001122; background-color: #ccbbaa; padding: 1em; margin: 3em; border: 2px solid #ff6699; }
There is a lot more that you can do, but this will give you a start.




