Thread: iFrames
View Single Post
  #3 (permalink)  
Old 03-08-06, 10:40 AM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Just like coolmark18 said create a iFrame like
Code:
<iframe src="home.html" name="iframenamehere" allowtransparency="true" height="340" width="530"></iframe>
then to link to the iframe use
Code:
<a href="http://thelike.com" target="iframenamehere">the text</a>
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote