Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page alignment!?


Guest

Recommended Posts

Here is what I did. It is pretty standard html. You will have to make these changes to every single page that loads on an event. In other words: a boat load. So grab a pot of coffee and plan on being at keyboard for a while.

Here goes:

 

Open index.php. look for this code:

<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

 

right after this code put:

<table width=750 align="center"><tr><td>

 

and then go almost all the way to the bottom and look for this:

</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

and add this right after </body>

</td></tr></table>

 

rinse and repeat

Link to comment
Share on other sites

and add this right after </body>

 

This should say... add this right BEFORE </body>.

The </TD></TR></TABLE> need to be closed before the body tag is closed.

 

Dan

Dan Stevens

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...