Hi Columbus, glad you like it.
If you click the HTML editor after you have posted your list in the normal way, you can add this line of code, that I've highlighted in red, to the HTML file. This code is at the top of the HTML file...
<p>Tour Legends as of October 6, 2014 sorted by Level then Scoring Average.</p>
<p> </p>
<div style="border: 0px solid black; width: 420px; height: 250px; overflow: auto; padding: 8px;">
<table width="375" cellspacing="0" cellpadding="0" border="0">
<colgroup><col width="36"></col>
<col width="145"></col>
<col width="39"></col>
<col width="86"></col>
<col width="69"></col>
</colgroup>
...then scroll down to the very end of the file and add this...
</div>
Hopefully that should work okay. : )