> I've seen some other places on the web where they have an > entire table row > as a hyperlink.. with neat mouseover highlights and stuff. Hi, for the OnMouseOver Effect, you could use: <TR bgcolor="#dddddd" onmouseover="javascript:style.background='#ffffff'" onmouseout="javascript:style.background='#dddddd'">