Would it be possible to host some Html code (just a simple image with link etc) on a website Eg Arsenal News and then for you to somehow implement this Html on various websites using the url and whenever you change the code on the url it will automatically change on the websites it's implemented on
Asked
Active
Viewed 118 times
-2
-
1Sounds like ` – Roland Starke Mar 20 '16 at 01:59
-
@RolandStarke Well, an iframe won't update itself. – Mar 20 '16 at 02:49
2 Answers
0
If I understand correctly, you mean: External links. You can of course have a site, where links point to external resources hosted anywhere.

Poul Bak
- 10,450
- 5
- 32
- 57
-
No, I don't think you understand correctly. He seems to want to embed HTML content. – Mar 20 '16 at 02:50
0
As long as the location of the hosted page being linked to (www.example.com/code.html) does not change then the links will serve up the most current contents of that hosted page (barring a few caching scenarios), regardless of how many edits are made to the HTML contents of the code.html file itself.
If you're looking to embedded an external page's content into your page, then you'd be best to learn more about the <iframe>
tag. Try http://www.w3schools.com/tags/tag_iframe.asp as a starting point.

Cale W. Vernon
- 139
- 5