H
Hans
Hi all,
Thanks for taking the time to read this. Please you look at the html
code below. Somehow I have lost track of what this is doing.
</head>
<body>
<frameset rows="60%, *" frameborder="no" framespacing="0" border="0" >
<frameset cols="60%, *" frameborder="no" framespacing="0"
border="0" >
<frame>
<table width="80%" align="left" valign="top"
border="0" cellspacing="3" cellpadding="0">
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_a.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_b.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_c.jpg" border="0"> </a></td>
</tr>
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_d.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_e.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_f.jpg" border="0"> </a></td>
</tr>
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_g.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_h.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_i.jpg" border="0"> </a></td>
</tr>
</table>
</frame>
<frame marginwidth="0" marginheight="0" frameborder="0">
<a href="index_a.htm" target="mainframe"><img
src="./w_pfr.jpg" border="0"></a>
</frame>
</frameset>
<frame marginwidth="0" marginheight="0" frameborder="0">
<a href="index_a.htm" target="mainframe"><img
src="./w_pfu.jpg" border="0"></a>
</frame>
</frameset>
</body>
</html>
The intention is to have 3 areas:
1. a square area 3x3 that holds 9 little images (w_a - w_i)
2. to the right of that square area a "right arrow" (w_pfr)
3. below the square area a "down arrow" (w_pfu")
What it does is, it puts the arrows (w_pfr and w_pfu) into the same
column to the right of the square area. I had it all working but
somehow I messed it up again.
If I take out the 3rd row of the little squares (w_g - w_i) it does it
right!
This code actually runs inside a frame of another page. But re-sizing
the frames of the "parent" frameset makes no difference.
I would very much appreciate help on this.
Thanks,
Hans
Thanks for taking the time to read this. Please you look at the html
code below. Somehow I have lost track of what this is doing.
</head>
<body>
<frameset rows="60%, *" frameborder="no" framespacing="0" border="0" >
<frameset cols="60%, *" frameborder="no" framespacing="0"
border="0" >
<frame>
<table width="80%" align="left" valign="top"
border="0" cellspacing="3" cellpadding="0">
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_a.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_b.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_c.jpg" border="0"> </a></td>
</tr>
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_d.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_e.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_f.jpg" border="0"> </a></td>
</tr>
<tr>
<td><a href="index_a.htm"
target="mainframe"><img src="./w_g.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_h.jpg" border="0"> </a></td>
<td><a href="index_a.htm" target="mainframe"><img
src="./w_i.jpg" border="0"> </a></td>
</tr>
</table>
</frame>
<frame marginwidth="0" marginheight="0" frameborder="0">
<a href="index_a.htm" target="mainframe"><img
src="./w_pfr.jpg" border="0"></a>
</frame>
</frameset>
<frame marginwidth="0" marginheight="0" frameborder="0">
<a href="index_a.htm" target="mainframe"><img
src="./w_pfu.jpg" border="0"></a>
</frame>
</frameset>
</body>
</html>
The intention is to have 3 areas:
1. a square area 3x3 that holds 9 little images (w_a - w_i)
2. to the right of that square area a "right arrow" (w_pfr)
3. below the square area a "down arrow" (w_pfu")
What it does is, it puts the arrows (w_pfr and w_pfu) into the same
column to the right of the square area. I had it all working but
somehow I messed it up again.
If I take out the 3rd row of the little squares (w_g - w_i) it does it
right!
This code actually runs inside a frame of another page. But re-sizing
the frames of the "parent" frameset makes no difference.
I would very much appreciate help on this.
Thanks,
Hans