plaxx Posted December 31, 2005 Share Posted December 31, 2005 hey, first of all ... wonderful product! installing it was a breeze and so far the customizing as been easy too. (maybe you should consider a full CSS laout next version, no tables ;) ) ok anyways, I added a DIV in INDEX.PHP, that way i have a container for everything else. Now, everything relating to index.php gets the container, when i go to login or view the shopping cart I can see the container (which has a white background) I was wondering if there is an easy way to add the CONTAINER div into all of the PHP files. Thanks, M.M site: http://plax.dyns.cx/osc/catalog Link to comment Share on other sites More sharing options...
tina_boots Posted December 31, 2005 Share Posted December 31, 2005 hey, first of all ... wonderful product! installing it was a breeze and so far the customizing as been easy too. (maybe you should consider a full CSS laout next version, no tables ;) ) ok anyways, I added a DIV in INDEX.PHP, that way i have a container for everything else. Now, everything relating to index.php gets the container, when i go to login or view the shopping cart I can see the container (which has a white background) I was wondering if there is an easy way to add the CONTAINER div into all of the PHP files. Thanks, M.M site: http://plax.dyns.cx/osc/catalog If you put the opening DIV tag in your header.php file just below the body tag, and the closing DIV tag in your footer.php file just above the body tag, you will effectively added it to all of your pages. Be well, Tina If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes. Link to comment Share on other sites More sharing options...
plaxx Posted December 31, 2005 Author Share Posted December 31, 2005 If you put the opening DIV tag in your header.php file just below the body tag, and the closing DIV tag in your footer.php file just above the body tag, you will effectively added it to all of your pages. Be well, Tina Thank You, Tina Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.