|
Posted by Andy Dingley on 07/27/06 16:37
cal08755 wrote:
> Hi....I need to <iframe> in a part of an outside site in....but the
> problem is, I do not want the header of their site, but what is
> below...is there a way to specify to bring the page down to just frame
> in that particular part of the page?
It's crude, but try targetting the <iframe src="..." > attribute with a
URL that includes a fragment ("#" and afterwards), e.g.
src="http://example.org/index.html#the-data"
Navigation:
[Reply to this message]
|