![]() |
Re: Internet Explorer centering everything
True, and if you want it even cleaner, use CSS:
.Container (margin: 0 auto;} |
Re: Internet Explorer centering everything
Balinor,
I pasted the wrong code. Sorry about that. Lets try this again. I changed this... Code:
{* $Id: rectangle_top.tpl,v 1.25 2006/02/07 08:09:51 max Exp $ *} to this: Code:
{* $Id: rectangle_top.tpl,v 1.25 2006/02/07 08:09:51 max Exp $ *} It does fix the issues of the tables being centered, however it creates a new issue where the the store is left aligned now instead of centered in the middle of the page. Since our site is centered in the middle of the page at 90%, we obviously can't have the store left aligned :smile: Any ideas on how to fix that? carpeperdiem I will try this with the css :) Thank you. |
Re: Internet Explorer centering everything
OpheliaPayne,
On your site, I see the text in the sideboxes as centered but your logo as right aligned on IE. |
Re: Internet Explorer centering everything
OphelliaPayne,
Your solution of removing the <center> tag and using align="center" is not correct. And like others have stated, you should be using CSS to fix this problem, not deprecated HTML. Remove the align attribute and the center tags you've added. Go to skin1/customer/main/home.tpl After the <body> tag add <div id="envelope"> Before the closing </body> tag add </div> Add the following to your CSS file skin1.css Code:
body { When you view the source, there should be a <div id="envelope"> ... </div> wrapping the contents of the page just inside of the body tag. |
Re: Internet Explorer centering everything
Quote:
This did not work. Quote:
This did work. Thank you. :) |
All times are GMT -8. The time now is 12:47 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.