Question
Dynamic Table
I am using DW8, PHP and MySQL.
When I create a dynamic table everything is outputted in a list format:
Firstname Lastname Age
John Smith 12
Jane Doe 20
I want it to out put in a block format:
Firstname: John
Lastname: Doe
Age: 12
Firstname: Jane
Lastname: Doe
Age: 20
Is there a way to configure DW to do this? Thanks!
When I create a dynamic table everything is outputted in a list format:
Firstname Lastname Age
John Smith 12
Jane Doe 20
I want it to out put in a block format:
Firstname: John
Lastname: Doe
Age: 12
Firstname: Jane
Lastname: Doe
Age: 20
Is there a way to configure DW to do this? Thanks!
