How do you set 100% height on a wordpress ?
November 17th, 2010 | Author: admin
I’ve tried a bunch of tips online but still failed, could this be cuz I’m doin’ it under wordpress? has anyone here had success doin this on wordpress? thanks!
4 Responses to “How do you set 100% height on a wordpress ?”
Categories
- ADANCED WORDPRESS TECHNIQUES (591)
- CREATE WORDPRESS PLUGINS (1)
- FEATURED (8)
- HACKING WORDPRESS (151)
- INSTALLING WORDPRESS (1373)
- OFFLINE BLOG PUBLISHERS (5)
- Uncategorized (3)
- WORDPRESS BEGINNERS (224)
- WORDPRESS CSS (392)
- WORDPRESS DEVELOPERS (192)
- WORDPRESS HTML (444)
- WORDPRESS MySql (455)
- WORDPRESS PHP (435)
- WORDPRESS SECURITY (179)
- WORDPRESS TIPS & TRICKS (1)
- WORDPRESS TUTORIALS (663)
Archives
CONVERSATION
- joshpicasso on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- fredrixtube on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- cooperad on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- TolleBok on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- websitesthatsell on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- CreavistaStudios on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- amopintar on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- sitompulimers on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- Marashor on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- EnterpriseQB on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- itsAsylum on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- ateamski on How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- swati20100 on Why Start a Web Hosting Business with GVO
- jayjbee on WordPress Video Plugin
- amanita1964 on How to Edit/Rmove WordPress Footer link
Recent Posts
- Getting Started with WordPress.com Tutorial
- Registering a Domain Name 3 of 20 WordPress Setup Tutorials
- GVO Blogger Builder – WordPress Training Video Part 2
- 3. module va theme.mp4
- Personal Introduction and Thank You
- How to Make A Post Sticky
- FREE DIY WordPress Website Building Training Tutorial
- How to Move Your WordPress Blog to a Different Server and Web Address — Part 1 of 2
- WordPress Tutorial – cPanel Login- WordPressTutorials.TV
- Fast WordPress Development and Instant Bog Deployment
- WPSumo WordPress Framework – Create A Work With Me Page in Under 5 Minutes
- Killer WordPress Tutorials – Setting up Socrates Part 1
- Video 8/20 Free WordPress Tutorials | Blog Design | Blog Design Tutorials
- lynda.com tutorial | WordPress 3: Developing Secure Sites—Welcome
- Why Start a Web Hosting Business with GVO
Tags
Best
Blog
Blogging
Blogs
code
Cpanel
Create
database
Design
Domain
Easy
Fantastico
Free
From
Help
host
Hosting
HTML
Install
Installation
Installing
Into
Like
Money
MySQL
Need
Page
Part
Plugin
Plugins
Post
Server
Should
Site
Theme
Themes
This
Tips
Tutorial
Tutorials
upload
Using
Video
website
Wordpress
Who's Online
9 visitors online now
9 guests, 0 members
Powered by Visitor Maps
check your
Not exactly sure what you mean by 100% height. I assume that you mean that you either want the iFrame to be aligned to the top of your website page or you want the iFrame within a page to be aligned to the top of the page content area. If you have created the iFrame code yourself and not used a widget then you would add the dimensions like so .
By the way you phrased your question it appears that you are most likely working with an iFrame widget within a page on your WordPress site. Whichever WP iFrame widget you are using will allow you to set the height and width the same as if you were creating a custom iFrame template yourself outside of WordPress (creating it on your local computer with Dreamweaver or another program or editor). You have a code view button in WP that will let you edit the code to add the height.
I have a hunch though that what you really want to do is remove any top margins or top padding so that your iFrame is flush with the top of your website page. If my hunch is right then you will need to edit your theme’s style.css file and adjust the margins and padding in the stylesheet.
I’ll check back on this question and if you add more specific info i can give you the exact answer you are looking for. Good luck! ;)
check style.css
Your question is not clear. Set the height attribute of iframe to 100%. I think you set it auto.