How to make a frame in WordPress?

I need to do an update on my website and my webmaster passed AWOL. I am completely unfamiliar with WordPress, and as technically proficient as I like to think about myself, I cannot find how to make a frame on a page that links to another URL. There are several other pages on my site that have similar frames, but the code for these pages looks completely empty. What a trick?

Requirement: The page my_pagemust insert a frame that points to http://mysite.com.

+3
source share
2 answers

In the page or message editor, you need to switch to html taband paste a code like this at the point on the page that should appear: -

<iframe src="http://google.com" name="test" height="120" width="600">You need a Frames Capable browser to view this content.</iframe>

src , , height width .

+4

(WordPress Admin) , - . , .

+1

All Articles