I'm working on a weatherforecast-presentation, and got a map where i'm gonna place diffrent weathersymbols. What symbols will show is based on a XML-feed from a weather station. The parsing of the feed works just great, but the problem i have is placing the symbols on the map. This is maybe more of a HTML-problem then a PHP-one. I tried using layers combined with PHP to get the right symbol at the coordinate i choose, but what it does is put a shittload of whitespaces in the bottom of the page, and it looks realy ugly. The feed does'nt tell med where the symbol goes, just the name of the place and the weather-parameters, so i need to hardcode the coordinates. Any suggestions on how to solve this fast & simple??