Could someone please tell me what the easiest way to link to external text on a site. I have tried I-frames, but the background is white. If you could tell me how to make teh background of it transparent, that would be great.
And also, i need something where the text in the contents bar text is linked to, adn tehn when you click on a link, it just changes what file the text in page is linking to.
Hope that made sense.
Any help would be appreciated,
James
Linking to external text?
Moderator: General Moderators
Re: Linking to external text?
You cant. Getting the page like that also imports that page's definitions (styles, tags etc.) You could use php and fopen() to get the contents, remove the definitions, and then display it.james_isaac wrote:Could someone please tell me what the easiest way to link to external text on a site. I have tried I-frames, but the background is white. If you could tell me how to make teh background of it transparent, that would be great.
Interesting reading: http://www.xs4all.nl/~ppk/js/iframe.html ?And also, i need something where the text in the contents bar text is linked to, adn tehn when you click on a link, it just changes what file the text in page is linking to.