OK, I have a section of code with things like: Text
Text
I need to reformat thes
Try this,
$link = 'Text'; echo $formatted = "".strip_tags($link)."";
Check this link out as well, I think this is what you are looking for.