Hello all,
This doesn't seem that it should be terribly difficult to do, but of course it is (for me anyway).
I own a golf site, and I would like to insert the world rankings, which is in an XML format file into an existing html file. I have applied a css file to style the XML.
Here is the file in question, rankings.xml:
http://www.bigputts.org/rankings.xml
Here is the page I would like to insert it into:
http://www.bigputts.org/info.html
I would like to insert the XML below the date, right in between the two horizontal rules.
For completeness sake, here is the css I used to style the xml:
http://www.bigputts.org/rankings.css
I tried using an iframe, but of course, there is the height and width issue with that.
I do NOT want to get into a whole mySQL database thing with this.
It seems like it shouldn't be that complex a thing to do, but maybe it is(?).
Any clues? :?:
Rick