> The problem is that this content needs formatting and
I've heard that it's
> not the best practice to put html into a database.
The idea is to separate presentation from data as best as you
(practically)
can.
If all 4,500 will be styled the same, then this is easy. If
each of the
4,500 need separate style formatting, then, yea, you'll just
want to store
the HTML in with the data itself as a TEXT field.
You definitely would be better off with one HTML page calling
one of 4,500
records rather than 4,500 individual static web pages.
-Darrel