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

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -