User talk:Rob Linden/GeSHI Test
Jump to navigation
Jump to search
There are two things that need to be done.
- Remove the LSL_ prefix from the autolinking. That is left over from the dark ages and no new articles use this. None of the constants use this so despite there being a page for TRUE, the highlighter doesn't think there is one.
- Set the class attribute for the links and turn off the underlining with CSS.
- Give them a class like "lsllink" then add to the css,
a.lsllink { text-decoration:none; }
- Give them a class like "lsllink" then add to the css,
--Strife Onizuka 03:46, 30 November 2007 (PST)