Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stylesheet


AllTheAbove

Recommended Posts

Posted

Ok, I am trying to figure out how to seperate the footer from the main body and I am guessing this is in stylesheet.

 

I noticed header has somewhere around 6 entries like TD.header; TR.header etc etc etc

 

I only noticed footer having two. One is TD.footer and the other is .footertable directly underneath that.

 

So, I did the logical thing and copied everything that said header then renamed all the copies to footer. Nothing changed.

 

Where else might this be determined?

 

Thanks

Lori

Posted
Ok, I am trying to figure out how to seperate the footer from the main body and I am guessing this is in stylesheet.

 

I noticed header has somewhere around 6 entries like TD.header; TR.header etc etc etc

 

I only noticed footer having two.  One is TD.footer and the other is .footertable directly underneath that.

 

So, I did the logical thing and copied everything that said header then renamed all the copies to footer.  Nothing changed.

 

Where else might this be determined?

 

Thanks

Lori

 

sorry, I have no idea what you are trying to do.

 

have a screenshot so we can understand better?

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
sorry, I have no idea what you are trying to do.

 

have a screenshot so we can understand better?

 

 

Here is my site

 

http://alltheaboveweb.com/catalog/index.php

 

The two main problems on the front page are the footer navbar is short. I want it to look like the header navbar.

 

The text does not stretch over. It acts like there is a column on the right but I removed it.

 

Thanks

Posted

You've removed the info boxes from the right column, but not the code that calls it (the right column) from every root level file.

 

<td width="130" valign="top"><table border="0" width="130" align=right cellspacing="0" cellpadding="0">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

</table></td>

 

You've also messed up the table structure of the root level index.php page, which is why the footer bar is short on that page but renders fine on all others.

 

Vger

Posted
You've removed the info boxes from the right column, but not the code that calls it (the right column) from every root level file.

 

<td width="130" valign="top"><table border="0" width="130" align=right cellspacing="0" cellpadding="0">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

    </table></td>

 

You've also messed up the table structure of the root level index.php page, which is why the footer bar is short on that page but renders fine on all others.

 

Vger

 

Thanks.. Darn contrib.. Didnt even think about that line of code when I was installing that contrib.. now I have to go in and delete all those *sigh* oh joy..

 

I will look at the index.php and hopefully figure out the table thing.

Posted

I would just restore the root level index.php page with an original and start from there.

 

Vger

Posted
I would just restore the root level index.php page with an original and start from there.

 

Vger

 

Ok.. changed everything back and put the back-up index in.. text is still not going as far to the right as I would like.

Archived

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

×
×
  • Create New...