<div align="center"><font size="5" color="#ff4500"><limittext value="RELOAD PAGE ---- WEBTV ERROR"> </limittext></font></div>

bug alert code for Webtv

<html><head><title>page name</title></head> <body codes> <noframes> <div align="center"><font size="5" color="#ff4500"> <limittext value="RELOAD PAGE ---- WEBTV ERROR"> </limittext> </font></div> </noframes> Rest of webpage codes here </body></html> Will the "alert" text display on Webtv as needed? -- YES

Will the "alert" text display errantly on IE? -- NO

Will the "alert" text display errantly on Netscape? -- NO


More information on the limittext tag:
http://www.htmlcompendium.org/attributes-list/Alimittext.htm


NOTE: If you are using the Webtv PageBuilder to make your webpage,

  1. you can add the code below to an "add an item"--"text" area, and then move it to the "first" position on your webpage, or
  2. if you are using an advanced editor method, then add the code below immediately after your body tag:

<noframes> <div align="center"><font size="5" color="#ff4500"> <limittext value="RELOAD PAGE ---- WEBTV ERROR"> </limittext> </font></div> </noframes>


ALSO: If you use a code similar to the one below,
the "alert" text will display on the webpage all of the time
when viewed with Netscape
:

<noframes> <div align="center"> <b><font color="darkred" size="5"> Webtv Glitch -- JS Failure -- Reload Page </font></b> </div> </noframes>



more codes
1