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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -