Store stylized text on your BD for a news site

Asked

Viewed 56 times

0

I am creating a news and articles site and this site will have a control panel where the Adm will do the CRUD of the news and articles they want to insert on the site.

Well, I would like to know the best way to style this text and store it in the database, would it be saving it in the bank already with the html tags? if yes, could indicate me an easy way to add these tags to the text directly from the Site Control Panel form?

1 answer

0


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

https://www.tinymce.com/download/

WYSIWYG is the acronym of the English expression "what you see is what you get", whose translation refers to something like "what you see is what you get".

Browser other questions tagged

You are not signed in. Login or sign up in order to post.