Hello
I have to create a database driven web site for a company so they can update the info without having to go through HTML code. They give me the content in a Microsoft word document.
All I have to do once I create the database is copy the content in the cells and it's done. But(of course there's a "but", some of the content in the document has tables and some are displayed with bullet items and some have images. For example there is a paragraph explaning something, then bellow there is a list of items with bullets or a table. Since it's all part of the same information, I have to put all this in the same cell, right?
Is there a way for Coldfusion to read the data in a cell and it would recognize bullet Items so it would create <OL> <li> tags? Or if its information in tables? Can it recognize it and generate <table> tags for that specific info? I thought of putting the actual tags in the cell itself, but that will be confusing for the user when her reads the info in the database, plus if the user wanted to add a table he would have to put html code in the cells, and, there reason for using a database is so the user doesn`t have to use HTML code.
Is there an alternative to this?
Thanks in advance!
I have to create a database driven web site for a company so they can update the info without having to go through HTML code. They give me the content in a Microsoft word document.
All I have to do once I create the database is copy the content in the cells and it's done. But(of course there's a "but", some of the content in the document has tables and some are displayed with bullet items and some have images. For example there is a paragraph explaning something, then bellow there is a list of items with bullets or a table. Since it's all part of the same information, I have to put all this in the same cell, right?
Is there a way for Coldfusion to read the data in a cell and it would recognize bullet Items so it would create <OL> <li> tags? Or if its information in tables? Can it recognize it and generate <table> tags for that specific info? I thought of putting the actual tags in the cell itself, but that will be confusing for the user when her reads the info in the database, plus if the user wanted to add a table he would have to put html code in the cells, and, there reason for using a database is so the user doesn`t have to use HTML code.
Is there an alternative to this?
Thanks in advance!