gogobrent
03-14-2005, 07:46 AM
Hi,
I want the Iframe next(left) to the stuff thatīs in the <CENTER>
So I thougt just put the Iframe out fo the <CENTER> </CENTER>
But now the Iframe is a the right place but all the stuff that was in the <CENTER> </CENTER> is below the Iframe but it has to be next to it.
<html>
<HEAD>
<TITLE> some title</TITLE>
</HEAD>
<BODY>
<IFRAME width='180' height='530' src='http://some-link.com' frameborder=0></IFRAME>
<CENTER>
<B>some txtB> <BR>
<IMG SRC="http://image.jpg" ><BR>
</CENTER>
</BODY>
</HTML>
How do I do that??
Thanks in advance:)
I want the Iframe next(left) to the stuff thatīs in the <CENTER>
So I thougt just put the Iframe out fo the <CENTER> </CENTER>
But now the Iframe is a the right place but all the stuff that was in the <CENTER> </CENTER> is below the Iframe but it has to be next to it.
<html>
<HEAD>
<TITLE> some title</TITLE>
</HEAD>
<BODY>
<IFRAME width='180' height='530' src='http://some-link.com' frameborder=0></IFRAME>
<CENTER>
<B>some txtB> <BR>
<IMG SRC="http://image.jpg" ><BR>
</CENTER>
</BODY>
</HTML>
How do I do that??
Thanks in advance:)