Need some HTML CSS Help Please

MGaLL

Junior Member
Joined
Mar 24, 2022
Messages
168
Reaction score
159
Hello

I've used most simple <iframe> with

border="0" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="100%" scrolling="no"

to attach a button to my site

when clicked button opens a small page that is currently not entirely visible

Edit: small page should be visible on the main page, new tab is not option for this case.

only button space is visible and since there must be no scrolling, user is not able to see the entire page

I need some help with this to make the whole page visible, some additional line of code.

Please help me. Thanks!


Edit 2:
 

Attachments

  • img.png
    img.png
    25.4 KB · Views: 54
Last edited:
Set with of height to the desired number of pixels e.g. width 500px.

Are you loading content from another site? It's not clear from the description if it's actually an Iframe that you need.
 
Maybe you should show your current HTML code and screenshot or a better description of the desired and actual result you get.
 
Thanks for the answers guys, I've solved this.

Sorry for low&bad info provided, but since its private I can't share much.

What I did was adding page/text.php and stored everything there, so button just call that action.
 
Back
Top