Quote:
Originally Posted by jamestl2 Yeah, I know, it was the only way I could get the header ads (which is what it is applied to) in the middle where I wanted it, couldn't hide it right away, didn't think it's (barely) visiblilty would have a drastic effect. |
It's being displayed, meaning its not within a HTML tag. So it's not "applied" to anything, its just taking up a certain amount of space. 15 chars of space to be exact.
Try replacing
Code:
valign="middle"
<p align="right">
with
Code:
<p align="right">
or
Code:
<p align="right">
And you'll see what I mean.