Problem with theme. Gap between main table and top header. Problem with theme. Gap between main table and top header.
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem with theme. Gap between main table and top header.

Started by Reoplex, May 10, 2005, 01:53:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Reoplex

Hey guys,

I've installed coppermine gallery and so far its what i've been looking for. Anyway, for some reason there is a gap between the top header and the main table. BUT this is only a problem with Internet explorer, with Firefox is looks right.

http://www.roaregg.com/gallery

With Firefox, there is no gap, but try it with Internet explorer and you will see a gap. I've tried everything and i cant get it to work right :(

any help is appreciated. Thank you.

Joachim Müller

Both in IE and FF the page looks absolutely the same to me, see attached screenshots.

Tranz


Reoplex

?  Hmm, on the IE example above, i see a very small blue line that seperates the header from the table  ???

Tranz

oh, ok. I was looking for big white space, not a thin blue line. I see what you are saying now.

Reoplex

Yep. I've tried everything i could think of... editing files, moving things around and nothing :( as you can see on my front page roaregg.com. The top header is connected to the content area. So im thinking that it might have something to do with the table in template.html file.

Any suggestions?

Joachim Müller

Try setting the html attribute "cellspacing" for the table, does the trick for me. Replace<table width="709px" height="100%" cellpadding="20" bgcolor="#85CCFC"
style="
margin-left: 48px;
margin-bottom: 15px;
margin-top: -2px;
">
with<table width="709px" height="100%" cellpadding="20" cellspacing="0" bgcolor="#85CCFC"
style="
margin-left: 48px;
margin-bottom: 15px;
margin-top: -2px;
">
I suggest trying to produce "cleaner" code, it's hard to track browser differences with a mish-mash of html attributes (like bgcolor="#85CCFC") and css both external and inline.

Joachim

Reoplex

 >:( I actually took it out because i was having other problems. :-[

I added it again and it worked  :-\\ Sorry for bothering you guys, i should have thought of that :\'(

Thanks. :)