This is driving me insane.
I am trying to embed pictures in my posts. The specific picture is a thumbnail from my Gallery install. I just want to refer to the http://www..../gallery/xx.thumbnail.jpg resized image in a <img> src="http://www..../gallery/xx.thumbnail.jpg" </img> tag.
The problem is that every time I embed the link in a
tag, it appears once, then when you refresh the page then it is not there anymore. When you try edit the page, the link is there, but the image does not show in the post.
I do not want to reupload the picture, so anything like INLINE will not do. (I have it installed only as a last resort)
I have Full HTML enabled as my post format.
Any ideas why it is doing this?
My system is a FreeBSD 6.2 system with Apache 2.2 with PHP 5.2 (it did this with 4.4 too)
The Drupal install is a multisite 5.2
Comments
<img> tags need to look like this
<img> tags need to look like this:
<img src="http://www..../gallery/xx.thumbnail.jpg" />Another go..
Thanks for the tip, however, it still has the same symptoms.
The url is http://test.project415.org/
The post has the following between the paragraphs.
See if the behaviour is the same for you when you refresh the page a few times.
You can also just check if you can retrieve the image manually, it will work, but not from within Drupal.
Thanks
...
Try Blue Marine and/or Garland and see if you have the same issue. There are occasions where a given theme can interfere or have odd effects on image display. Not saying that's what it is, but it has happened in the past.
Doing a view source looks like you have everything set right. However, I am not even seeing the content in the CODE tag visible on your site either. I pulled the content from a view source and stuck it here: http://scratch.blkmtn.org/node/113
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Hooray!
Thank you for the suggestion. I tried Bluemarine and Garland and no luck.
I left the site with the Garland theme.
However, I just had a brainwave and added the Drupal logo from _this_ test site. It worked. No matter how many times I refreshed the page.
Since I was taking images from the future site, I wondered if the problem was with the source of the images (Gallery2, which was set up years ago when my Wordpress site was made).
Hotlink protection was on and when I added the hostname (test) all the images were displayed.
Thank you for everyone that replied. It is a silly error, but one that kept me busy for 2 days..
Now to have a look and see why
<code>did not show..-Gary
see codefilter
http://drupal.org/project/codefilter
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
no inline images?
I'm running Drupal 6.x and can't get an inline image on my page to save my life. I've tried pretty much everything with the modules I have. I have image import, image & image attach. I have full html enabled but have no idea how to enable the img tag. I AM a noob but for goodness sake is putting an image on a page really that difficult with Drupal?
Please help me.