Additions:
//Don't have a confirmed fix for this yet. My current suggestion is below. See if that helps. If that does work or you come across a proven fix, please let me know.//
Also, look into switching to the new banner code: [[http://myspacecivilized.blogspot.com/2007/03/linkable-image-banner.html linkable image banner]]. It's a bit simpler.
Also, look into switching to the new banner code: [[http://myspacecivilized.blogspot.com/2007/03/linkable-image-banner.html linkable image banner]]. It's a bit simpler.
Deletions:
Additions:
How to solve this side-effect? Here's an educated guess. Put this somewhere below the setting above:
Deletions:
Additions:
How to solve this side-effect? An educated guess somewhere below the setting above:
Deletions:
Additions:
The extra gap is obviously a side-effect of some setting having to do with the banner. Most likely, this particular setting:
NOTE { make room for the banner by padding top of profile table }
NOTE { if your banner is getting cut off increase this }
body table table td {padding-top:210px;}
An educated guess:
body table table td.text { padding-top:4px; }
Not able to test myself. Give it try and let me know if it works and, if so, if there are any side-effects.
**i was able to get rid of the space by centering the entire profile but it through off the alignment of the page in IE. heres the full code maybe you can see whats causing that space?**
NOTE { make room for the banner by padding top of profile table }
NOTE { if your banner is getting cut off increase this }
body table table td {padding-top:210px;}
An educated guess:
body table table td.text { padding-top:4px; }
Not able to test myself. Give it try and let me know if it works and, if so, if there are any side-effects.
**i was able to get rid of the space by centering the entire profile but it through off the alignment of the page in IE. heres the full code maybe you can see whats causing that space?**
Deletions:
Note the settings there to control side effects:
DNA { control side effects }
div table table td {padding-top:0px;}
body table table table td {padding-top:4px;}
If I had to guess, I'd guess your missing something like those settings. If you've ruled this out, let me know and I'll look for another fix.
If not, try using the code on the blog.
Tom
that didnt work, im using the version 1.2 stable? i was able to get rid of the space by centering the entire profile but it through off the alignment of the page in IE. heres the full code maybe you can see whats causing that space? (also the banner image is in jpeg incase that makes a difference)