I’m trying to understand how to format the output of a php file.
The page pulls out the fields of a record and displays them in a simple line by line output on the page.
an example is like this:
company name
company adddress
phone
I am trying to understand how to put this info into a table like display where I can control the size, color and spacing of the results. for example, something like this:
Company Name Company Address
Company Phone
|Other details
I have been reading about css but am honestly so overloaded with information, I am at a loss.
I am using wordpress and then a plugin called Participants Database to gather and display company profiles.