1 getinked Jan 27, 2008 00:44
3 getinked Jan 29, 2008 02:06
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.
4 getinked Jan 30, 2008 00:36
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?