Orionsbelter Posted May 9, 2009 Share Posted May 9, 2009 i have a border around an iframe and i don't like it how do i get rid of it? <iframe src="home.php" width="80%" height="80%"></iframe> thanks Link to comment https://forums.phpfreaks.com/topic/157529-how-do-i-get-rid-of-a-border-on-a-iframe/ Share on other sites More sharing options...
brodwilkinson Posted May 9, 2009 Share Posted May 9, 2009 are you sure the border isnt in the home.php? Link to comment https://forums.phpfreaks.com/topic/157529-how-do-i-get-rid-of-a-border-on-a-iframe/#findComment-830550 Share on other sites More sharing options...
Orionsbelter Posted May 9, 2009 Author Share Posted May 9, 2009 there isn't any content in the home.php yet. Link to comment https://forums.phpfreaks.com/topic/157529-how-do-i-get-rid-of-a-border-on-a-iframe/#findComment-830551 Share on other sites More sharing options...
gevans Posted May 9, 2009 Share Posted May 9, 2009 This is a php forum, not html, or css but here it is; <iframe src="home.php" width="80%" height="80%" style="border: 0;"></iframe> Link to comment https://forums.phpfreaks.com/topic/157529-how-do-i-get-rid-of-a-border-on-a-iframe/#findComment-830557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.