Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Adjusting iframe

I want to customize the following iframe,

I tried this code:

<div class="Pagina2" style="display:flex; width:600; height:400">

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

But this is what I got, and the blue marks I want to be the margins:
enter image description here

Thanks for support.

>Solution :

set width and height in iframe tag
example:
<iframe src="/default.asp" width="100%" height="300" style="border:none;">
</iframe>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading