Hi title says it all, I need help with iFrames,
what are they how do you put them in images, whats the code! please help!
Thanks!

Hi title says it all, I need help with iFrames,
what are they how do you put them in images, whats the code! please help!
Thanks!
Incase you cannot read my signature properly, my user name on runescape is Scriptermone.
*Image Removed*
*Image Removed*
*Image Removed*
Signature edited by Agesilaus (Forum Super Moderator): Please do not have signature images that go over the total height size allowed for your user group.
<iframe src=page.html width=100 height=100 frameborder=0 scrolling=yes></iframe>
That's the code![]()
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
ok thanks+rep
Incase you cannot read my signature properly, my user name on runescape is Scriptermone.
*Image Removed*
*Image Removed*
*Image Removed*
Signature edited by Agesilaus (Forum Super Moderator): Please do not have signature images that go over the total height size allowed for your user group.
but lomen it needs codingas in slice it to remove what not needed, to add iframe code
![]()
iFrames are basically a simple way of inserting a document onto your page, as an alternitive to a php include function.
Thier basic function is to create a frame inline with the page itself, you will have seen it on many sites, all the old versions of mine had one.
As ross said the code for an iFrame is:
<iframe src="page.html" width=100 height="100" frameborder="0" scrolling="yes"</iframe>
I see you ask how to put an iFrame onto an image. In actual fact this is a extremely hard task to accomplish, even i have difficulty doing it :p however there are alternitives to sliceing for example you can use div layers which are not quite as reliable however, they do work
iFrames are however somthing which i do not recomend the use of. If someone searches your site on google or returns to a page they have already visited they will not see the navigation etc, only the page which was inside the iFrame.
Hope this helps, good luck!![]()
Want to hide these adverts? Register an account for free!