Rina725
03-01-2003, 11:56 PM
i'm trying to but nothing works. ne1 how to? thanx:)
|
View Full Version : is it possible to position iframes? Rina725 03-01-2003, 11:56 PM i'm trying to but nothing works. ne1 how to? thanx:) starlet 03-02-2003, 12:05 AM You could either use DIVs eg... <div style="position: absolute; left: 300px; top: 20px;"> <iframe src="Inline.html" width="102" height="115" border="0" frameborder="0"></iframe></div> or absolute positioning eg <iframe src="Inline.html" width="102" height="115" border="0" frameborder="0" style="position:absolute; top:75; left:200;"></iframe> Rina725 03-02-2003, 03:27 PM thanx:):) |