How to edit templates a flash website

How to edit templates a flash website

Now it is possible to make own website even for the beginner who does not have specific knowledge of programming or web-design. It is possible to use different templates of the websites on the Internet and on their basis to create, edit and post online the website.

Instruction

1. Download a website template. Find the style.css file (usually it is in the public HTML folder). Open this file and find a fragment of the code which is responsible for a type of the top part of the website. It looks so: #logotype {background: url (images/logotype.png) no-repeat left center #fff; width: 230px; height: 60px; margin: 10px 25px; position: relative;.

2. Here in the line background: specify by url path to the image of a background of the created website. The next lines designate image sizes (length, height). The margin point defines intervals of indents of the drawing in horizontal direction and verticals. Find the logotype.png file which is used as a logo, replace it with own logo in the same folder and with the same name.

3. Load the background image into the public html/tmpl/imya_shablona/Images/folder. In the line background: again specify by url path to the image. If it is required, rewrite parameters of length, height and an indent of the picture. In this case do not touch the line position: relative. Save all changes and load the file on the server instead of a template.

4. When changing the lower logo of the website find a logotype-footer code fragment in the style.css file. Save the image which contains a new logo, load it into the folder of the used Images template. Change parameters of the sizes. Once again save the style.css file and load the edited website on the server.

5. Learn accesses (website address, an administration system, the password) without which you will not be able to manage the website. They are given by the programmer or the site administrator.

6. Be connected to the Internet, visit the website, open an administration system through which you will manage the website now in a window. Come into the section, replace the text, the picture or the code and click "Save". Update a window in which the website is open.

Author: «MirrorInfo» Dream Team


Print