Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lakuriosa Friend
    #160719

    Problem: Not wished border around the images of texts and principal LOGO. Please, how can I eliminate these borders when I click on them?

    huypl Friend
    #378750

    Hello lakuriosa,
    To delete these border around your images, you just access to your index.php or index.html file. You have to search for it by yourself. Then you open it with notepad. The next thing you need to do is to edit the code of the index. I’m gonna show you how to do this.
    In the index file, you will find something like this: <style type=”text/css”> some codes here… </style>. What you need to do is to write some code. Let’s try writting this :
    <style type=”text/css”>
    some code here… (don’t care about them)
    img{ border:none;} (=>add this line, its function is to delete the border around the image)
    </style>
    Hope this can help you!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  huypl 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum