Here is your problem:
Commented: <ul> <a title="Visit janelle" href="https://phinkness.com">janelle</a>, <a title="Visit Brenda" href="https://insanitykills.org">Brenda</a>, <a title="Visit Kelly" href="https://12string.org">Kelly</a>, </ul>
to correct:
add in your css file
ul {
display:inline;
margin:0px;
padding0px;
}