I have a socket, getting information from a web page, and it's listing some information I want with <b> tags by the looks of things
Quote:
<center>Statistics for Account Test</center><br> <b><font color='orange'>Admin</font><img src='/img/1.gif'><font color='orange'> - Admin Level 5</font></b><br><b>

In aline, it's displaying it all in one line, and there is no spaces between the information.
Quote:
Statistics for Account Test Admin - Admin Level 5Banned- no

(Im using a script which automatically removes HTML, i found from the internet).
How can I make the stuff display properly, so for example, it should display like this in the aline box
Quote:
Statistics for Account Test
Admin - Admin level 5
Banned- no



current code:
Quote:
aline 5 @AccountCheck - $noHTML(%read)

Quote:
alias noHTML return $regsubex($1, /<[^>]+(?:>|$)|^[^<>]+>/g, $null)

Last edited by dominic_eddy; 23/02/14 06:38 PM.