I Want to load a Specific Div of an external webpage into a specific Div (No iframe) Of my own website.
for example:
I have a div like this in my own website:
<div id="weather-status"> Weather Status </div>
I have this site too: http://www.timeanddate.com/weather/
and I want to load a table from this site (http://www.timeanddate.com/weather/) into my div (Weather Status)
How Can I Do This?
With the following CSS :