Displaying records [FMP-RANGESTART] through [FMP-RANGEEND] of [FMP-CURRENTFOUNDCOUNT] records found. ([FMP-RANGESIZE] records displayed).


The CDML is the only new thing in this file. An image in HTML can have it's size set. Double click on the green dot to see. In this file we are setting the width of a small image (called line.jpg) to reflect the field value in the "NUM" field. So the length of the image should change with the value. The syntax can be seen by double-clicking the CDML tag. It is simply the HTML IMG tag with an FMP-Field tag inside it.

<IMG SRC=line.jpg WIDTH=[FMP-Field:NUM] HEIGHT=9>

[FMP-RECORD] [/FMP-RECORD]

[FMP-FIELD: gene]:


[FMP-LINKPREVIOUS] Previous page of records. [/FMP-LINKPREVIOUS] [FMP-LINKNEXT] Next page of records. [/FMP-LINKNEXT]