How can I put live chat gif image in my website?

Asked By 10 points N/A Posted on -
qa-featured

I want my page to look more interesting so I want to insert a live chat using a GIF image. But I am not sure how to do this. Do I need to download anything to create one? Is there any tool that you can recommend for this?

SHARE
Best Answer by Harrell Kanagy
Answered By 0 points N/A #139299

How can I put live chat gif image in my website?

qa-featured

Adding .JPG or .GIF image to your website is a very simple task. You simply need some html codes and a source. For the image you want to upload on your website and you are all set.

If you are uploading a .GIF image from another website, this is all you need to do.
 
1. Copy this html code (<img src="picture.gif">) into the part of your website where you want to put the image.
2. Replace the "picture.gif" with the image url of your choice.
3. Click Save.
 
If you wish to make your own personalized .GIF image. You can go to this website(http://makeagif.com/) and try their .gif image maker.
 
1. Upload the photos you want to make into a .GIF image on their website.
2. Click Create a .GIF.
3. Choose from the selection you will find on the next page.
4. Download the GIF file into your computer and upload into your website.
 
Best Answer
Best Answer
Answered By 0 points N/A #139300

How can I put live chat gif image in my website?

qa-featured

You can add live chat gif image on your website simply by adding an <img> tag to your website.

To do this, you can follow these steps:

1. Find the region where you want to put the live chat, or when it is located (if it's already exist).
It can be on the header, sidebar, main content, footer, or any other regions your website may have.

2. Put this HTML code "<img src='pathToImage/imageName.extension'>" (without the double quotes)
For example, if I put the HTML code on root directory of my server, and I also put the image on a folder called "pictures", and the image filename is "chat-us.jpg", then the HTML code to put becomes "<img src='pictures/chat-us.jpg'>"
You can also specify the width or height of the image by adding "width" and "height" attribute respectively.

Please keep in mind that you need to put the image on position before applying the HTML code since it will display a broken image icon if it cannot find the specified image. To create a GIF file from a set of JPEG images, you can use an online GIF creator named Picasion (http://picasion.com/). It is very easy to use, and it provides custom set of image width and animation for the GIF file you are about to create. It also provides options to obtain the images directly from a URL or web camera.

Related Questions