By jamiejamie on
I would like to add a photo to my blog entry without having to attach one. I want to use the html tag imgsrc but it doesn't allow me to. Is there a workaround for this?
I would like to add a photo to my blog entry without having to attach one. I want to use the html tag imgsrc but it doesn't allow me to. Is there a workaround for this?
Comments
Adding an Image to a Blog
Some like to use image with img assist. I my case, I like to add pictures individually by cropping in a photo editing program and then uploading that image to a file in Drupal without the use of an add on module. The blog text block will allow for full html so that CSS can be used to position the image left or right with or without a border with text wrapping around the image.
Have fun,
Jim
See node as follows for more information.
http://drupal.org/node/26801
Your trying to do
Your trying to do this...
Yes?
Make sure when you create your content that its set to Full HTML. Alternatively you can change this in administer > input formats to allow img tags by default.