Almost ALL of my sites now let the owners change text on almost any page.
I store just about all of the content in a database, and have an
administrative interface where the owner can change the text on each page.
This is password protected.
My graphics designer now lays out the pages with style sheets, using dummy
text in the database... then someone else goes in and fills in the text,
then we show the client how to go and change the text.
We are playing with using this for multilingual sites now... a
translator would only have to fill out a form - see the english at the top
of the page, and fill in a form at the bottom with the translated version.
One tip - I always use replace to replace the ' character with ~~~,
right before inserting it into a database, since it messes up the sql
querry. When I display the text from the database, I replace ~~~ with '
Al Musella
a1webs.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.