[PHP] Eliminating space between HR and Image

2003-03-19 Thread Andre Dubuc
Hi,

I've added an animated gif in the banner area of my site, and just above it, 
a horizontal rule to give added emphasis. The problem is, no matter what I 
do, I cannot get rid of an extra space that appears between the two. Is this 
a natural function? Is there some way of eliminating the space?

The code:

?php
. . . .
div class=banner
hr align=left size=8 width=1000 style=background: #9a3e2b;
img src=icr.gif height=100 width=1000
/div
. . .
?

CSS code:

div.banner {
position: absolute;
top: 0px;
left: 1%;
}

I will be grateful for any ideas or advice on how to fix this.
Tia,
Andre

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Eliminating space between HR and Image

2003-03-19 Thread Leif K-Brooks
What the heck does this have to do with PHP?!

Andre Dubuc wrote:

Hi,

I've added an animated gif in the banner area of my site, and just above it, 
a horizontal rule to give added emphasis. The problem is, no matter what I 
do, I cannot get rid of an extra space that appears between the two. Is this 
a natural function? Is there some way of eliminating the space?

The code:

?php
. . . .
div class=banner
hr align=left size=8 width=1000 style=background: #9a3e2b;
img src=icr.gif height=100 width=1000
/div
. . .
?
CSS code:

div.banner {
position: absolute;
top: 0px;
left: 1%;
}
I will be grateful for any ideas or advice on how to fix this.
Tia,
Andre
 

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Eliminating space between HR and Image

2003-03-19 Thread Leif K-Brooks
Maybe so, but all PHP does is output HTML to the browser.  Your question 
had nothing to do with PHP, and should be sent to an HTML list.

Andre Dubuc wrote:

About as much as your 'gentle' answer. Aside from this entry, everything is 
PHP on my site. And sorry I forgot the print .;

 

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.