I like the script! THANKS!. I tried reading through some of the forum but was unable to figure out how to make the links
and descriptions fit on the page.
Do you know how I can make the template fit on this page? ...
http://www.joemadsamples.com/links.php
My template looks like this...
{TABLE cols="1" CellSpacing=1 CellPadding=1 Width=624 Height=20 Border=0 Class="mytable"}
<a href="{$URL}">{$ANCHOR}</a><br>{$DESCRIPTION}<br><br>
I just couldn't figure out where to place this code on the page...
<style>
table.mytable td {
width:33%;
}
</style>
and descriptions fit on the page.
Do you know how I can make the template fit on this page? ...
http://www.joemadsamples.com/links.php
My template looks like this...
{TABLE cols="1" CellSpacing=1 CellPadding=1 Width=624 Height=20 Border=0 Class="mytable"}
<a href="{$URL}">{$ANCHOR}</a><br>{$DESCRIPTION}<br><br>
I just couldn't figure out where to place this code on the page...
<style>
table.mytable td {
width:33%;
}
</style>