Code and Layout Tweaks

Layout

JavaScript to minimize <p> tag spacing returns on a page (reduces line spacing).

Add this code at TOP of page HTML (until js file and css file have been adjusted).

<script language="javascript" type="text/javascript">

<!--
$('p').has('a').addClass('anchor');
// -->
</script>
<style type="text/css">
p.anchor {
margin-top: -22px;
}
</style>

apply as <p class="anchor"><a id="#"></a></p>

 

Display Reveal DIV

text... [Display Full Definition]

Page TOC

Subscribe to Page with e-alerts:

Be notified of page updates:


privacy