bubble_24
01-26-2003, 04:16 PM
well actually a big question: anyhow im building my site on angelfire well leaning frames on it anyway i have an index.html and a left and right.html this is the code i have:
<HTML><HEAD><TITLE>welcome to my site!</TITLE></HEAD>
<FRAMESET COLS="30%,70%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
1. do i need to put the url where it says right/left.html?
2. in the index.html should that be the address of my site?
3. why can't i see anything on my page there is oviously summet big wrong here?
<HTML><HEAD><TITLE>welcome to my site!</TITLE></HEAD>
<FRAMESET COLS="30%,70%">
<FRAME SRC="left.html" NAME="left">
<FRAME SRC="right.html" NAME="right">
</FRAMESET>
<NOFRAMES>
Sorry, but your browser does not support frames.
</NOFRAMES>
</HTML>
1. do i need to put the url where it says right/left.html?
2. in the index.html should that be the address of my site?
3. why can't i see anything on my page there is oviously summet big wrong here?