 |

joewilson
Novice
Oct 13, 2002, 10:21 PM
Post #1 of 2
(1215 views)
Shortcut
|
Hello There, Can anyone tell me how to remove borders from images uploaded to AM? Thank you....
|
|
|  |
 |

Damon
Staff
/ Moderator

Oct 14, 2002, 4:21 PM
Post #2 of 2
(1201 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
|
|
|  |
|