Code: Select all
///the text added to the back of this body string hides the location of links in the bottom browser window when cursor moves over them///
///onmouseover="window.status=''; return true"///
///goes into the body string as shown below///
<body bgcolor="#000000" link="#0000FF" vlink="#FF0000" text="#000000" onmouseover="window.status=''; return true">
Code: Select all
<body onmouseover="window.status=''; return true">