Works for me and doesn't look anything like that. Must be something wrong with your language item. Admin -> Customizations -> Languages, the item with the name 'edit' should be <a href="{PATH}"><img src="{IMAGESURL}/edit.gif" border="0" alt="edit" /></a>
Comments on bulk edit links "edit" graphic
Forum Regular
Usergroup: Customer
Joined: Apr 03, 2007
Location: NY & PA
Total Topics: 94
Total Comments: 339
Just noticed that the code
<td class="oddcolumns">{LINKADMIN}</textarea></td>
on the admin-bulklinks.tpl gives me the following, which obviously doesn't work -
Link 1 source -
<img src="../../../../../../templates/images_default/edit.gif" border="0" alt="edit"></a></td>
Link 2 source -
<img src="../../../../../../../../../../../../templates/images_default/edit.gif" border="0" alt="edit">
etc, with the ../ repeating 6 more times for each link in the list. Also, I'm guessing that </textarea> tag needs to be removed.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Works for me and doesn't look anything like that. Must be something wrong with your language item. Admin -> Customizations -> Languages, the item with the name 'edit' should be <a href="{PATH}"><img src="{IMAGESURL}/edit.gif" border="0" alt="edit" /></a>
Forum Regular
Usergroup: Customer
Joined: Apr 03, 2007
Location: NY & PA
Total Topics: 94
Total Comments: 339
Thanks that was it. For some reason I had -
<a href="{PATH}"><img src="{TEMPLATESDIR}/images/edit.gif" border="0" alt="edit"></a>
Works now. Thanks.