Log in

View Full Version : Please Help



wwe247365
10-22-2005, 12:51 AM
:confused: Hi every1 I am only new to using Iframes but I think I slowly catching on,lol,
can anyone tell me the code for a Iframe like the one that is on this website on the left hand side please look (http://www.gerweck.net/) I have tried using normal Iframes but they do not look the same as the one on the above website, my website (http://www.wwejunkies.com/)

PLEASE CAN SOMEONE HELP ME, TRUSTING YOU UNDERSTAND


Mark

dead-poetic
10-22-2005, 02:19 AM
http://www.gerweck.net/ is using a frameset, and you are using a iframe. Here is the source of http://www.gerweck.net/;

<TITLE>Gerweck.Net</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- // -->
</SCRIPT>
<base target="main">
<main="toolbar.htm">
<FRAMESET COLS="23%, 77%" FRAMEBORDER = NO BORDER=0 FRAMESPACING=0>
<FRAME NAME="toolbar" SRC ="toolbar.htm">
<FRAME NAME="main" SRC="index2.shtml">
</FRAMESET>
to learn more about the frameset go here (http://elated.com/tutorials/authoring/html/framesets/) .

wwe247365
10-22-2005, 11:01 AM
Thank you very much for your help

Mark

dead-poetic
10-23-2005, 04:58 PM
Your Welcome.