flag is good

That's as close as I can get it... I'm trying to figure how to bump it by one pixel to the right...
 
damo, on the right for some unknown reason, there is extra padding...

Code:
<td align="right">
		 
	</td>

Take that out for starters.
 
Grind said:
damo, on the right for some unknown reason, there is extra padding...

Code:
<td align="right">
		 
	</td>

Take that out for starters.

I'll see if I can find it in the header...
 
Code:
<td align="left"><a href="index.php"><img title="Just Plain Politics!" src="images/misc/flagbkgBKBL.jpg" alt="Just Plain Politics!" border="0"></a></td>
	

##### Take this out ########

<td align="right">
		 

	</td>

##################
 
yup it worked. turns out though that the image is 770 and your forum width is 769.

So maybe just add one more pixel to the overall forum width?

Then you're golden.
 
Grind said:
yup it worked. turns out though that the image is 770 and your forum width is 769.

So maybe just add one more pixel to the overall forum width?

Then you're golden.

I actually changed it to 769 when I was working to figure out the problem...
 
oh and on the blue theme though, the header seems odd because it's just floating ...

but I don't use the blue theme :)
 
Damocles said:
I just took out the extra padding... the "&nbsp"... That appears to have worked.
HTML entity for a blank (non-breaking) space. It will put in one space char in whatever font you're currently working in.
 
Back
Top