Welcome Guest ( Log In | Join )

Discover the best free computer help!
Learn more about Geeks to Go by taking the tour. Want to ask a question, reply to a topic, or remove all advertising? It's easy, fast and free. Join today!
Spyware, virus, trojan, fake security or privacy alerts? Please start with our malware cleaning guide.
     
 
Reply to this topicStart new topic
Internet Directory - How to insert an image in the body of the text, When the directory has no "img" facility.
crisoco33
post Jul 25 2007, 05:22 PM
Post #1


Member
**
Posts: 21
OS: XP Home



I have seen a posting in one of the larger UK Classified Advertising sites which included an image within the body of the text. I am familiar with the process of copying an image location and inserting that link within the body of text where this facility exists. In this case this facility does not seem to exist yet this individual has managed to insert a gif image directly within the body of the text.

I have checked the image location. Here it is (in order to keep the user details private I have removed the web address) .....
"http://www.THEusersWEBSITEaddress.com/image.gif" without the quote marks.

If I view the Selection Source in Firefox for this gif and look at the first line where the image is located the html code is .......
<p><img src="http://www.THEusersWEBSITEaddress.com/image.gif"><br><br>

I do not understand how this source can be entered when the site offers no facility to add img source code within the body of the text.

I have tried adding similar code in the body of my posting text but all it does is adds a link from it without inserting the image. I have to admit I have not posted the changes but just previewed the result.

Where forums allow a link it is possible to use the link facility to Photobucket and that inserts a picture within the posting. I could try using Photobucket as I have pictures there already, but having tried inserting text that links to a picture on my web site and that does not work either I cannot see how Photobucket will be of any help.

This same Classified Advertising site does however offer a separate facility to add 3 pictures, but as there are a countless number Classified Sites on the internet that do not offer image insertion facilities at all it would be helpful to know how this can be achieved.
Go to the top of the page
 
+Quote Post
Major Payne
post Jul 25 2007, 06:22 PM
Post #2


Trusted Techie
Group Icon
Posts: 4,632
From: Now in a MEMA (Katrina) Cottage
OS: Win XP/Vista Home Premium. Backup PC: Commodore 64 with 300 baud modem!



You can use a link to PhotoBucket's or ImageShack's image if you have put it online. They both provide link codes for web pages, forums, etc.. I don't see why you are having problems with the <img> tag. If you have inserted:

CODE
<img src="path_to_image_here/image_file_name.gif">
You should get an image on your page. The proper way (one example) would be to do it as:

CODE
<img src="URL_path_to_image_here/image_file_name.gif" style="width: xxxpx; height: xxxpx; border: 0 solid #007878;" alt="description text here">

For using an image as a link:

CODE
<a href="url_path_here" title="link description here"><img src="URL_path_to_image_here/image_file_name.gif" style="width: xxxpx; height: xxxpx; border: 0 solid #007878;" alt="description text here"></a>

Post your code and we may be able to see what the problem is. Or a URL to your page online if you have one.

Ron

This post has been edited by Major Payne: Jul 25 2007, 06:22 PM
Go to the top of the page
 
+Quote Post
crisoco33
post Jul 26 2007, 03:07 AM
Post #3


Member
**
Posts: 21
OS: XP Home



Hello Ron,

Thanks for all the details. I will stick with the simpler one for the time being.

To illustrate the problem I have set up a link within my Gumtree posting to a photo on my web site.

The img text still does not place a picture in the post but merely provides a link to it.

This was the link code I placed in Gumtree .....

<img src="http://www.rosebayhouse.co.uk/Thigh%20massage%20-%20sit%20on%20toe%20-%20no%20ring.jpg">

I have taken a screen shot and placed that picture on Photobucket so that you can see what the problem looks like.

I have not published the amendment because I do not want this code left on the first line of the post.

This is the link to the screen shot on Photobucket .......



If I upload the same picture from my web site to Photobucket I get the same problem when I provide a link to it there.

This is the Photobucket img link I pasted in the Gumtree text box ......

http://i146.photobucket.com/albums/r257/cr...ntoe-noring.jpg

(with IMG at the front and /IMG at the end with brackets - because it places the picture here otherwise).

This is what the Photobucket link preview in Gumtree looks like (still no picture inserted) .....



David

This post has been edited by crisoco33: Jul 26 2007, 03:15 AM
Go to the top of the page
 
+Quote Post
hary
post Jul 26 2007, 01:35 PM
Post #4


Member
**
Posts: 85
From: West Sussex UK
OS: XP SP2



I am not familar with Gumtree but if they allow images to be posted perhaps it is a different code.



Go to the top of the page
 
+Quote Post
crisoco33
post Jul 26 2007, 04:09 PM
Post #5


Member
**
Posts: 21
OS: XP Home



Hary,

Gumtree do not expect you to insert an image within the text because they separately allow 3 photo uploads.
The point I am making is that someone has managed to insert an image logo within the text area without any code being available. I am not able to give you the link to this image because I feel this would not be good practice, but if you go to Kent Gumtree / Business Services / Health & Beauty/Well-Being and then search for "thai" without the quotes and tick the box which searches for postings with photos it will direct you to it.

You will see that I have tried all the alternatives, but somehow it does seem possible to insert an image. You will also see from my initial post that this image was inserted using a standard img link. This comes back to my original question. How did they do it?
Go to the top of the page
 
+Quote Post
hary
post Jul 27 2007, 07:38 AM
Post #6


Member
**
Posts: 85
From: West Sussex UK
OS: XP SP2



They do allow you to upload images from your pc using the button, or using the <img src= code, it says so in the instructions.

I tried using <img src= and got as far as an advert preview with image, but it took a few goes.

Watch for the rejection message at the top of the preview page, it the contents of the form its

rejecting not the image. Alter everything until it works
Go to the top of the page
 
+Quote Post
crisoco33
post Jul 27 2007, 08:59 AM
Post #7


Member
**
Posts: 21
OS: XP Home



Hary,

Thank you very much for your input. I think I can see what is going on now.

As you know, I have tried to add this code into the text area without success.

The clue here (I think) is to add the photo using the img link before adding the photos using the upload button.

When that has been done, go to edit and add the other 3 photos using the upload button.

I see now how they managed to do it and I could not.

I will try it out later as it will mean removing my 3 photos first. Even if I had seen the Gumtree instruction I doubt if it would have occurred to me to do the img link first. The fact that you tried it out from scratch seems to have solved this puzzle.

Many thanks.

Kind regards,

David
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies / Views Topic Information
No New Posts   2 / 535 17th May 2006 - 09:06 AM
TaNkZ101 started - last by TaNkZ101
No New Posts 1 / 588 10th September 2006 - 02:22 AM
mood started - last by Hai Mac
No New Posts   1 / 3,863 13th October 2008 - 11:15 PM
Troy started - last by Troy
No New Posts   0 / 2,137 27th January 2008 - 08:51 PM
Ztruker started - last by Ztruker

RSS Time is now: 7th January 2009 - 06:26 PM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.