- Posts: 44
- Thank you received: 0
As a possible solution to my early issue about showing the number of records in a table without displaying the records, I have set up a query which writes the data to a table. A new grid then looks at the table and uses @article to bring back the number of records related to the article id.
This works fine. The only problem I am having is with the horizontal positioning of the table. The table is centred in the frame and I would like it to align with the left of the frame. I have tried various ways to do this but not succeeded. Can you help please?
Please Log in or Create an account to join the conversation.
Hi,
do you have this somewhere online?
Please Log in or Create an account to join the conversation.
Hi Tomaz,
This page shows the table containing the two fields; 'Number of names listed for this unit:' and 97
www.angloboerwar.com/unit-information/dmt/3075-aberdeen-dmt
With thanks
David
Please Log in or Create an account to join the conversation.
Hi you could put something like
div#data_listings41_xb_0 {
float: left;
}
div#data_listings3_tx_1 {
float: left;
}
Please Log in or Create an account to join the conversation.
Thank you. I will try that.
Please Log in or Create an account to join the conversation.