3414458f507fbd08bcfe2af162909453abd6e817
hiram
  Wed Dec 2 14:45:59 2015 -0800
correct style definitions for tables and remove dangling tags that have no open tag refs #noredmine

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 16de7a6..081a504 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,65 +1,65 @@
 <!-- News Section ============================================- -->  
-<TABLE WIDTH="100%" BGCOLOR="#888888" BORDER="0" CELLSPACING="0" CELLPADDING="1">
+<TABLE style="background-color:#888888; width: 100%; border-width: 0px; border-spacing: 0px; padding: 1px">
     <TR><TD>        
-    <TABLE BGCOLOR="#fffee8" WIDTH="100%"  BORDER="0" CELLSPACING="0" CELLPADDING="0">
+    <TABLE style="background-color:#fffee8; width: 100%; border-width: 0px; border-spacing: 0px; padding: 0px">
         <TR><TD>        
-        <TABLE BGCOLOR="#D9E4F8" BACKGROUND="images/hr.gif" WIDTH="100%" BORDER=0>
+        <TABLE style="background-color:#D9E4F8; background-image: url('images/hr.gif'); width: 100%; border: 0px">
             <TR><TD>
             <!--cheap trick to get background on row to be continuous-->
             <TABLE CELLPADDING=0 CELLSPACING=0 WIDTH="100%">
                 <TR><TD ALIGN="left">
                  <font size="4"><a name="TOC"></a><b>&nbsp; News</b></font><a href="http://www.twitter.com/GenomeBrowser" target="_blank"><img src="http://twitter-badges.s3.amazonaws.com/t_small-a.png" title="Follow &#64;GenomeBrowser on Twitter" alt="Follow &#64;GenomeBrowser on Twitter" style="vertical-align:text-bottom; margin-left: 15px;"></a>
                  <a title="Genome Browser Facebook page"
                  href="http://www.facebook.com/ucscGenomeBrowser"
                  target="_blank"><img
                  src="/images/FB-f-Logo__blue_22.jpg"
                  style="vertical-align:text-bottom; margin-left: 15px;"
                  alt="Genome Browser Facebook page"></a>
                  <a href="https://plus.google.com/107643636314131661344" rel="publisher"></a>
                </TD>
                 <TD ALIGN="right"><A HREF="goldenPath/newsarch.html"><IMG 
                 SRC="images/news.jpg" ALT="" ALIGN="right" BORDER=0></A>
             </TD></TR></TABLE>
         </TD></TR></TABLE>
-        <TABLE BGCOLOR="#fffee8" WIDTH="100%" CELLPADDING=0>
+        <TABLE style="background-color:#fffee8; width: 100%; padding: 0px">
           <TR><TH HEIGHT=3></TH></TR>
           <TR><TD WIDTH=10></TD>
           <TD>
           <P>
           To receive announcements of new genome 
           assembly releases, new software features, updates and 
           training seminars by email, subscribe to the
           <A HREF="http://groups.google.com/a/soe.ucsc.edu/group/genome-announce?hl=en"
           TARGET=_blank>genome-announce</A> mailing list. Please see our
           <a href="http://genome.ucsc.edu/blog"
           target=_blank>blog</a> for posts about Genome Browser tools, features, projects and more.
           </p>
 
     <!-- start news -->
   <hr>
   <p>
   <font color="#006666" size="4"><b>25 November 2015 &mdash;
   New &quot;View - In External Tools&quot; Menu Sends Data to Prediction Websites!</b></font>
   <p>
   Do you often get the current sequence with &quot;View - DNA&quot; just to copy
   and paste it into another website? With the new menu &quot;View - In External Tools&quot;
   you can now send the current region to remote tools with two clicks.
   </p>
   <p>
   For example, when browsing hg38 and zoomed in on the start of a gene like ABO at
-  <a href="/cgi-bin/hgTracks?db=hg38&position=chr9%3A133255000-133255555"
+  <a href="/cgi-bin/hgTracks?db=hg38%26position=chr9%3A133255000-133255555"
   target="_blank">chr9:133,255,000-133,255,555</a>, 
   click the View menu and select &quot;In External Tools&quot;,
   or simply type the keyboard shortcut &quot;s&quot; then &quot;t&quot;,
   to send the region to a list of different prediction tools.</p>
   <p>
   Some of the available tools (not available for all assemblies or all zoom levels)
   are primer design and restriction enzyme predictions (Primer3Plus, Primer-BLAST,
   NEBCutter), mRNA and protein predictions (RegRNA 2, Riboswitches, RNAfold, PFAM),
   cis-regulatory predictions (Promoter 2, RSAT Metazoa), and CRISPR/Cas9 predictions
   (CRISPOR, CHOPCHOP), as well as links to view the region at NCBI or Ensembl.
   You can suggest other tools via our
   <a href="/cgi-bin/hgUserSuggestion">Suggestion Box</a>.</p>
   <p>
   Credit goes to Max Haeussler for implementing this new feature.
   </p>