bira:
Shouldn't the preceding:
Code:
$bbcode=str_replace("<code>\r\n","</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>",$bbcode);
$bbcode=str_replace("<code>","</normalfont><blockquote><pre><smallfont>code:</smallfont><hr>",$bbcode);
also have the order of normalfont and blockquote reversed?
Parker
[Fixed up the code tags so it didn't parse -Ed]
[Edited by Ed Sullivan on 07-22-2000 at 07:18 PM]