This has been bugging me for two days and I can not fond any reference materials. I am attempting to output a table structure to a cfml file using the following CGI command: print FILENAME "Yadda, yadda\n"; it looks like this in the code: print NEWFILE "<tr>\n"; print NEWFILE " <td align=\"left\"><b>Subject</b></td>\n"; print NEWFILE " <td align=\"center\"><b>:</b></td>\n"; print NEWFILE " <td><input type=text name=\"subject\"value=\"$subject\" size=50></td>\n"; print NEWFILE "</tr>\n"; I keep getting a bareword error. This is probably so simple I am overlooking the answer, but I am to frustrated to figure it out. My only thought is that tr or td is a reserved word? Thanks for ANY help, Kevin Queen ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

