I need to display tide times on my website, however the only service to offer them in the UK in any decent form is www.tidetimes.org.
They offer a widget which runs a pretty standard Javascript (hosted on their site) to generate the tide times on your own site using document.write but I need to change the style. How would I achieve this?
Here's the link to the actual widget script and I'm trying to set it up for Bovisand Pier:
http://www.tidetimes.org.uk/widgets
And the actual javascript file: http://www.tidetimes.org.uk/bovisand-pier-tide-times.js
I downloaded, edited and hosted the file locally, but I presume tidetimes.org edit the js file daily for the new times.