Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

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!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-19-2009, 10:15 AM
hamaresk hamaresk is offline
Junior Member
 
Join Date: Sep 2009
Posts: 2
Default make an iframe in full screen at website in my hosting

On website in my hosting I use an iframe but is not configured properly. How do I make an iframe in full screen?
Reply With Quote
  #2  
Old 10-19-2009, 10:31 AM
cech's Avatar
cech cech is offline
Member
 
Join Date: Feb 2009
Posts: 77
Default Re: make an iframe in full screen at website in my hosting

In head of iFrames html file put this:
HTML Code:
<style type="text/css">
body {
     margin: 0px;
     }
iframe {
       width: 100%;
       height: 100%;
       }
</style>
I do not recommend iFrames. They are not good for SEO.
Reply With Quote
  #3  
Old 10-20-2009, 03:57 AM
carlobee carlobee is offline
Senior Member
 
Join Date: Jul 2009
Posts: 163
Default Re: make an iframe in full screen at website in my hosting

yeah. me too. i personally don't use them either.

Reply With Quote
Reply

Tags
full, hosting, iframe, make, screen, website

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 04:44 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.