I was wondering if there was a way to put all of my links (www.home.com, www.bbc.com etc) in a seperate file and then call to it from html?
i'm sure i have done this many years ago, but i cant remember how to do it.
so for example.... in my html file i would have something like (.... <a href = "#homelink">home</a>) and then full the actual url information from a seperat file called "link info". i jus twant to keep all my links in a seperate file so i can update them easily.