Posted: Sun Sep 21, 2008 1:09 pm useing frames for a` layout??
i want to use frames for a layout is it possible if one iframe contorls a another iframe? or a links contorling an iframe? if there are codes for both plz give me the code for the links that contorl the iframe, im not really good at HTML i just started infact im no good at all!
i tried to google this topic but the type of codes i got had this in it:.
<li><a href="coice1.htm"> choice1 </a></li>
i tried to replace coice1.htm with http://-fizzypop-.piczo.com but it didnt work
i know it might be abit stupid of me not to know what to replace it as but as i said befor im really new to this suff
Joined: 28 Feb 2007 Posts: 1391 Location: Biloxi, MS
Posted: Sun Sep 21, 2008 2:38 pm
IFrame (from Inline Frame) is an HTML element which makes it possible to embed a HTML document inside another HTML document. Is this what you want to do?
Sample code:
Code:
<iframe src="http://example.com" height="200">
Alternative text for browsers that do not understand IFrames.
</iframe>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum