Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Alignment Problem


yoyoman

Recommended Posts

Posted

Firtly may i say how excelent this forum has been in providing information for me and im sure many other people new to php .. :rolleyes:

 

but i do have a problem that i cant seem to sort for myself and i cant find any threads on it either, its only a small thing but as we all know they can be the most anoying .. i have set my cart to 851 which was fine when it was aligned left ... i just changed that to align centre and the image in the header is out of line

 

i cant find any other lines that i think align="center" should go in

 

any suggestions

 

http://www.yoyoz.co.uk/catalog/

Posted
Firtly may i say how excelent this forum has been in providing information for me and im sure many other people new to php .. :rolleyes:

 

but i do have a problem that i cant seem to sort for myself and i cant find any threads on it either, its only a small thing but as we all know they can be the most anoying .. i have set my cart to 851 which was fine when it was aligned left ... i just changed that to align centre and the image in the header is out of line

 

i cant find any other lines that i think align="center" should go in

 

any suggestions

 

http://www.yoyoz.co.uk/catalog/

 

The problem is the second <td> after the one with the image. Change

<td valign="middle">
 <a href="http://www.yoyoz.co.uk/catalog/index.php">
<img width="851" height="150" border="0" title=" serious about yoyos " alt="serious about yoyos" src="images/banner1.gif"/>
 </a>
</td>
<td valign="bottom" align="right">
 <a href="http://www.yoyoz.co.uk/catalog/account.php">
 </a>
 <a href="http://www.yoyoz.co.uk/catalog/shopping_cart.php">
 </a>
 <a href="http://www.yoyoz.co.uk/catalog/checkout_shipping.php">
 </a>
</td>

To

<td valign="middle">
 <a href="http://www.yoyoz.co.uk/catalog/index.php">
<img width="851" height="150" border="0" title=" serious about yoyos " alt="serious about yoyos" src="images/banner1.gif"/>
 </a>
</td>

 

Or change the code that generates this :thumbsup: ! And the alignment will be ok!

 

Grtz,

 

Arjan Gelderblom

I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image.

-- Stephen Hawking

Archived

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

×
×
  • Create New...