|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Customization of Template 1817 |
Customization of Template 1817 |
Here are instructions on how to customize the template: https://www.ucoz.ru/help/templates/design-1817 - the page is currently available only in Russian, but the browser's option to translate to English does the trick. If anything is unclear, just let us know.
Good things come to those who wait!
|
I have changed the banner to an image that would be a link to the homepage but the banner does not have a link at all. Here is my code:
<html> <head> <meta name="generator" content="" /> <title></title> </head> <body> <div class="head-top" id="banner"> <div id="wrapper"> <div id="container"> <a href="http://mysite.usite.pro"> <img class="banner-img" src="https://mysite.usite.pro/banner1.jpg" alt="Site Title" /> </a> </div> </div> </div> </body> </html> |
How do we change the background of promo section 2? I can't find “/.s/t/1817/promo-sect2bg.png” to replace.
I have changed to <html> <head> <meta name="generator" content="" /> <title></title> </head> <body> <a href="https://mysite.usite.pro/"> <img src="/banner1.jpg" alt="Image" /> </a> </body> </html> and it works. |
| |||
| |||