Senpai Well-known member Apr 6, 2016 #1 hey guys can someone tell me how can i make this fit the page i dont like that scrolling im making a custom page and im trying t0 make a form in it
hey guys can someone tell me how can i make this fit the page i dont like that scrolling im making a custom page and im trying t0 make a form in it
EQnoble Well-known member Apr 6, 2016 #2 You are using an iframe to google docs so set the width on that iframe to 100% Upvote 0 Downvote
Senpai Well-known member Apr 6, 2016 #3 EQnoble said: You are using an iframe to google docs so set the width on that iframe to 100% Click to expand... Code: <iframe src="https://docs.google.com/forms/d/1vNfFGC1ZSQzZ-MTX4dX7H4z4HMWKsvHDe4wFtp9HzqI/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> How do i do that and thats the current code i got Upvote 0 Downvote
EQnoble said: You are using an iframe to google docs so set the width on that iframe to 100% Click to expand... Code: <iframe src="https://docs.google.com/forms/d/1vNfFGC1ZSQzZ-MTX4dX7H4z4HMWKsvHDe4wFtp9HzqI/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> How do i do that and thats the current code i got
EQnoble Well-known member Apr 6, 2016 #4 It should be as simple as changing the Code: width="760" to Code: width="100%" Upvote 0 Downvote
Senpai Well-known member Apr 6, 2016 #5 EQnoble said: It should be as simple as changing the Code: width="760" to Code: width="100%" Click to expand... thanks allot bro Upvote 0 Downvote
EQnoble said: It should be as simple as changing the Code: width="760" to Code: width="100%" Click to expand... thanks allot bro