Store stylized text for a news site [closed]

0

I am creating a news and articles website and this site will have a control panel where the adm will do the CRUD of the news and articles that they want to insert in the site.

Well, I would like to know the best way to stylize this text and store it in the database, would it save it in the database already with the html tags? if so, could you tell me an easy way to add these tags to the text directly from the Site Control Panel form?

    
asked by anonymous 10.04.2018 / 17:27

1 answer

0

What you need is a Wysiwyg editor. There are several free or open source publishers. One of the best known is TinyMCE, which you can download at:

link

WYSIWYG is the acronym for "what you see is what you get", which translates to something like "what you see is what you get."

    
10.04.2018 / 17:53