Quote:
Originally Posted by Mum
I am wanting to get a page from elsewhere and insert it so it looks like it's on my site (the other page is also mine ie hosted on the same please) how can i do this?
--------------- Added 14 May 2008 at 15:55 ---------------
I want to keep the html of that page seperate as it's updated automatically, so it means every day a few times a day i'd be manually copying and pasting the html into the template. How can i just CALL the html from the other page? ie open up the other page inside it?
|
So
tickers, I see, is actually
tickers/index.php and not an HTML page. Well, there are more intricate solutions I'm sure, but one way I've done this is using an iFrame to display the content as if it were one page.
Just follow the instructions as stated, and then in the HTML area add:
<iframe src="tickers/index.php" height="xx" width="xx" frameborder="0"></iframe> And, of course, you can adjust things as you like, and you'd never have to change the template again other then for tweaking and getting the style just right, and it will look like one integrated page. There's a also a really good script on Dynamic Drive for creating an iFrame that resizes based on the content of the frame, in case you have really dynamic content that would need that. You can save the page as
tickets.php and it won't conflict with
/tickers/