
-----------------------------------
MadiAraly
Thu Jul 14, 2016 8:50 am

Displaying Preview Image of Websites w/o Scroll Bar?
-----------------------------------
Is there a way for me to display live previews using iframe without having the page's scroll bar visible? There's also a thin gray border around it that I'd like to get rid of if possible... :)

Any help is really appreciated!

-----------------------------------
MadiAraly
Sun Jul 24, 2016 5:25 pm

Re: Displaying Preview Image of Websites w/o Scroll Bar?
-----------------------------------
For some reason, scrolling="no" works as long as it was written within a PHP echo.

-----------------------------------
makan
Tue Jan 10, 2017 11:15 am

RE:Displaying Preview Image of Websites w/o Scroll Bar?
-----------------------------------
Do you mean the scroll bar of the whole page or just the iframe?

As for the border, add the attribute frameBorder="0" to the iframe. There is a CSS method as well I think.

I would not use PHP for page designs.
