What I want, is not a border around the text, that's easy enough to do. I want a border MADE OF text. There's nothing I can find on here that will allow me to do that.
<div style="width:200px;height:100px;border:1px solid blue;">
HTML borders are best created with CSS.
</div>
You can keep borders in html this way using <div> tag