Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Couple of things needing help

Couple of things needing help

Locked

Views: 2,929

Results 21 to 23 of 23
This thread is locked. New replies are disabled.
30 Jun 2008, 4:34 PM
#21
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Couple of things needing help

That can't be the entire file (I hope).

The problem may lie in the navMainSearch area of the file.> <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

<!--<br class="clearBoth" /> --> </div>Sometimes php will take that type of comment and sometimes not. Also, IE sometimes needs the clearboth to "clear its head.

I'd first remove the line completely. If that doesn't work, try it with only the <br class="clearBoth" />.

30 Jun 2008, 4:39 PM
#22
rkayw avatar

rkayw

New Zenner

Join Date:
Jun 2008
Posts:
32
Plugin Contributions:
0

Re: Couple of things needing help

no, that's not the entire file, just what I thought dealt with the header area & that space that I can't get rid of in IE.

I'll try those last suggestions and report back.

30 Jun 2008, 7:38 PM
#23
rkayw avatar

rkayw

New Zenner

Join Date:
Jun 2008
Posts:
32
Plugin Contributions:
0

Re: Couple of things needing help

those suggestions didn't work in IE.