Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style table using HtmlConverter in c# #43

Closed
Geek-5 opened this issue Apr 1, 2019 · 2 comments
Closed

Style table using HtmlConverter in c# #43

Geek-5 opened this issue Apr 1, 2019 · 2 comments

Comments

@Geek-5
Copy link

Geek-5 commented Apr 1, 2019

A predefined string with the following style <table border="1", has been defined within the database. Can I use the HtmlConverter class to modify the style within the table tag?

@Geek-5 Geek-5 changed the title Style table using stringbuilder in c# Style table using HtmlConverter in c# Apr 1, 2019
@onizet
Copy link
Owner

onizet commented Apr 2, 2019

Hello, this is mainly a library for parsing then converting.
To modify the Html, I will recommend you HtmlAgilityPack instead

@Geek-5
Copy link
Author

Geek-5 commented Apr 2, 2019

Thank you for the recommendation. It worked great!

@Geek-5 Geek-5 closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants