d05f4c65d4ba9e4b23b09d79567fe74d5ed2f9a0
dschmelt
  Tue May 14 13:44:55 2019 -0700
Removing & signs for consistency #23131

diff --git src/hg/htdocs/FAQ/FAQlink.html src/hg/htdocs/FAQ/FAQlink.html
index e6ff50b..aa7f0bd 100755
--- src/hg/htdocs/FAQ/FAQlink.html
+++ src/hg/htdocs/FAQ/FAQlink.html
@@ -87,34 +87,34 @@
 <li><code>ignoreCookie=1</code> - removes pre-existing user settings like track seletion, custom
 tracks, and track hubs</li>
 </ul>
 <p>
 For example, you can use the following command to hide every track (hideTracks=1) and set the knownGene track to 
 the pack visibility (knownGene=pack):</p>
 <p><code><a href="../cgi-bin/hgTracks?db=hg38&hideTracks=1&knownGene=pack">http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hideTracks=1&knownGene=pack</a></code></p>
 
 <p>Composite tracks have additional URL parameters that encode options to hide, select, and 
 display subtracks.</p>
 <ul>
 <li><code><em>trackName</em>_hideKids=1</code> - hides a specific composite track's subtracks</li>
 <li><code><em>trackName</em>_sel=1</code> - selects specific subtrack to be 'checked', allowing
 display</li>
 </ul>
-<p>For example, the following URL hides all tracks (&amp;hideTracks=1), hides a specific composite
-track's default subtracks (&amp;refSeqComposite_hideKids=1), turns on one specific subtrack 
-(&amp;ncbiRefSeqCurated=full), and checks a box to display that subtrack 
-(&amp;ncbiRefSeqCurated_sel=1).
+<p>For example, the following URL hides all tracks (hideTracks=1), hides a specific composite
+track's default subtracks (refSeqComposite_hideKids=1), turns on one specific subtrack 
+(ncbiRefSeqCurated=full), and checks a box to display that subtrack 
+(ncbiRefSeqCurated_sel=1).
 
 <pre><a href="../cgi-bin/hgTracks?db=hg38&hideTracks=1&refSeqComposite_hideKids=1&ncbiRefSeqCurated=full&ncbiRefSeqCurated_sel=1">https://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&hideTracks=1&refSeqComposite_hideKids=1&ncbiRefSeqCurated=full&ncbiRefSeqCurated_sel=1</a></pre>
 
 
 <h2>Loading data with the URL</h2>
 <a name="custUrl"></a>
 <h3>Loading Custom Track data with the URL</h3>
 <h6>How do I create a link to my custom track data?</h6>
 <p>
 You can combine the URL visibility settings with the <code>&amp;hgct_customText=</code> parameter using
 a track line you would otherwise put in the <a href="../cgi-bin/hgCustom">custom track 
 input box</a>. The following example shows the <code>hgct_customText</code> parameter accepting
 a bigBed file URL as a custom track:
 </p>
 <pre><a href="../cgi-bin/hgTracks?db=hg38&position=chr21:34821279-34888690&hgct_customText=https://genome.ucsc.edu/goldenPath/help/examples/bigBedExample.bb">http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr21:34821279-34888690&hgct_customText=https://genome.ucsc.edu/goldenPath/help/examples/bigBedExample.bb</a></pre>