How to put logo on site?

Asked

Viewed 2,173 times

-1

Good afternoon, you guys! I have a small doubt regarding the insertion of an image in an HTML page , well , I need to put the logo of a site at the top of the page , but I do not want to appear the white quandro behind the image, need only the writings , I tried to apply transparency but the effect was not legal. follows the code:

<!--header-top-starts-->
    <div class="header-top">
        <div class="container">
            <div class="head-main">
                <img src="/home/ronan/Downloads/Trabalhos 2016/web advocacia/foto.png"  width="398  " height="177" alt="Logo" />
            </div>
  • 1

    Welcome to Stackoverflow. Your question is very wide, and will probably be closed. How about [Edit] and add more data? How is your code? What is the extension of the image you want to put on the site? Add this information and if possible the image, so we can better assist. Taking advantage, make a [tour] and better understand the functioning of Sopt.

  • Just advance the possible response, edit the image and save it in PNG with the background Transparent. That way the white background you mentioned will not appear.

  • The extension would be exactly the png , but even so the fund insists on appearing.

  • I would have an example page to show, so it would be easier to help you.

  • Can you post the image together? It probably doesn’t have a transparent background.

  • Good I’ll send the link of the site I’ve hosted , but still no logo on the client’s name.

  • This is the site cesarfreitas.adv.br , if you can give me a light on this I am grateful .

  • Without the logo, you can’t help him.

Show 3 more comments

1 answer

2

Good afternoon @Ronan, use an image editor like photoshop to remove the white background, then save with the format. png, then click on html the same way you loaded it, it has to work. Hug!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.