The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
pop over to www.thebeardedcrew.co.uk
to see what will soon be my lovechild.
I can get the coded form of the pages, and the iframe code is already in there (height, width, scroll definitions etc)
I'll just be changing the text inside the iframes. So if I write more text without changing any of the height/width/scroll options, will the frame just scroll down more or will it just mess up?
So could someone please write the javascripty bit to produce the iFrame please. (please?)
> In the next month or so I'm going to become moderator for a relatively
> small website, and at the moment it uses iframes. I don't know how to
> use iframes, and i would hate to have to redesign the site, it looks
> so cool at the moment. Does anyone know of any resources where I can
> learn iframes?
>
> much appreciated
------------------
General syntax:
Standard attributes:
id, title, class, style
Optional attributes:
src: url of page to show in iframe
height: height of iframe (in pixels or as % of total height)
width: width of iframe (in pixels or as % of total width)
name: name of the iframe - same as the 'name' for other tags
longdesc: url of long description of iframe contents
frameborder: thickness of iframe border in pixels
marginheight: vertical margin size of iframe
marginwidth: horizontal margin size of iframe
scrolling: yes/no/auto - define scrollbars
much appreciated