In this code, the space between my icon and the word "Edit" is getting a hyperlink underline, which is annoying me?!
PHP Code:if ($editablePost){
$editLink = "<a id='editComment' href='/articles/edit_comment.php?comment="
. $commentID . "&member=" . $memberID . "'>
<img src='/images/Edit_16x16.png' width='16'
alt='Edit Comment' title='Edit Comment'/> Edit
</a>";
}else{
I thought adding the would solve my problem, but alas, no luck?!
Debbie




Reply With Quote








Bookmarks