I recommend learning HTML. It's a very basic markup language.
Most developers do not use a editor they write HTML markup and use a browser to check the format/layout. The reasoning is you need to check all the major browser anyway and using an editor creates extra work.
There are tons HTML resources and W3Schools is very good.
Participant
753 Points
2406 Posts
Any quick text html style editor ?
Jun 16, 2019 10:25 AM|hkbeer|LINK
I need to work on paragraph and text so I need to add a lot of style like bullet points, fonts etc.
Is there a quick online helper for me to generate such html/css for me ?
I tried Ms Word and save as html it generates a lot of not ready to use codes.
I tried VS2019 but so far it is not so good.
Any suggestion ? Thanks
www.developerfusion.com/tools/convert/csharp-to-vb/
All-Star
53091 Points
23659 Posts
Re: Any quick text html style editor ?
Jun 16, 2019 10:35 AM|mgebhard|LINK
I recommend learning HTML. It's a very basic markup language.
Most developers do not use a editor they write HTML markup and use a browser to check the format/layout. The reasoning is you need to check all the major browser anyway and using an editor creates extra work.
There are tons HTML resources and W3Schools is very good.
https://www.w3schools.com/html/
Contributor
3140 Points
983 Posts
Re: Any quick text html style editor ?
Jun 17, 2019 06:49 AM|Yang Shen|LINK
Hi hkbeer,
As mgebhard said, writing HTML markup and using a browser to check the format/layout is more accurate and clean.
If you insist on getting HTML in a faster way, I've made a webform demo that allows you to get HTML directly from edited text.
For the same functionality, please refer to the following code:
ASPX:
.CS
Here is result of this demo:
Notice: As you can see, this demo may have many functional limitations.
Hope the above can help you.
Best Regard,
Yang Shen
Participant
850 Points
492 Posts
Re: Any quick text html style editor ?
Jun 17, 2019 07:03 AM|AddWeb Solution|LINK
Hello hkbeer,
You can use following online Editor which generates html code.
Try with this, i hope this wil help you.
1) https://html-online.com/editor/
2) https://html-css-js.com/css/generator/font/
Thank you.
Participant
753 Points
2406 Posts
Re: Any quick text html style editor ?
Jun 19, 2019 02:54 AM|hkbeer|LINK
Thanks.
www.developerfusion.com/tools/convert/csharp-to-vb/