Title: owleye's Replies | WordPress.org

---

# owleye

  [  ](https://wordpress.org/support/users/owleye/)

 *   [Profile](https://wordpress.org/support/users/owleye/)
 *   [Topics Started](https://wordpress.org/support/users/owleye/topics/)
 *   [Replies Created](https://wordpress.org/support/users/owleye/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/owleye/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/owleye/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/owleye/engagements/)
 *   [Favorites](https://wordpress.org/support/users/owleye/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Not 3 column friendly (or I am really stupid!_](https://wordpress.org/support/topic/not-3-column-friendly-or-i-am-really-stupid_/)
 *  [owleye](https://wordpress.org/support/users/owleye/)
 * (@owleye)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/not-3-column-friendly-or-i-am-really-stupid_/page/2/#post-57412)
 * One thing about floats is if you look at my css:
    [http://www.owleyedesigns.com/projects/pardonmy/wp-layout.css](http://www.owleyedesigns.com/projects/pardonmy/wp-layout.css)
   The total pixels of the fixed width of the container must equal not only the 
   total of all the widths of the 3 columns but the margins to. These are pixels
   outside and must be added. IE 6 has a bug that requires you to make the container
   i believe a bit bigger than the total you come up with. I think you should make
   it 20-50 pixels bigger than the total to make IE 6 happy. You will see what i
   mean by looking at that css.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to change styles ??](https://wordpress.org/support/topic/how-to-change-styles/)
 *  [owleye](https://wordpress.org/support/users/owleye/)
 * (@owleye)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/how-to-change-styles/#post-58342)
 * Not everything is in the index.php file. A lot of things are in the templates
   functions file in the includes folder i believe. I can’t remember offhand. However
   a lot of output settings can be changed here that not many people no about. For
   example look what I did with the archives on this blog thats not finished yet.
   I used the drop down function that is built in.
    [http://www.owleyedesigns.com/projects/pardonmy/](http://www.owleyedesigns.com/projects/pardonmy/)
   Original soon to be replaced with the new one is here: [http://www.pardonmyenglish.com](http://www.pardonmyenglish.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Menus Item Spacing issue in Moz](https://wordpress.org/support/topic/menus-item-spacing-issue-in-moz/)
 *  [owleye](https://wordpress.org/support/users/owleye/)
 * (@owleye)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/menus-item-spacing-issue-in-moz/#post-58965)
 * line-height: 1em; or you can go by decimal
    line-height: 1.4 or 1.5em should 
   float your boat but mess around with the numbers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [What can I modify?](https://wordpress.org/support/topic/what-can-i-modify/)
 *  [owleye](https://wordpress.org/support/users/owleye/)
 * (@owleye)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/what-can-i-modify/#post-58964)
 * You can modify the template_functions file too forget its name but you can tell
   the system to use some other interesting functions. You can also modify how it
   outputs data such as the outlines in the navigation. The CSS file is also something
   that you would want to modify to fit your needs. Keep in mind you should have
   a lot of experience before diving into the templates file!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Links / Menu](https://wordpress.org/support/topic/links-menu/)
 *  [owleye](https://wordpress.org/support/users/owleye/)
 * (@owleye)
 * [21 years, 11 months ago](https://wordpress.org/support/topic/links-menu/#post-58962)
 * Could you post a link so we could see the problem at hand. My guess is you didn’t
   close a tag in your code. Example <div></div>

Viewing 5 replies - 1 through 5 (of 5 total)