By cacho on
Hi
I want to add images to page content and wonder how to do it.
I've been reading some posts in drupal forums and I saw old posts with a lot of partial soulution but nothing clear or definitive.
To be clear, I need to add some text to each page I do and then add two or three thumbnails below page text.
Any idea ?
Thanks in advance
J
Comments
you should be able to
you should be able to achieve this with some simple html coding. Are you familiar with html?
if you use the code above you should be able to do it.
Thanks for your reply, but
Thanks for your reply, but that method appear to be a fast solution, not a serious one.
Yes, I'm so familiar with html, but I'm using a CMS to keep the work easy, not to complicate it. And the CMS user could (and probably will) know nothing about html, php and internal CMS code...
May be my original post was not clear but I need a real and serious method in the way that CMS works with other content.
Thanks
various methods
flexinode;
TinyCME
Img_assist
Inline
And probably more. Just browse the contribs.
---
[Bèr Kessels | Drupal services www.webschuur.com]
At least inline is not
At least inline is not supported in the last Drupal version....
I've tried Flexinode and is not what I want....
I'll try tinyCME...
Any other idea ?
image.module
I use the image.module. I also use a filter so that code such as [image:xxx]* in the story I'm posting gets replaced with a thumbnail of the image and some other HTML code that puts a nice frame around the picture.
*xxx is the node number of the image.