ok I keep getting an alignment error on my theme it happens in both IE and FF
code for it is
<table class="bodyarea" width="100%"><tr><td class="left" width="7"> </td><td>';
}
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo '
</td><td class="right" width="7"> </td></tr></table>';
ith appens when the header and the body connect ive tried padding and all but nothing
also the error image is an attachment in this post
all help is appreciated
Why not have the border as a background image on the table?
Because it's probably fluid. Sloopz, that looks padding or margin related. Make sure it's not something in the bodyarea selector that's doin' it. Also, why not have the width="7" in the css instead?
thanks guys but i got it :)