max99 Established Member โ 15 โ Impact 0 Apr 24, 2006 664 views 6 replies #1 I have a collection of iframes and i want them intergrated into a nice template, has anyone done this before or could help or do this for me. Thanks Max
I have a collection of iframes and i want them intergrated into a nice template, has anyone done this before or could help or do this for me. Thanks Max
Razvan ExclusiveEstablished Member โ 15 โ Impact 20 Apr 24, 2006 #2 you can learn about iframes here : http://www.w3schools.com/tags/tag_iframe.asp
J Joe VIP Member VIP โ 20 โ Impact 48 Apr 25, 2006 #4 i suggest you use a table and in that table put: <?php include ("page.php") ?> much better, because iframes aren't compatible in all browsers Joe
i suggest you use a table and in that table put: <?php include ("page.php") ?> much better, because iframes aren't compatible in all browsers Joe
Epic VIP Member VIP โ 20 โ Impact 87 Apr 25, 2006 #5 iFrams screw up a lot too, and don't look right across all browsers
K Kadenz Resistance is FutileEstablished Member โ 15 โ Impact 29 Apr 25, 2006 #6 I never use iFrames since I learned PHP, include() is so much better, no annoying extra scrollbars and borders.
I never use iFrames since I learned PHP, include() is so much better, no annoying extra scrollbars and borders.
W wvccboy Account Closed Impact 3 Apr 27, 2006 #7 Yeah use include()... iFrames never look nice really