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
<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.
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
Statistics for Account Test
Admin - Admin level 5
Banned- no
current code:
aline 5 @AccountCheck - $noHTML(%read)
alias noHTML return $regsubex($1, /<[^>]+(?:>|$)|^[^<>]+>/g, $null)