|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Adding Line Numbers to the MIT Shakespeareby tobyink (Monsignor) |
| on Dec 07, 2011 at 23:27 UTC ( #942343=note: print w/ replies, xml ) | Need Help?? |
|
The id attribute is supposed to be unique per-document. That is, you must not have two elements in the same document with the same value for id. Try replacing id="lineNum" with class="lineNum" in your HTML, and replacing #lineNum with .lineNum in your stylesheet.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||||||||||||