Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC inside table


naughtigirl

Recommended Posts

I'm a newbie totally. Php is jiberish to me. I want to put the whole osc inside a table like http://www.yellowratbastard.com. I want the store to have black border I guess it what I am trying to say. I want osc to be only 600 pixels wide so it looks the same on all browsers screens. I don't know which files to edit or the coding to do it. If anyone can help I appreciate it. Thanks, NaughtiGirl :(

Contributions in use

 

www.oscommerce.com/community/contri...ons,1506/page,2

www.oscommerce.com/community/contributions,1480

www.oscommerce.com/community/contributions,1712

Link to comment
Share on other sites

in catalog->includes->header.php find the last ?> (about line 55)

and add the following below

 

<table width="600" cellpadding="0" cellspacing="0" border="1" align="center">

<tr>

<td>

 

Then close that file

 

Open, catalog->includes->footer.php and add the following right at the bottom

 

</td>

</tr>

</table>

 

And close that one too.

 

Done!

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...