![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
On website in my hosting I use an iframe but is not configured properly. How do I make an iframe in full screen?
|
|
#2
|
||||
|
||||
|
In head of iFrames html file put this:
HTML Code:
<style type="text/css"> body { margin: 0px; } iframe { width: 100%; height: 100%; } </style> |
|
#3
|
|||
|
|||
|
yeah. me too. i personally don't use them either.
|
![]() |
| Tags |
| full, hosting, iframe, make, screen, website |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|