iFrames |
iFrames |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2007 Member No: 547,967 ![]() |
I really don't understand iframes; but it would be so much easier to actually change the layout than going to EVERY single page and changing the layout there;
anyone willing to help? i understand about the code <iframe frameborder="0" width="500" height="5000" src="http://yousite .com/index.html" name="Content" allowTransparency="true" scrolling="no" align="top" style="position:absolute; top:450px; left:206px"></iframe> but i don't really underztand the rest; am i suppose to put the iframe code in every single page that i want the same layout in? and am i suppose to have a separate iframe code for the sidebar and the updates? please help |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
iframes are intend to put information w/o all the codes. It's simplier if you have it on every page. It's less coding. Like radio.blog.
width="500" height="5000" src="http://yousite .com/index.html" (the page in which you want to show) name="Content" (for link navigations) allowTransparency="true" (transparent background) scrolling="no" (scrollbar) align="top" style="position:absolute; top:450px; left:206px (you don't really need the last two) But if you want an iframe layout like this. Then all you need is the pages and put it in a frame. (that was so hard to explain. Hope i make sense.) |
|
|
![]() ![]() |