Hi,
Does anybody know how to have a widen (without sidebar) this page?
I am using iframe and yet, it does not show all the contents.
This is the page I am referring to : http://www.asianbudgettravel.com/book-hotels/
Thank you.
Hi,
Does anybody know how to have a widen (without sidebar) this page?
I am using iframe and yet, it does not show all the contents.
This is the page I am referring to : http://www.asianbudgettravel.com/book-hotels/
Thank you.
Try setting the iframe width to a percentage like 100%.
Where will I set it to 100% what code will I use?
Try adding CSS;
.page-template-default #content #left-col,
.page-template-default #content #left-col .post-entry {
width: 100%;
}
Then using MickeyRoush's suggestion, use 100% in the width attribute of the iFrame. Can you access this in the HTML view of your post?
You must log in to post.