View Full Version : ok i already have a frame but.........


dilis_lamey
03-11-2003, 01:11 PM
how can i put words in it?????lol

I have this small frame inside my page:

<iframe src="inline2.html" name="inlineframe2" width="240" height="650" style="border: 5 solid #ff33cc">

</iframe>

now where will I write???lol

Dont tell me, I already know that Im stupid!lol

Bryan xxx

Sheila
03-11-2003, 01:48 PM
<iframe src="inline2.html" name="inlineframe2" width="240" height="650" style="border: 5 solid #ff33cc">
</iframe>

You need to make a page called inline2.html and that will be your main page that appears in the inline frame.

Then you make all your other pages. To have them open in the inline frame, you need to target your links....
<a href="Your Link" target="inlineframe2">Link Name</a>