PDA

View Full Version : Another Q. Wit I Frames



LukeySD
December 6th, 2001, 05:14
Where can i learn iframes also
could somebody make this picture(attached) in i frames also i will customize the link and the colour of the borders size etc

Jan
December 6th, 2001, 05:32
This tutorial might help you - experiment :)

http://freesources.net/authoring/html/iframe.htm

LukeySD
December 6th, 2001, 05:37
cheers could some1 make me the iframes from the pic

Jan
December 6th, 2001, 06:20
Why not use the tutorial to find out how iframes work, then I am sure you can do it yourself.

You requested first "where to learn iframes". If you want to learn, then follow the tutorial.

If you don't want to learn, then maybe someone here will help, but if you don't try, you will never learn and you will keep coming back to ask someone else to do it for you each time you want help.

We all have to learn, but we can't expect others to do the learning for us.

Sure, if you really get stuck with something after a few tries, then we are here to help
Everyone bangs their head against a brick wall at times.

:confused2

LukeySD
December 6th, 2001, 12:12
i can make it all expect the top part if i had the code from some i would be eaiser

meow
December 6th, 2001, 21:29
Your picture doesn't look like an IFRAME. It looks like ordinary frames.

Dusty
December 6th, 2001, 21:51
Yeah, iFrames would just be needlessly complicated, that could easily be done using an ordinary frameset.

<frameset cols="40%,40%,20%">
<frame src="frame1.html">
<frameset rows="20%,80%">
<frame src="frame2.html">
<frame src="frame3.html">
</frameset>
<frame src-"frame4.html">
</frameset>

anarchistvi
December 7th, 2001, 21:20
Dusty's right, using iframes to make that would be like using MS Paint to draft the architectural plans for a 50 story building. Though, if the white outside of the borders in the picture represent the rest of the webpage, and you just want a 4 frame split in the middle of the page, then using iframes in conjunction with normal frames will get you the desired effect.

STRELOK
December 8th, 2001, 20:08
Iframes are only for MS IE browsers

in some cases they are useless and meeningless(?)

I personately hate iframes

Dusty
December 8th, 2001, 20:41
IFrames work in the newest versions all browsers I'm aware of. I will agree that they and frames in general are very overused, though.

anarchistvi
December 8th, 2001, 20:43
Though they are overused, they are the best solution to some problems.