I am using the simplicity template, and I am trying to have reciprocal links displayed 2 columns per row.
I have this set in AdminPanel/settings/general but it does not work.
This is the code I am trying to use
<!-- BEGIN RECIP LINKS -->
<table {STANDARDTABLE}>
<!-- BEGIN RECIP LINKS -->
<td {LINKWIDTH} valign="top" class="link">
[INSERTFILE=linkbit]
</td>
I have also tried to edit forceswitches.php but it does not work. It says
$settings->linkcols = 0; // don't use columns for links
I changed the 0 - 2 but it doesn't work.
Is there anyway to display the links in 2 colums per row? |