Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

White Space


-websalon-

Recommended Posts

Posted

Greetings Everyone,

I have been reading the posts in the forum, and I have found a lot of helpful information. One thing I haven't been able to do, is eliminate the icon and whitespace above the "New Products For March" table. http://isintl.com/aBridalSalonStore

Thank you to all of you!

Regards,

-websalon-

Posted

Go to your root index.php and find around line 385 this code:

<tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>
	</table></td>
  </tr>
  <tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="main"><?php echo tep_customer_greeting(); ?></td>
	  </tr>
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>

and delete all of it--this will take away the standard greeting which you do not use anyway, plus the image and default text that you are also not using--you are still able to add text in the english/index.php file if you like but you dont have to, hope this helps!

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Archived

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

×
×
  • Create New...