View Single Post
Old 10-23-2016, 10:23 AM   #22
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
+1 to that,
and maybe at bit OT: but why is nobody extending the link (< a > tag) so that the endnoted word itself is the hyperlink?

HTML
Code:
<p>Lorem ipsum dolor sit amet, <a  href="#fn1" id="fnref1">consectetur <span class="footnoteRef">1)</span></a> adipiscing elit. </p>
CSS
Code:
span.footnoteRef {
   text-decoration: none;
   border-bottom: 1px dotted;
   color: inherit;
   position: relative;
   top: -0.5em;
   font-size: 70%;
   }
Attached Thumbnails
Click image for larger version

Name:	Image1.jpg
Views:	671
Size:	9.3 KB
ID:	152544  
Mark Nord is offline   Reply With Quote