So i'm trying to assign a hyperlink to a single word in a {p} tag in an .aspx page in MS expressions.
My problem: when i try to do this:
<p>Some text with a <a href="******">HYPERLINK</a> then there's more text here like this</p>
it shows up in the browser as such:
some text with a
HYPERLINK
then there's more text here like this
I'm trying to get it all on one line like it should be.. any ideas??