Div tags around temperture
-
Hello,
As seen below, the degree numbers do not have a dedicated DIV tag wrapped around them. Can you add this so we can have an easier time styling the plugin? Right now, I have to manually add in a div, and then when i update the plugin my changes are wiped as well.
<td align="center" class="wp_wunderground_mostly-cloudy"><img src="https://icons-ak.wxug.com/i/c/i/mostlycloudy.gif" width="50" height="50" alt="It is forcast to be Mostly Cloudy at 10:00 PM PST on February 04, 2013" style="display:block;" scale="0"><div class="wp_wund_conditions">Mostly Cloudy</div>64°/48°</td>
Something like this would be awesome:
<td align="center" class="wp_wunderground_mostly-cloudy"><img src="https://icons-ak.wxug.com/i/c/i/mostlycloudy.gif" width="50" height="50" alt="It is forcast to be Mostly Cloudy at 10:00 PM PST on February 04, 2013" style="display:block;" scale="0"><div class="wp_wund_conditions">Mostly Cloudy</div><div class="wunderground_digits">64°/48°</div></td>
Also, the image set called “incredible” returns a 404 error. I think the images were deleted off the server.
- The topic ‘Div tags around temperture’ is closed to new replies.