Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML code getting cut off
    primarykey
    data
    text
    <p>I've inherited the maintenance of a website that unfortunately doesn't seem to be working correctly. The last few lines of HTML code are getting cut off.</p> <p>Page source shows this at the bottom:</p> <h2>Movement</h2> <pre><code> &lt;ul&gt; &lt;li&gt;&lt;a href="img/feettap_big.png" rel="gallery" class="pirobox_gall" title="Eye blink and muscle"&gt;Eye blink and foot tap&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_foottap_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/flutter.png" rel="gallery" class="pirobox_gall" title="Eye Fluttering"&gt;Eye fluttering&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_flutter_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/hiccups.png" rel="gallery" class="p </code></pre> <p>And then it just ends.</p> <p>The site's address is: <a href="https://learningcentral.health.unm.edu/learning/user/onlineaccess/CE/eeg/artifacts/index.html" rel="nofollow">https://learningcentral.health.unm.edu/learning/user/onlineaccess/CE/eeg/artifacts/index.html</a></p> <p>I think that link works even though it is a university site.</p> <p>When I inspect the page with Firebug it shows some code for the piro_overlay and piro_table (the jQuery in charge of the pop-up images). Could that be the problem?</p> <p>Actual source code is:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;EEG Artifact Recognition&lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="../css/mlo_drop.css" /&gt; &lt;link href="../css/allcourse.css" rel="stylesheet" type="text/css" /&gt; &lt;link href="../css/eeg.css" rel="stylesheet" type="text/css" /&gt; &lt;link href="../css/font.css" rel="stylesheet" type="text/css" /&gt; &lt;link href="../css/piro/style.css" rel="stylesheet" type="text/css" /&gt; &lt;script src="../js/stuHover.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="../js/jquery.tools.min.js"&gt;&lt;/script&gt; &lt;!-- piro--&gt; &lt;script type="text/javascript" src="../js/jquery_1.5-jquery_ui.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="../js/pirobox_extended_feb_2011.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(document).ready(function() { $.piroBox_ext({ piro_speed :700, bg_alpha : 0.5, piro_scroll : true, piro_drag :true, piro_nav_pos: 'bottom' }); }); &lt;/script&gt; &lt;!-- end piro--&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="coursetitle"&gt; &lt;div class="series"&gt;&lt;a href="../index.html"&gt;EEG Artifact Recognition&lt;/a&gt; &gt; &lt;a href="index.html"&gt;What do artifacts look like?&lt;/a&gt;&lt;/div&gt; &lt;div id="coursetitle"&gt; &lt;h1&gt;EEG Artifact Recognition&lt;/h1&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="navigation"&gt; &lt;ul id="nav"&gt; &lt;li class="top"&gt;&lt;a href="../index.html" class="top_link"&gt;&lt;span&gt;Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="top"&gt;&lt;a href="#nogo2" class="top_link"&gt;&lt;span class="down"&gt;Lessons&lt;/span&gt;&lt;/a&gt; &lt;ul class="sub"&gt; &lt;li&gt;&lt;a href="../intro/index.html"&gt;Introduction to EEG&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../artifacts/index.html"&gt;What is an artifact?&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../whatdo/index.html"&gt;What to do about an artifact?&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../name/index.html"&gt;Name that Artifact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class="top"&gt;&lt;a href="../name/index.html" class="top_link"&gt;&lt;span class="down"&gt;Name that Artifact&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li class="top"&gt;&lt;a href="../ref/gloss.html" class="top_link" target="_blank"&gt;&lt;span class="down"&gt;Glossary&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="arrows"&gt; &lt;p&gt;&lt;a href="../intro/notclean.html"&gt;&lt;img src="../img/back.png" alt="back" align="middle" /&gt;&lt;/a&gt;&amp;nbsp;1 of 3 &amp;nbsp;&lt;a href="elec.html"&gt;&lt;img src="../img/forward.png" alt="" align="middle" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;div id="content"&gt; &lt;h1&gt;Artifacts: Rhythmical, repetitive, periodic or sustained&lt;/h1&gt; &lt;p&gt;Rhythmical, repetitive, or periodic body movements and &lt;a href="https://learningcentral.health.unm.edu/learning/user/onlineaccess/CE/eeg/ref/gloss.html#phys" class="gloss" target="blank"&gt;physiology&lt;/a&gt; can often produce artifacts on the EEG that may be mistaken for activity coming from the brain. Many of these artifacts can be identified by closely watching the patient, and noting when the activity occurs.&lt;/p&gt; &lt;h2&gt;Muscle&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="img/chewing.png" rel="gallery" class="pirobox_gall" title="Chewing"&gt;Chewing&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_chew_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/frown.png" rel="gallery" class="pirobox_gall" title="frown"&gt;Frown&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_frown_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/clench_big.png" rel="gallery" class="pirobox_gall" title="jaw clench"&gt;Jaw Clench&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_clench_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/crying.png" rel="gallery" class="pirobox_gall" title="Crying"&gt;Crying&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Movement&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="img/feettap_big.png" rel="gallery" class="pirobox_gall" title="Eye blink and muscle"&gt;Eye blink and foot tap&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_foottap_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/flutter.png" rel="gallery" class="pirobox_gall" title="Eye Fluttering"&gt;Eye fluttering&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_flutter_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/hiccups.png" rel="gallery" class="pirobox_gall" title="Hiccups"&gt;Hiccups&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_hiccup_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/phone.png" rel="gallery" class="pirobox_gall" title="Playing with phone"&gt;Game / phone playing&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_gameplay_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/nystagmus.png" rel="gallery" class="pirobox_gall" title="Nystagmus"&gt;Nystagmus&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/tremor.png" rel="gallery" class="pirobox_gall" title="Parkinsonian tremor"&gt;Parkinsonian tremor&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/scratch.png" rel="gallery" class="pirobox_gall" title="Scratch"&gt;Scratching head&lt;/a&gt;&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_scratch_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Tongue Movement&amp;nbsp;-&amp;nbsp;see &lt;a href="pop_palatetic_vid.html" target="_blank"&gt;video&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/percussion1.png" rel="gallery" class="pirobox_gall" title="Physical therapy percussion"&gt;Physical therapy percussion&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/sway.png" rel="gallery" class="pirobox_gall" title="Head sway with respiration"&gt;Respiration sway&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Physiological&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="img/ekg1.png" rel="gallery" class="pirobox_gall" title="EKG 1"&gt;EKG 1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/ekg2.png" rel="gallery" class="pirobox_gall" title="EKG 2"&gt;EKG 2&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/pulse.png" rel="gallery" class="pirobox_gall" title="Pulse artifact. Note that the peak in the Fz-Cz electrode follows the QRS in the ECG."&gt;Pulse&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/sweat1.png" rel="gallery" class="pirobox_gall" title="sweat1"&gt;Sweat 1&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="img/sweat2.png" rel="gallery" class="pirobox_gall" title="sweat2"&gt;Sweat 2&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload