Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove space at breadcrumb

How to remove space at breadcrumb

Locked

Views: 1,624

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
28 Nov 2006, 1:04 PM
#1
vr4indian avatar

vr4indian

Zen Follower

Join Date:
Apr 2006
Posts:
141
Plugin Contributions:
0

How to remove space at breadcrumb

hello friend

i have space between my main page image and breadcum:

i think it is because of 2 unused <h>- can i know from where i can remove it

i attach image so you can get what i mean to say.

website link:

http://maharajaonline.com/shop/index.php

talking about center <TD>


sample view source

<td valign="top"> <!-- bof breadcrumb --> <!-- eof breadcrumb --> <!-- bof upload alerts --> <!-- eof upload alerts --> <div class="centerColumn" id="indexDefault"> <h1 id="indexDefaultHeading"></h1> <h2 class="greeting"></h2> <!-- deprecated - to use uncomment this section --> <!-- deprecated - to use uncomment this section --> <div id="indexDefaultMainContent" class="content"><table vspace="0" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" align="center"><img src="images/collage.jpg" width="578" height="143"> </td> </tr> </table></div>

[email protected]

28 Nov 2006, 2:17 PM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: How to remove space at breadcrumb

THose two blank <h> tags can be found in includes/templates/YOUR TEMPLATE/templates/tpl_index_default.php

Hope that helps!

29 Nov 2006, 4:41 AM
#3
vr4indian avatar

vr4indian

Zen Follower

Join Date:
Apr 2006
Posts:
141
Plugin Contributions:
0

Re: How to remove space at breadcrumb

i remove it but still not diff.

anything else..

29 Nov 2006, 9:14 AM
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: How to remove space at breadcrumb

You have 120 validation errors mostly concerning the table structure you've implemented.

start by correcting those errors and I'm pretty sure a lot of the problems you're experiencing will be corrected.