I'm having a problem getting defined text on the same line as a dynamically updated variable. I get this...
Temp: 57.7 F
when I want...
Temp: 57.7 F
The variable is updated with AJAX and I put it in between div tags. I figured out how to put two div tags together with float, but I can't seem to figure this one out. This is my code...