Thread: links
View Single Post
Old 02-21-2003, 11:43 AM   #4 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
this is untested, but will probably do it.

PHP Code:
--- functions.php       Mon Jun  3 15:35:15 2002
+++ functions.new.php   Fri Feb 21 12:16:24 2003
@@ -684,10 +684,10 @@
           
"<ol type=\"\\5\">\\7</ol>",
           
"<ul>\\4</ul>",
           
"<li>",
-          
"<a href=\"http://www.\\6\" target=\"_blank\">\\8</a>",
-          
"<a href=\"\\5\" target=\"_blank\">\\7</a>",
-          
"<a href=\"http://www.\\5\" target=\"_blank\">\\5</a>",
-          
"<a href=\"\\4\" target=\"_blank\">\\4</a>",
+          
"<a class=\"postlink\" href=\"http://www.\\6\" target=\"_blank\">\\8</a>",
+          
"<a class=\"postlink\" href=\"\\5\" target=\"_blank\">\\7</a>",
+          
"<a class=\"postlink\" href=\"http://www.\\5\" target=\"_blank\">\\5</a>",
+          
"<a class=\"postlink\" href=\"\\4\" target=\"_blank\">\\4</a>",
           
"</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>\\5<hr></pre></blockquote><normalfont>",
           
"</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>\\5<hr></pre></blockquote><normalfont>",
           
"java script:",
@@ -
2316,+2316,@@
   
register_shutdown_function("doshutdown");
 } 
joe_bruin is offline   Reply With Quote