Quote Originally Posted by clydejones View Post
Find the following line of code (there are two of them)

PHP Code:
<div class="forward"><?php echo '<a href="' zen_href_link(FILENAME_LINKS_SUBMITzen_get_all_get_params()) . '">' zen_image_button(BUTTON_SUBMIT_LINKBUTTON_SUBMIT_LINK_ALT) . '</a>'?></div>
and replace them with the following

PHP Code:
<div class="forward"><?php echo '<a href="' zen_href_link(FILENAME_LINKS_SUBMITzen_get_all_get_params()) . '">' zen_image_button(BUTTON_IMAGE_SUBMIT_LINKBUTTON_SUBMIT_LINK_ALT) . '</a>'?></div>
Sorry for keep bugging you and asking you questions.....

One last question: where is the codes located? which file? Thank you very much!:-)

By the way, I like your link manager very much. Great constribution!

Lina