HTML Text and Textboxes

I’m reading text from a textfile that includes HTML and I’m using <BR /> for my line breaks…I also created a scrollbar for the textfield I’m putting this text in…

the textfield runs off of the .numLines property but I’m noticing that the textfield does not recognize <BR /> breaks as new lines in the .numLines property…only the number of actual lines in the txt file. Given that htmlText is already set to TRUE, how can I get the textfield to recognize my line break lines as text lines in .numLines?