View Single Post
  #8  
Old 05-22-2008, 12:32 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Removing minicart from home page

Quote:
Originally Posted by jkirkpatrick
Perfect! Thank you!

Now if I can just figure out why I keep getting a big gap between my header and the main part of the page.

Grrrr.

http://www.bellaphotojewelry.com - any ideas why this is happening on the home page?

Thanks,
Jennifer

You spoil file "skin1/customer/home.tpl"




Part of the code of your page: no tags <tr> <td> after tag <table> and etc.

PHP Code:
...............
<
table width="780" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" border="0">
<
br />

<
br />
 
<
br />
<
br />
<
img src="/skin1/images/spacer.gif" width="150" height="1" alt="" />
</
td>
<
td valign="top" width="100%">
............. 
Reply With Quote