I want to build a web interface using ASP so that daily columnists on my site can type their stories in a web-based form and submit them to a database. I already know how to solve this part of the development process.
I'm confused on formatting the stories when they appear. I would like them to be formatted into a dynamic table. That is, the table would be like 4 columns across and one row tall. When the first column of the table gets filled up, the story would continue in the next column, and so on.
Anyone have an efficient solution to this?
I'm confused on formatting the stories when they appear. I would like them to be formatted into a dynamic table. That is, the table would be like 4 columns across and one row tall. When the first column of the table gets filled up, the story would continue in the next column, and so on.
Anyone have an efficient solution to this?