When importing an array of data from a database (i'm using php/mysql), how do I go about styling this information with css? I'm assuming I add html tags to each separate piece of data from the array? but if so at which stage would I assign these tags?
I'm a bit new to php but am ok with css and xhtml.
At the moment my array contains:
Business_Name | Address | Tel | Service | Url | Email | Recommendations | Image_Url
Any help would be much appreciated.
Edit: A picture paints a thousand words :0)
