Hi
I would like to turn off the index page on the main page only
What can i do?
Thanks!!!!
Hi
I would like to turn off the index page on the main page only
What can i do?
Thanks!!!!
Er... you want to disable the index page on the index page... ?
Create a CSS file called index_home.css
Put a declaration in there to hide that sidebox;
#whateverSideBoxNameIs {display:none;}
Bookmarks