benbramz
03-30-2003, 09:19 AM
Hi (1st post, yaaaay!)
I was wondering if sombody can help me with this problem. Ive been using a table to make rollover type buttons, and its been chuggin along very well on as it is, but ive found when i want to add a new page i need to updata ALL my pages...uggh!
So i decided i would use a frame to but my menu in, and i targeted the table (the links to the page) to my main page bit. But it no longer works, wen you click on the button it is just dud. The rollover works, but no page is opned. Can anyone help me with the targeting bit, im sure thats what the problem is.
Thankyou very much,
html below. Ive posted only one cell to be simple
<table border="0">
<tr>
<td align="middle" bgcolor="#FF0000"
bordercolor="#111111" height="20"
onclick="location.href='default.htm' target="main""
onmouseout="style.backgroundColor='#FF0000';"
onmouseover="style.backgroundColor='#00FF00'; style.cursor='hand'"><font
color="#FFFFFF" size="4"><strong>Home</strong></font></td>
</tr>
</table>
Thankyou very much, ben
I was wondering if sombody can help me with this problem. Ive been using a table to make rollover type buttons, and its been chuggin along very well on as it is, but ive found when i want to add a new page i need to updata ALL my pages...uggh!
So i decided i would use a frame to but my menu in, and i targeted the table (the links to the page) to my main page bit. But it no longer works, wen you click on the button it is just dud. The rollover works, but no page is opned. Can anyone help me with the targeting bit, im sure thats what the problem is.
Thankyou very much,
html below. Ive posted only one cell to be simple
<table border="0">
<tr>
<td align="middle" bgcolor="#FF0000"
bordercolor="#111111" height="20"
onclick="location.href='default.htm' target="main""
onmouseout="style.backgroundColor='#FF0000';"
onmouseover="style.backgroundColor='#00FF00'; style.cursor='hand'"><font
color="#FFFFFF" size="4"><strong>Home</strong></font></td>
</tr>
</table>
Thankyou very much, ben