1

I'm using Angular. I have an external table that I need to incrust inside an iframe inside my web application, but at the same time, I need to change the styles to match my web page style. I only need that, change the font color or change the background color, I cannot change the external web.

Something like

<iframe
        src="//tables.org/table-a"
        frameborder="0"
      ></iframe>
R. Richards
  • 24,603
  • 10
  • 64
  • 64
  • Did you search before asking here? – Ron Mar 29 '22 at 17:22
  • Yes, but I did not find results that helped me, I saw comments from people who say that it is impossible, and other people who say that it is possible, but their answers did not help me. – Julio Lerma Mar 29 '22 at 17:26
  • Thank you!, I've seen that before, so apparently it's not possible if I want to use the iframe with an external domain. – Julio Lerma Mar 31 '22 at 16:45

0 Answers0