6
Ok, I've changed the code and now it is almost there. If you look at the "RSS Headlines", you'll see that the selections are spaced out. How do I get them to be close to each other?
CODE:
<div class="blockContent">
<table cellspacing="0" width="100%" height="1">
<tr>
<td id="mainmenu">
<!-- start module menu loop -->
<a class="menuMain" href="{X_SITEURL}modules/rss_computer4/">Computers/Security</a><br>
<a class="menuMain" href="{X_SITEURL}modules/rss_legal1/">Legal</a><br>
<a class="menuMain" href="{X_SITEURL}modules/rss_medical2/">Medical</a><br>
<a class="menuMain" href="{X_SITEURL}modules/rss_univ3/">Universities</a><br>
<a class="menuMain" href="{X_SITEURL}modules/rss_xhld0/">Miscellaneous</a>
<!-- end module menu loop -->
</td>
</tr>
</table>
</div>
Site:
http://www.webdiscourse.comThanks.
J