Help!! I`m having difficulty working out how to display my query results in a horizontal table, similar to the one below: My query is this: SELECT MONTHNAME(dive_details_date), YEAR(dive_details_date), COUNT(*) FROM jos_fabrik_formdata_9 WHERE dive_user = '${joomla_user_id}' GROUP BY MONTHNAME(dive_details_date), YEAR(dive_details_date); I would like to display lie this:
sir i think a good way of doing this is putting the Records to a <li> <ul>record 1</ul> <ul>record 2</ul> <ul>record 3</ul> </li> HTML: and set the CSS page and its container.... i think that you will be dealing more on your CSS