about the <p> tags. It something likes, table works but pure css is better.
I write my own css based on these site you linked and removed some unneeded line. Just it. You don't need 2 classes to display a simple background with border in your old code.
your current stage maybe like this:
link.com
link1.com
link2.com
change it to st like
<a href="link">link.com</a>
<a href="link1">link1.com</a>
Then you get it clickable
|