Any way to display some heavily-styled HTML in isolation from the rest of site's styles?

前端 未结 5 739
暗喜
暗喜 2020-12-18 07:15

I am trying to figure out a way to display an archive of email newsletters on my client\'s site. The issue is that the newsletters are full of a zillion inline styles, whic

5条回答
  •  死守一世寂寞
    2020-12-18 07:52

    Is there a reason why you can't use a modal? That would allow you to force a new request and make the page render how you'd want it to by not applying your general stylesheet while at the same time keeping your user on the desired page. Of course, it doesn't display the element inline so-to-speak, but it's nearly functionally equivelent.

提交回复
热议问题