97a511aea79c89255b43013df2424a56f59386d3
tdreszer
  Mon May 16 14:02:25 2011 -0700
As recommended by Greg, purging bordercolor which is an obsolete MS only HTML setting.  Replaced with style.
diff --git src/hg/hgText/hgText.c src/hg/hgText/hgText.c
index 12dfb6f..a71da3e 100644
--- src/hg/hgText/hgText.c
+++ src/hg/hgText/hgText.c
@@ -617,31 +617,31 @@
 }
 
 void doGateway()
 /* Table Browser gateway page: select organism, db */
 {
 webStart(cart, "Table Browser: Choose Organism and Assembly");
 
 if (! hDbIsActive(database))
     {
     database = hDefaultDb();
     organism = hGenome(database);
     }
 
 puts(
 "<CENTER>"
-"<TABLE BGCOLOR='#FFFEF3' BORDERCOLOR='#CCCC99' BORDER=0 CELLPADDING=1>\n"
+"<TABLE CELLPADDING=1 style='background-color:#FFFEF3; border-style:none;'>\n"
 "<TR><TD style='font-size:small; text-align:center;'>\n"
 "The UCSC Table Browser was created by the \n"
 "<A HREF=\"/staff.html\">Genome Bioinformatics Group of UC Santa Cruz</A>. \n"
 "<BR>\n"
 "Software Copyright (c) The Regents of the University of California.\n"
 "All rights reserved.\n"
 "</TD></TR></TABLE></CENTER><P>\n"
 );
 
 puts("<P>This tool allows you to download portions of the Genome Browser \n"
      "database in several output formats. \n"
      "Choose a genome and assembly, \n"
      "then press the Submit button.\n");
 puts("See the <A HREF=\"/goldenPath/help/hgTextHelp.html\">Table Browser "
      "User Guide</A> for more information.<P>\n"
@@ -650,31 +650,31 @@
      "This version of the tool is no longer "
      "maintained or updated by UCSC; therefore, we can make no guarantees "
      "about the completeness or correctness of the data returned. "
      "We are happy to assist you in the transition to the new Table "
      "Browser, which has many more features. Please "
      "email our public <A HREF=\"mailto:genome@soe.ucsc.edu\">mailing "
      "list</A> with questions or comments.</B> "
      "<P> ");
 
 puts("<CENTER>");
 printf("<FORM ACTION=\"%s\" NAME=\"mainForm\" METHOD=\"%s\">\n",
        hgTextName(), httpFormMethod);
 puts(
 "<table bgcolor='#CCCC99' border=0 CELLPADDING=1 CELLSPACING=0>\n"
 "<tr><td>\n"
-"<table BGCOLOR='#FEFDEF' BORDERCOLOR='#CCCC99' BORDER=0 CELLPADDING=0 CELLSPACING=0>\n"
+"<table CELLPADDING=0 CELLSPACING=0 style='background-color:#FEFDEF; border-style:none;'>\n"
 "<tr><td>\n"
 );
 
 puts(
 "<table bgcolor='#FFFEF3' border=0>\n"
 "<tr>\n"
 "<td>\n"
 );
 cartSaveSession(cart);
 puts(
 "<input TYPE=\"IMAGE\" BORDER=\"0\" NAME=\"tbDummyEnterButton\" src=\"/images/DOT.gif\">\n"
 "<table><tr>\n"
 "<td align=center valign=baseline>genome</td>\n"
 "<td align=center valign=baseline>assembly</td>\n"
 "</tr>"