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!!!!
<?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!!!!