April 23, 200124 yr Good Day All I am trying to create a 2 column table showing different records in each cell. When I use the [fmp-record] and the [fmp-field] tags, it gives me the same record in each cell. Any suggestions Thanx Rob
April 24, 200124 yr The FMP-table option is Home Page 3 easily makes records appear in rows in a table, but there is no easy way to make records appear in madjacent columns. Other people have had success with calculation fields that generate the necessry <TR> and <TD> tags.
April 25, 200124 yr well if you are trying to do what i think you are trying to do. i may have a solution, but it is a javascript solution and there for will not work if the user turns off javascript or is using a non javascript enabled browser. what the code i have does is take a list of records that would look like this ..1.. ..2.. ..3.. ..4.. ..5.. ..6.. and make them look like this ..1.. ..2.. ..3.. ..4.. ..5.. ..6.. if that is what you want i will look for the code. i know i put it around here somewhere..
April 25, 200124 yr quote: Originally posted by bman: well if you are trying to do what i think you are trying to do. i may have a solution, but it is a javascript solution and there for will not work if the user turns off javascript or is using a non javascript enabled browser. You can redirect user without JS to other page with-not-so-nice functionality....
Create an account or sign in to comment