2 esanchez Jan 27, 2008 03:29

fixed the comments...in the css they were limiting the height to 1.5 so i just took it out so it can be any height now.
esanchez wrote:
I'll piggy back on this one.
I'm trying to add a "Subscribe to Comments" link to the bottom of the Comments Widget.
I found the file: _coll_comment_list.widget.php but I'm having trouble formatting the command line:
echo '<a herf=\"myLink.com">Link</a>';
echo ('<a herf=\"myLink.com">Link</a>');
print "<a herf=\"myLink.com">Link</a>";but none of them work.
any help?
try.... www.phpfreaks.com
I'll piggy back on this one.
I'm trying to add a "Subscribe to Comments" link to the bottom of the Comments Widget.
I found the file: _coll_comment_list.widget.php but I'm having trouble formatting the command line:
echo '<a herf=\"myLink.com">Link</a>';
echo ('<a herf=\"myLink.com">Link</a>');
print "<a herf=\"myLink.com">Link</a>";
but none of them work.
any help?