Shyboy1234![]() 2008-03-18 22:51 | how can i edit the template so it fits any screen Template |
merci![]() 2008-03-19 09:22 | Shyboy1234 - if you want to have width set as 100%, you have to chage it in templates/default/style.css - following line:
.main_table { width: 750px; }
change to:
.main_table { width: 100%; }
|