Hello,

Can someone point me in the write direction, I am trying to take a webpage and embed it in my Drupal website using the "Page" Content type.

I have have done several search regarding iframes, tried the examples, but I only see code. I have tried to adjust the "Format Types" but have had no luck.

I also have tinyMCE and have tried using the "Edit HTML Source" tool but no luck.

I have a custom theme and have read that the CSS file may cause issue like what I am experiencing.

My website is http://www.thedivineguild.com

The Page I am trying to embed (iframe, wrapper, echo, not sure the technique) in a page that I will add to the menu is located at http://www.thedivineguild.com/sk_list/

Thank you in advance,

Patrick

Comments

bomarmonk’s picture

This might not be the most beautiful solution, but it worked for me. Make sure your input format is set to PHP code and then enter this into the body of your node (with tinymce, select view source/code first and then enter the code). Adjust the height and width to suit your needs:

<iframe src="http://www.yoursite.com" Frameborder=0 height="600px" width="100%">
</iframe>
MConway1’s picture

I had tried other iframe configs but they never worked, that worked.

Thank You!

gplaxico’s picture

just wanted to thank your for this tip. Really helped out. I have a small app that takes some input and then churns out some calculations and spits out the numbers, code is python so I built the forms in django, fits in nicely with iframe.
Is there a module that does this sort of thing: manage a website within the framework of the drupal cms?

Sam308’s picture

Patrick:

I just want to say your website's theme is awsome and totally cool (http://www.thedivineguild.com).

The artwork is fantastic.

What theme did you uses as a base template to make your theme?

Was it the Googy theme or did your create it from scratch?

Sam Raheb (Sam308)

MConway1’s picture

It's a purchased theme I found on the internet. I had to fix some of the CSS as it seemed to have problems but it is a nice theme. It cost $29.00 as I recall. Serach Google for "Drupal World of Warcraft Theme"