Forum Moderators: not2easy
I'm starting to put articles I've wrote in a database for publishing them.
The articles are using html with very basic tags like bold, italics, lists and hyperlinks. I this way I can easly display them in my pages already formated, however, I wonder if this is the correct way.
I've seen forums sites that allows formating use a pseudo-html markup using brakets instead of less-than/greater-then signs. But I guess, in that case I would need to do some programming to recode that to html in order to display them.
Any idea?
So, if the primary purpose/use of the data will be web page display, store it that way. If you never need to use it any other way, you are a step ahead. If you need to get rid of or change the markup THEN you can use a server-side technology to do so.
Your gut instinct is correct here, fischermx -- go with it.