Karen
|
| Posted: 05/29/2003, 8:37 AM |
|
I am trying to display some data (stored in a label variable) as a table. This data is retrieved in custom codes and stored as session variables since the records will be deleted.
Therefore, in addition to the data, I have to include the tags. And then select the content type as HTML instead of text. And the question is, do I just include the table tags or do I have to start from <html> onwards? Sorry for being ignorant.
TIA!
|
|
|
 |
Hamilton
|
| Posted: 05/30/2003, 5:16 AM |
|
Since the html page contains all the necessary html tags, you only need to include the <table><tr><td></td></tr></table> Tags to accomplish your objective.
|
|
|
 |
Karen
|
| Posted: 05/30/2003, 10:08 PM |
|
Thanks for the info! For some reason it didn't work initially, so I thought I needed some other html tags. And then YES support advised that I redo and regenerate, and then it worked perfectly.
|
|
|
 |
rclayh
|
| Posted: 05/30/2003, 10:51 PM |
|
"Working with Custom Template Blocks" in the help file under programming. This explains how to do what I believe you are trying to do.
|
|
|
 |
|