Hi I would like to ask you if there is any way to get a CSS element from a website? Getting the HTML code or saving the website to your desktop is easy but when there are some other elements of the website which are updated often (ex. weather forecasts) there comes the problem because the downloaded website is static. I would like to get the weather forecasts of this website: http://tocka.com.mk/ Thank you! *I know there are plenty of website offering weather gadgets but I am interested in this one so please stay on the topic!
Instead of putting the html on desktop, you just need to upload it to a server and the gadgets that are in the site should work.
If you need to get the CSS Element, Install Firebug, Right click on the element-> Inspect element and view the CSS Properties.