Jump to content

Placing index.php in center frame


Guest

Recommended Posts

There have been other threads asked about this topic as well. Search does't want to help me right now, so I can't help that way...

But I would think that if you placed the entire cubecart in a table, then you could get your desired effects.

In the header.php file, when you start the <body>, create a table with a set width that is centered in your page. Something like:

<body>

<center>

<table align="center" width="800" height="100%">

<tr>

<td>

Then, in your footer.php file, before the </body> tag, close the table:

</td>

</tr>

</table>

</center>

</body>

Disclaimer: I've never tried it, but it sounds right in theory... If somebody who has already done this sees this, maybe they can correct me if I'm wrong. Otherwise, it wouldn't hurt to give it a shot and see what you get :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...