
Damon
Staff
/ Moderator

Oct 14, 2002, 4:21 PM
Post #2 of 2
(1585 views)
Shortcut
|
Hi, To remove image borders form uploaded images, download and edit the following templates: /templates/index/default.html /templates/article/default.html /templates/article/default_printer.html /templates/search/search_results.html Find the following line: <img src="$img_url$" height="$img_height$" width="$img_width$" border=1> and replace border=1 with border=0 <img src="$img_url$" height="$img_height$" width="$img_width$" border=0> Note that there is two places in each templates that this will need to be changed. Save the templates when done. Upload them back to your site. Log in to Article Manager and re-publish all. That's it. If you have any other questions, please let me know. --------------------------------------------------- Cheers Damon Edis interactivetools.com Hire me! Save time by getting our experts to help with your project. http://www.interactivetools.com/consulting/
|