lance667 Posted September 17, 2002 Posted September 17, 2002 I have created a table that displays a row for each record. It works fine execpt that it creates a blank row with a ">" symbol in it for each record it displays. So if I have 9 records in my table, it begins with 9 rows of ">", then displays the 9 records properly. Here is my code: [FMP-Record] <tr> <td valign="top" width="105" height="124"> <p>[FMP-Field: First Name]</p> </td> <td valign="top" width="137"> <p><img src="image/[FMP-Field: websitetphototitle1].jpg" width="94" height="90"></p> </td> <td valign="top"> <p>[FMP-Field: Biography] </p> <a href="FMPro?token=118&-db=digital assets.fp5&-Lay=searchlayout&-format=searchresults.htm&subject=[FMP-Field: Subject]&-Find"> View a list of clips featuring this subject</a> </p> </td> <td valign="top">[FMP-Field: Diagnosis]</td> <td valign="top">[FMP-Field: Age at shoot]</td> <td width="99" valign="top"> <p>[FMP-Field: Ethnicity]</p> <p>[FMP-Field: Subject]</p> </td> < </tr> <tr> <td width="105" height="2"></td> <td width="137"></td> <td></td> <td></td> <td></td> <td width="99"></td> </tr> <tr> <td height="3" width="105"></td> <td width="137"></td> <td><img height="1" width="322" src="/spacer.gif"></td> <td></td> <td></td> <td width="99"></td> </tr> [/FMP-Record]
Garry Claridge Posted September 18, 2002 Posted September 18, 2002 Here it is: <p>[FMP-Field: Subject]</p> </td> < </tr> <tr> <td width="105" height="2"></td> <td width="137"></td> All the best. Garry
Recommended Posts
This topic is 8441 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now