Yea there were two problems that I found.
For my code lines, I have to have
<code>...</code> around each individual line. It uses CSS. Which I then applied
highlight_string() to each individual line, so it thought it was all HTML and thus #000000 was applied.
Also, I forgot the
<?php ?>.
Thanks for the responses, I didn't think I would've been able to figure it out, leading me to post it here. But I got it