c# - html <pre></pre> page layout blocks links -
i taking document html page show user .net libraries' help. using loadhtml method under htmlagilitypack. when use method fill html, not show tab(ascii=09) characters right. use like:
doc.loadhtml("<pre>" + pcontent + "</pre>");
but when can not add picture links or pictures html page. before use "< pre >", user able add links. code below running behind.
string text = string.format(@"<img src='{0}' />", thepicturelink);
my problem want make page both added links(pictures) , looks proper tab character. not find solution in here, msdn, socialmsdn, codeproject or google. have solution problem? thank helps. best regards.
Comments
Post a Comment