PDA

View Full Version : flag is good



BRUTALITOPS
07-29-2006, 09:39 AM
I like the flag header.

BRUTALITOPS
07-29-2006, 09:40 AM
looks like it needs to be bumped over a few pixels though.

Damocles
07-29-2006, 09:57 AM
That's as close as I can get it... I'm trying to figure how to bump it by one pixel to the right...

BRUTALITOPS
07-29-2006, 10:10 AM
damo, on the right for some unknown reason, there is extra padding...




<td align="right">
&nbsp;
</td>


Take that out for starters.

Damocles
07-29-2006, 10:12 AM
damo, on the right for some unknown reason, there is extra padding...




<td align="right">
&nbsp;
</td>


Take that out for starters.

I'll see if I can find it in the header...

BRUTALITOPS
07-29-2006, 10:13 AM
<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">
&nbsp;

</td>

##################

Damocles
07-29-2006, 10:16 AM
I just took out the extra padding... the "&nbsp"... That appears to have worked.

BRUTALITOPS
07-29-2006, 10:18 AM
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.

Damocles
07-29-2006, 10:21 AM
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...

BRUTALITOPS
07-29-2006, 10:21 AM
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
07-29-2006, 10:23 AM
oh and on the blue theme though, the header seems odd because it's just floating ...

but I don't use the blue theme :)

I like if floating around there...

OrnotBitwise
07-29-2006, 11:58 AM
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.