Bugs » All links show up on same line

added on Jun 17, 2007 by matt c
I have put in this code in my resources page:

<?php include( "/home/hbbiz/public_html/mysite/linkex/data/output/1002" ); ?>
<?php include( "/home/hbbiz/public_html/mysite/linkex/data/output/1001" ); ?>

Problem is that the links all show up in one row. The result is a massive block of text instead of a easy to read list.
I want them on separate lines, of course.

Any advice on how to separate the links? Thanks for a cool script!!!!
added on Jun 28, 2007 by Craig
login to admin>>catagories>>>edit

in the template setting

<a href="{$URL}" title="{$ANCHOR}">{$ANCHOR}</a>&nbsp;{$DESCRIPTION}&nbsp;

you will need to add <br>


<a href="{$URL}"
title="{$ANCHOR}">{$ANCHOR}</a>&nbsp;{$DESCRIPTION}&nbsp;<br>


Do that to both catagories

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.