Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cellspacing on main text area


morrow95

Recommended Posts

Alright, I want to give the main text area a cellspace of 15 pixels. I went through and did this on all the necessary pages. The result can be seen here -> http://www.petuning.com/store/about_us.php.

 

For some reason my index and the subcategory pages, however, do not have the correct spacing. Examples are http://www.petuning.com/store/index.php and http://www.petuning.com/store/index.php?cPath=3_13.

 

I just don't understand why these two parts of the site are not getting the correct spacing as I entered in the same spots as the others. Here is an excerpt of the code I put into the pages :

 

<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="15" cellpadding="0">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>
	</table></td>

and so on...

 

If anyone has run into this problem and could let me know what's going on I would appreciate it. I have looked around in the code, but just don't understand why my cellspace on these pages only is being ignored.

 

Also, please disregard the look of the site as it is not nearly finished... one step at a time then cosmetics afterwards... :thumbsup:

Link to comment
Share on other sites

Alright, I want to give the main text area a cellspace of 15 pixels. I went through and did this on all the necessary pages. The result can be seen here -> http://www.petuning.com/store/about_us.php.

 

For some reason my index and the subcategory pages, however, do not have the correct spacing. Examples are http://www.petuning.com/store/index.php and http://www.petuning.com/store/index.php?cPath=3_13.

 

I just don't understand why these two parts of the site are not getting the correct spacing as I entered in the same spots as the others. Here is an excerpt of the code I put into the pages :

 

<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="15" cellpadding="0">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>
	</table></td>

and so on...

 

If anyone has run into this problem and could let me know what's going on I would appreciate it. I have looked around in the code, but just don't understand why my cellspace on these pages only is being ignored.

 

Also, please disregard the look of the site as it is not nearly finished... one step at a time then cosmetics afterwards... :thumbsup:

 

WOW, nevermind - soon as I got done posting I came across what I wasn't looking at before...

:P

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...