| Re: Limit xoops template width to 800 px.. |
| by kris_fr on 2008/10/17 20:28:20 le="color: #000000"><?php html, body { margin:0 auto; width:800px;} @++ |
| Re: Limit xoops template width to 800 px.. |
| by waleedpak on 2008/10/16 13:45:38 does it work in IE7,, i have IE8 at home, it doesn't work there, the page is still aligned at the left side.. however, it works fine in mozilla and opera |
| Re: Limit xoops template width to 800 px.. |
| by waleedpak on 2008/10/12 2:55:46 yess... this was the million dollar trick thanx alot kris_fr i just added this code on my css file le="color: #000000"><?php html { margin:0 auto; width:800px;} and i got what i need never knew it was that simple tanx again |
| Re: Limit xoops template width to 800 px.. |
| by kris_fr on 2008/10/11 11:41:29 hi, in style sheet css : le="color: #000000"><?php html { margin:0 auto; width:800px;} @++ |
| Re: Limit xoops template width to 800 px.. |
| by waleedpak on 2008/10/11 9:46:05 using text-align:center the text on my page aligns in the center of their respective blocks... but my site is still aligned at the left side of the screen.. can anyone please give me the exact wrapper code to be put in the css file and then the code to be put in the theme file (with it's details).. I'll try this method again, maybe then my problem would be solved |