How do i manage to put images inside the body in drupal,
I need it to be like:
<img src="images/bg1.jpg"></img>
because i have this gallery where jquery takes the src from the image.
I’ve tried with image fields but it puts an anchor tag around it so when i click it opens the image
Hope you guys can help
You probably just need to start your path at the sites folder. That’s where all the files that you add to the site should go. Most of the rest is part of the core drupal package. Once you know the path to your images folder, you can write something that looks like the path below.