View Full Version : Linking Wordpress into the index.html (in an iframe)


spadilla
06-07-2005, 04:05 PM
This might be the simplest thing to do, but I just can't figure it out.

My site :- www.habtopia.co.uk (http://www.habtopia.co.uk)

If you take a look on the index page, you can see there is a blank section, There is an Iframe in the middle section, that I want wordpress to be in, the iframe would then display the other pages as they were clicked up, but start as wordpress. I have a link on my navbar to the wordpress also so it could be accessed again.

Do you know the code to include the wordpress directly into that frame at startup, or another way I could get around it?

Thanyou in advance for any time or help that you could give me, thankyou.

Monkey Bizzle
06-07-2005, 05:53 PM
This might be the simplest thing to do...
It is... Just change the src of the iframe to your WP index page... So it would look something like this:

<iframe src="wordpress/index.php" ...>

spadilla
06-07-2005, 06:20 PM
Thankyou, I'm sure I had tried that, but maybe forgot to save it before I uploaded the edited code :blush:, thankyou ever so much :blush: