View Single Post
Old 08-14-2007, 11:58 PM   #27 (permalink)
Dan.Linehan
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,894
Dan.Linehan is on a distinguished road
Default

Quote:
Originally Posted by jamestl2 View Post
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:
&nbsp;
<p align="right">
or

Code:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p align="right">
And you'll see what I mean.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Dan.Linehan is offline   Reply With Quote