i went into one tpl_links_default and took out the code in red
Code:
// create column list
$define_list = array('LINK_LIST_IMAGE' => LINK_LIST_IMAGE,
'LINK_LIST_DESCRIPTION' => LINK_LIST_DESCRIPTION,
'LINK_LIST_COUNT' => LINK_LIST_COUNT);
Code:
$select_column_list .= 'l.links_image_url, ld.links_title, ';
break;
case 'LINK_LIST_DESCRIPTION':
$select_column_list .= 'ld.links_description, ';
break;
took off some code to the submit file so people wouldn't post an image and description now i have to pull some code on the help file also. anyways it doesn't seem to line up great anymore inside the borders and in IE the click count seems off