Is it possible to make any CSS element behave like

前端 未结 4 1095
萌比男神i
萌比男神i 2021-02-06 20:40

I am loading some content inside an iframe. I want this content to behave as-if it was inside a

 tag - namely for it to respect line breaks.  I am using         


        
4条回答
  •  既然无缘
    2021-02-06 21:07

    If you just want it to act on linebreaks like pre, use the css: white-space: pre

提交回复
热议问题