By SheilaHoff on
Sorry if this is a stupid question. I just started with Drupal over the weekend. Making good progress. I wanted to add a photo to the homepage mission statement. I uploaded to a new folder called images and then added the appropriate html code. The text now wraps around the image but the image doesn't appear. I'm clueless why not. Here's the code I put in:
<img src="drupal/images/cover.jpg" align="right" width="200" height="294" /> Welcome to the home of the Evergreen Tandem Club. Founded in early 2001, we promote the joy of tandem riding in the Puget Sound area. We provide a place to meet other area riders, plan regularly scheduled group rides, workshops, and educational events.</p>
<p>While you don’t need to be a member to participate in our rides, we hope you’ll decide to join us and support the growth of our tandeming community. </p>
If you have any tandeming questions please check out our <a href="node/2">FAQs</a> and our club brochure in PDF format <a href="sites/default/files/brochure.pdf">here</a>. If you still have questions send us an <a href="contact">email</a>.</p>
And here's the page:
http://evergreentandemclub.org/drupal
Thanks!
Sheila
Comments
Img path
Looks like an obvious image path problem. Try
src="/drupal
not
src="drupal