roballen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Combine Table cellsHi Tobias
Sorry for delay, I’ve been away with work.
I tried the suggestion and used the code:
[table_cell id=1 c=3 r=4]
I tried putting the code in a table cell, and also directly to the wordpress page. Unfortunately the code was not interpreted and just showed up as typed.
I did use the code you indicated, and put it into the custom css field.
Any suggestions on what else I could check?
Thanks
RobForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Combine Table cellsHi Tobias
I have found those codes, and they work well.
What I am trying to do present the data in different ways.
Some web pages I would like to show:
Customer Name, Full address, including email and phone all in one cell.
Then elsewhere I would like to show the customer name and just their phone number.
I could of course have the phone number in both its own cell, and also in the address cell but it is duplication of information, and maintenance.
So an example would be:
Columns: Name:(A)Address:(B)Email:(C)Phone:(D)Full
Rows: (1)Rob:home:[email protected]:[tablecell:A1] [tablecell:B1]
Rows: (2)John:home:[email protected]:[tablecell:A2] [tablecell:B2]
Rows: (3)Tom:home:[email protected]:[tablecell:A3] [tablecell:B3]etc.
Thanks
Rob