1

I was wondering how I would overwrite the css inside of an embedded webpage

<object data=http://omitted.com style="width: 100%; height: 1500px">
<embed src=http://omitted.com width=”100%″ height=”100%″> </embed>
</object>

This is the method I am using to embed the website and I would like to hide a division inside the embedded webpage.

I tried putting a style tag in the actual page(not embedded) cause I cannot edit the actual embedded page.

user2259723
  • 13
  • 1
  • 4

1 Answers1

0

CSS override body style for content in iframe?

Community
  • 1
  • 1
Peyman abdollahy
  • 799
  • 1
  • 8
  • 18