View Single Post
  #6 (permalink)  
Old 04-19-2007, 10:38 AM
Simon Simon is offline
Constant Pligger
 
Join Date: Mar 2006
Posts: 537
If it's working, don't touch them!

The only thing you might want to look at is this part of the instructions:

At the very top of your template css file should be a line that starts body { - make sure it has a width attribute set to width:100%;
Below that should be a containing div id, such as #wrap { - make sure it has a width attribute set to width:90%;

This will help with the overlay error in IE with the yget template, although may need some tweaking for other templates.

Last edited by Simon; 04-19-2007 at 10:45 AM.
Reply With Quote