how do i add an iframe ?

  • Sohaib
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 07, 2004
  • Posts: 327
  • Loc: Las Vegas
  • Status: Offline

Post September 20th, 2004, 2:46 am

How do i add an iframe, so i can open web pages in index content area
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 20th, 2004, 2:46 am

  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2206
  • Loc: Canada
  • Status: Offline

Post September 20th, 2004, 7:46 am

Code: [ Download ] [ Select ]
<iframe src="page.html"></iframe>

their are also other attributes you can add to it, such as height, width, borders, etc
  • Abelius
  • Proficient
  • Proficient
  • User avatar
  • Joined: Sep 17, 2004
  • Posts: 260
  • Loc: Miami Beach, FL, USA
  • Status: Offline

Post September 20th, 2004, 11:47 am

Also:

If you need to link something to the container page use "parent." :)
Cordially,
Abel K - Miami Beach, FL, USA
http://www.worldkit.com
  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2206
  • Loc: Canada
  • Status: Offline

Post September 20th, 2004, 6:10 pm

oh crap i almost forgot the most important part:
Quote:
<iframe src="page.html" name="iframe"></iframe>


then on the main site when you want to load something into the iframe, use the tag:
Code: [ Download ] [ Select ]
<a href="blah.html" target="iframe">link</a>
  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 443
  • Loc: Hells Gate
  • Status: Offline

Post September 20th, 2004, 10:03 pm

Code: [ Download ] [ Select ]
<iframe src="page.html" width="XX" height="XX"></iframe>
  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2206
  • Loc: Canada
  • Status: Offline

Post September 20th, 2004, 10:26 pm

i do believe thats already been established :)
  • bluedragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 31, 2003
  • Posts: 443
  • Loc: Hells Gate
  • Status: Offline

Post September 20th, 2004, 10:26 pm

Just my 2 cents.
  • eslie
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 23, 2004
  • Posts: 21
  • Status: Offline

Post September 23rd, 2004, 10:15 pm

try this <iframe name="banner" scrolling="no" noresize target="contents">

Post Information

  • Total Posts in this topic: 8 posts
  • Users browsing this forum: poly and 165 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2010 Unmelted, LLC. Driven by phpBB © 2010 phpBB Group.