HTML Codes for Inserting Emoticons with Black Background

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

Hello fellows,

How to put some smiles dark background? I want a smiles dark background for my html project to be submitted next two weeks. I am still on the planning process and need some help from you. Can you provide some tutorial information that will probably help me a lot?

Regards,

Christine Turner.

SHARE
Answered By 5 points N/A #165483

HTML Codes for Inserting Emoticons with Black Background

qa-featured

 

Hi,

You need to know few things before adding the background smiley picture. Actually I am telling you to how to add an image to the background. If you want to add smiley then it should be a gif file. So you can also add a gif file using this code.  Make sure when you selected an image, please find the resolution of that image.  If it is very large, convert it to small.

This is a very simple code. It has given below.

<div style=”background-image: url ( /pic / smiley.gif) >

In the above code, there is a URL. In that URL you have to give the path of your smiley picture.

If you want to change the resolution, use this code.

<div style=”background-image : url ( /pic / smiley.gif);

Background-repeat: repeat;

width:150px;

height:150px;”>

That’s all. If you want to know more about this. Please refer the link that I have given below.

https://www.quackit.com/html/codes/html_background_codes.cfm

Related Questions