QUOTE(manny-the-dino @ May 3 2009, 03:26 AM)

^I dk why I didn't think of this before but I went right click>View Source and looked through her coding. Looks like she did it manually. "/
If you right click to view the source, it won't show the actual code. It will only show what that code generated.
What a typical Following box looks like.
CODE
<style type="text/css">
.following {width:#}
.following a img {border: 1px solid black;padding: 1px;margin: 1px;}
.following a img:hover {border: 1px solid red;padding: 1px;margin: 1px;}
</style>
<div class="following">
{block:following}
{block:followed}
<a href="{followedurl}"><img src="{followedportraiturl-16}" border=0></a>
{/block:followed}
{/block:following}
</div>
Change the width to adjust your columns and rows.