• I installed the weather plugin wonderfully… however I have been racking my brains trying to get each call to show itself on one line…
    eg…
    this is how it shows:
    Temperature:
    89.1?°F (31.7?°C)
    Heat index:
    101?°F (38?°C)
    Relative humidity:
    43.6%
    Conditions:
    partly cloudy
    reported: 18:54 UTC on 2004/07/07
    this is how i’d like it to show:
    Temperature: 89.1?°F (31.7?°C)
    Heat index: 101?°F (38?°C)
    Relative humidity: 43.6%
    Conditions: partly cloudy
    reported: 18:54 UTC on 2004/07/07
    is this even possible?
    thanks,
    mat

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think this one is the “other” weather plugin, instead of br’s you might try wrapping in li’s and display inline.

    Thread Starter piginzen

    (@piginzen)

    I just emailed the writer of the plugin and came up with this:
    <div id="weather">
    <center><b>DC Weather</b><br><br></center>
    <?php get_weather ($weatherargs = 'KDCA,temp-fc,,'); ?><br/>
    <?php get_weather ($weatherargs = 'KDCA,heat-index-fc,,'); ?><br/>
    <?php get_weather ($weatherargs = 'KDCA,rel-hum,,'); ?><br/>
    <?php get_weather ($weatherargs = 'KDCA,activity,,'); ?><br/>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘weather plugin’ is closed to new replies.