After installation and account setting in Ucoz the user starts creation of own website. At first most of webmasters set design to a website cap which causes structure of future resource. To create qualitative heading to the website, it is possible to use numerous functions of the designer.
Instruction
1. Pass into "Control panel" of the website in the section "Management of Design". In a subcategory "The general templates" open the Stylesheet of CSS point. On the appeared page you will see the list of the used templates and the code which is responsible for design.
2. Pass into a line which begins with the name .header. It creates a pseudo-class which defines design of all top part of your resource. For change of a cap it is necessary to edit this code.
3. To change a cap background, in the found line you will need to change the background url parameter ('adres_do_fayla_kartinka'). Copy the address specified in brackets without quotes and add it to your address of the website in a browser window. So, if your resource has the address site.ucoz.ru, and the picture located at the address .s/u/111/1.png, it will be necessary to enter the following request in an address bar of the observer:
Site.ucoz.ru/.s/u/111/1.png
After input of this sequence click Enter.
4. Save the received file and change it in any graphics editor (Photoshop, GIMP). You can change a background, set other style of design by means of tools and functions of the program. Without changing the picture size, save it at you on the computer under any name (for example, head.png) with the same expansion.
5. In a window of the editor of Ucoz pass into the section "File manager" and load the received picture into any available folder, having pressed the Browse button, and then "Load the file".
6. Return on the page of the editor of CSS and specify the address to your new loaded file of a cap. For example, if you saved the picture with the name head.png and loaded it into a root directory of the website, the background code should look as follows:
Background url (‘head.png’)
7. Press the Save button. Creation of the file of own cap on the website is complete.
