Quote:
Originally Posted by down.low
Found the problem in the css that's messing up all the profiles:
Code:
/***** Main Layout ****/
#container {
width: 100%;
height: 100%;
text-align: center;/* IE fix to center the page */
}
#content {
width: 900px;
margin: 0 auto;/* center the page in Firefox */
text-align: left;
padding: 20px;
}
Removing it from the additional css makes everything work perfect. Thanks for understanding and not helping someone out with your "Unsupported" Supported mod.
|
This Problem Fixed.. Thanks..