2 HTML Questions About Frames?

Nboy114

New member
I am trying to link to a .txt file without a link just show right up on page

I tried the <frame> tag so <frame src="file.txt"> but that didn't work what else can I do?


Also how can i have one frame full screen.

I do

<frame cols="50%,50%" noresize="noresize">

<frame src="example.hmtl">
<frame src="example2.html">

</frame

and it works but with

<frame cols="100%">

<frame src="example.html">

</frame>

It doesnt
Yes sorry my mistake its <frameset> not <frame> that site is where i learned frames
 
Back
Top