Hi Guys
I am having a lot of trouble displaying a loop in a grid in a horizontal line. I am looping weather information for 5 days and can only get it to display vertically...
I have found many topics in this forum with similar issues but can not get css to work how I want. I have tried a class using:
.InlineWx { 
     float: left; 
 }
OR
.InlineWx { 
     display: inline-block; 
 }
Neither are doing the job and I still get the same vertical display. I have tried applying the class InlineWx to both the grid that holds the label and the label itself.
Please help.........
 
  
  
  
 