Hello everyone,
I'd like to know how can I include a picture in a drupal content. should I use the normal tag of html <img>, or is there another simplier way? How can I establish the position of a picture? How can I specify other parameters?
Thanks in advance, Best regards, Sauro
If you have your input filter set to full html, or you add the img tag to the list of allowed tags in the "filtered html" input format configuration then the short answer is "yes".
I would recommend that you look at the following modules that will help you get images uploaded image imagefield and image cache(if you're creating custom conent types CCK.) Image Assist image attach( I think this is part of the image project download).
These modules make some of the other issues a lot easier to handle.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Sauro Cesaretti Sent: Tuesday, June 19, 2007 7:05 AM To: support@drupal.org Subject: [support] Including pictures in drupal contents
Hello everyone,
I'd like to know how can I include a picture in a drupal content. should I use the normal tag of html <img>, or is there another simplier way? How can I establish the position of a picture? How can I specify other parameters?
Thanks in advance, Best regards, Sauro
-- [ Drupal support list | http://lists.drupal.org/ ]
Sauro Cesaretti / 2007/06/19 / 10:05 AM wrote:
I'd like to know how can I include a picture in a drupal content. should I use the normal tag of html <img>, or is there another simplier way? How can I establish the position of a picture? How can I specify other parameters?
I have exhausted the option, and did it with full html for max control. I do use image_assist, but its library isn't that handy when the number of images grew up more than a couple hundreds :-(
there are different ways: - write html by hand and use an ftp client to upload images - install a visual editor like htmlarea, tinymce or fckeditor. They all have a file manager included, and you can upload files (images, pdf, doc. etc.) and create directories via http. - use node_images.module, and you can insert images before or after content. you can configure the number of images you can upload per node and can create image galleries. You can use it combined with imagefield, image cache and cck. --- for node_images.module i've written this: http://www.drupalitalia.org/node/2342
2007/6/19, Sauro Cesaretti cesaretti.sauro@gmail.com:
Hello everyone,
I'd like to know how can I include a picture in a drupal content. should I use the normal tag of html <img>, or is there another simplier way? How can I establish the position of a picture? How can I specify other parameters?
Thanks in advance, Best regards, Sauro
-- [ Drupal support list | http://lists.drupal.org/ ]