Closed (fixed)
Project:
Danland
Version:
6.x-2.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2010 at 04:46 UTC
Updated:
10 Dec 2010 at 21:36 UTC
I uploaded an image to be used on my "About Us" page. After I tried to use the IMG tag in HTML, I discovered that it is not full supported in Drupal. How do I get an uploaded image to display on a page?
Comments
Comment #1
Deepika.chavan commentedHi,
Try adding following php code in the body of your 'About Us' page.
1. Save your image in 'danland/images' directory.
2. Replace 'YOUR_IMAGE.jpg' by your image name.
Rgrds,
Deepika Chavan.
Comment #2
danpros commentedHi,
You need additional module if you want managing your images on the fly.
@Deepika Chavan: Thanks :)
Dan