I am tired of searching the forum. I want to link to a hosted image. I want it to post the picture like most sites do by using the img tags. How do I do that with drupal 6.1

Comments

ed5876’s picture

Be sure the html input format filter for your content will allow the <img src /> tag. The filtered format strips that tag out unless you add it. Admin>>Site Configuration>>Input Formats, choose configure and you can add the <img src /> tag.

<img src="http://www.somesite.com/img/user/Mickey_TV_Set_003.jpg" width="256" height="192" alt="Mickey_TV_Set_003.jpg" />

ed