PDA

View Full Version : Iframe locations


asian42die4
03-11-2003, 07:23 AM
Is there any way to put an iframe to a selected place in the page...that is not in the centre left or right...?
or should i use DIV's?

cg9com
03-11-2003, 02:26 PM
i assume you can just use anchor names and give a section of your page a name: <a name="blah">
then have the iframe load the page at the specific section.
<iframe src="hello.html#blah">
i think thats how it works ;)

pb&j
03-11-2003, 02:39 PM
try putting into a div then positioning that with css.

Quiet Storm
03-11-2003, 07:32 PM
Originally posted by pb&j
try putting into a div then positioning that with css.

I agree. :)