RE: Simple Layout
wizardsandwars <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <aaed98d62e2da56b36bfb621ff663245@osCommerce-Forums> |
This message was sent from: Tips and Tricks http://forums.oscommerce.com/viewtopic.php?p=184777#184777 ---------------------------------------------------------------- Very basically, OSC breaks each pge into sections. header footer column left column right body A typical page in osc, in psyudocode, would do the following meta tags variables requires include header include column left body include column right include footer So, basically, all you have to do is break yourcurrent website design into a header.php, footer.php, column_left.php, and column_right.php. I would *not* attempt this unless you are at least intermediatly proficient with php and html.