How to put on site soon?

-1

Good afternoon guys! I have a little doubt regarding the image insertion 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 the white back of the image to appear, I need only the writings, I tried to apply but the effect was not legal. follow 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>
    
asked by anonymous 13.06.2016 / 18:09

1 answer

2

Good afternoon @Ronan, use an image editor like photoshop to remove the white background, then save it in the .png format, then load the html in the same way you uploaded, it has to work. Hugs!

    
13.06.2016 / 19:27