Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Dynamic Table

New Here ,
Oct 20, 2006 Oct 20, 2006

Copy link to clipboard

Copied

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!
TOPICS
Server side applications

Views

184
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 20, 2006 Oct 20, 2006

Copy link to clipboard

Copied

LATEST
Eiolon wrote:
> Is there a way to configure DW to do this? Thanks!

Yes. Create a table, div or any other structure for the layout that you
want for a single record, select it, and apply the repeat region server
behavior. Most examples just show repeat region applied to a table row,
but they can be applied to any HTML structure.

--
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines