We used to havenumbers for lines on code blocks in posts... why were they removed? They were really useful when you wanted to point to something on a long block..
Can you code them back please?
Line numbering back!
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Wel, originally, it was a hackjob that basically did this:
Personally, I don't think they're that important.
Code: Select all
<table>
<tr>
<td>
1<br />2<br />3<br />4 ...
</td>
<td>
<pre>
//Code here
Blah blah
</pre>
</td>
</tr>
</table>-
RobertPaul
- Forum Contributor
- Posts: 122
- Joined: Sun Sep 18, 2005 8:54 pm
- Location: OCNY
I suppose you could always use pastebin if you really wanted line numbers...