0

I would like to target a specific part of a page to show in an iFrame. I know that this is possible as I found a solution for some while ago, but I lost the link and can't seem to find it on google anymore.

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Petrus
  • 1
  • 3

1 Answers1

2

If the part of the page contains a link with a name you can do

<iframe src="page.html#link_name"></iframe>

If the page doesn't have links like these you can scroll the iframe

Community
  • 1
  • 1
BrunoLM
  • 97,872
  • 84
  • 296
  • 452