Feb 19, 2004 #1 cyberprof Programmer Joined Jun 10, 2003 Messages 229 Location GB Is there anyway of getting rid of the 3d border that appears around an iframe by default. Cheers J
Feb 19, 2004 #2 Vragabond Programmer Joined Jul 23, 2003 Messages 5,100 Location AT Code: <iframe src="[URL unfurl="true"]http://www.google.com"[/URL] frameborder="0"></iframe> Should do it. Hope it helps. Upvote 0 Downvote
Code: <iframe src="[URL unfurl="true"]http://www.google.com"[/URL] frameborder="0"></iframe> Should do it. Hope it helps.
Feb 19, 2004 Thread starter #3 cyberprof Programmer Joined Jun 10, 2003 Messages 229 Location GB Cheers, same as normal frames. Upvote 0 Downvote