Hello,
If you go to advanced setup, and then click "Edit design manually" you can add a background color to the break. I would suggest making it the same color as Cell A or Cell B so that it matches your list, and then you will be able to read the black text in all of your list breaks and at the bottom of the page.
Code:
.break {
background-color:#E0CDA2;
font-size:12px;
text-align:center;
color:black;
font-family:sans-serif;
}
for example. OR, instead of adding the background-color to the above, you can make the text some color other than black.
You are correct about the list breaks not appearing because you don't have enough members yet. They will appear once there are enough members to reach the list breaks.
The links to the different pages will appear once you have more than one page. Hope that helps!