Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to center a header


vf/mo

Recommended Posts

Posted

Ok so i went in and removed the 3 icons in the top right corner but my header that is suppose to be centered is still on the left side. I know this is something real easy but im on my last nerve and its 5:50 AM. Ive done searches on here and couldnt find anything. Please help!!

Posted
Ok so i went in and removed the 3 icons in the top right corner but my header that is suppose to be centered is still on the left side. I know this is something real easy but im on my last nerve and its 5:50 AM. Ive done searches on here and couldnt find anything. Please help!!

 

Center CSS

[Basic CSS

 

Should help get you started..

I'm sporting osCommerse 2.2.ms2

With these additions:

 

I worry about if take credit cards? I wonder if I make a shop that keeps track of how much product I have? If I find somthing good it'll be out of my budget, I'm trying to start a shop to make money not spend it..

Quot the raven "Never more." Get osCommerse never worry, or wonder again.

Posted

includes/header.php

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><br><center><img src="images/logo.gif" width=468 height=60 border=0 alt="Your Logo"></td>

</tr>

</table><br>

 

Vger

Posted
includes/header.php

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><br><center><img src="images/logo.gif" width=468 height=60 border=0 alt="Your Logo"></td>

</tr>

</table><br>

 

Vger

 

Don't forget the <center> should have a closing after.

 

<center><img src="images/logo.gif" width=468 height=60 border=0 alt="Your Logo">

 

<tr>

<td>

<center><img src="images/logo.gif" width=468 height=60 border=0 alt="Your Logo"></center>

</td>

</tr>

 

And can be places just below the ?>

Posted

Hi There,

 

Just a quickie I stumbled upon your post and was wondering could you tell me please how you removed the 3 icons on the right header.

 

I am a newbie

 

Cheers

markyboy

Archived

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

×
×
  • Create New...