48
<cftable query = "GetEmployees" startRow = "1" colSpacing = "3"
<!--- each cfcol tag sets the width of a column in the table,
as well as specifying the header information and the text/CFML
with which to fill the cell --->
</cftable>
</body>
</html>
HTMLTable>
<cfcol header = "<B>ID</B>"
align = "Left"
width = 2
text
= "#Emp_ID#">
<cfcol header = "<B>Name/Email</B>"
align = "Left"
width = 15
text
= "<a href = 'mailto:#Email#'>#FirstName# #LastName#</A>">
<cfcol header = "<B>Phone Number</B>"
align = "Center"
width = 15
text
= "#Phone#">
Chapter 2 ColdFusion Tags
Need help?
Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?