by sheryl weinberger
Apr 17, 2013
Hello,
I am looking for help embedding my ning network Singles Travel Club into my website Best Single Travel. I have just added a wordpress blog to my website. I read something about iframes but I am not sure
Can anyone help?
Thanks,
Sheryl
Hi Sheryl,
I'm not sure how you create a new page on your regular site. But, to use an iframe to frame a site you will use code something like this:
<div align="center"><iframe width="955" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>
Hope that helps,
Jen
Apr 18, 2013
To add the iframe with full width of your regular site, try this:
<div align="center"><iframe width="100%" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>
Cancel
JenSocial
Hi Sheryl,
I'm not sure how you create a new page on your regular site. But, to use an iframe to frame a site you will use code something like this:
<div align="center"><iframe width="955" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>
Hope that helps,
Jen
Apr 18, 2013
JenSocial
To add the iframe with full width of your regular site, try this:
<div align="center"><iframe width="100%" height="1200" src="http://singlestravelandevents.com/" frameborder="0" scrolling="auto"></iframe></div>
Apr 18, 2013