How to make a welcome screen on the website

How to make a welcome screen on the website

At run on some websites the user at first gets on the welcome screen having any given functions and already from it on the main pages of the website. To make a similar welcome screen, the simplest knowledge of the HTML language is necessary.

It is required to you

  • - HTML-editor.

Instruction

1. If you can not do a welcome screen on the website, then it is better not to do it, allowing the user to get on the homepage of the website at once. The welcome screen is necessary if really there is a need about something to report to the visitor – for example, that the website is available only to the registered users. In this case at the page there has to be a button of transition to the login page. The simple greeting with the Input button should be considered bad form as similar "jewelry" only irritates visitors of the website, forcing them once again something to click and somewhere to pass.

2. For work you need the HTML-editor – for example, to CuteHTML. Start it, in a window you automatically will have a preparation of the code of future page. Save it as index.html, on it all visitors of your website will get.

3. Now it is necessary to fill preparation with contents. Pick up or create the suitable picture which users will see at an input on the website. For example, its sizes will be 800 on 500 pixels. In this case insert between the BODY tags and / BODY the following code:
<table width= "" 800"" height= "" 500" of" border= "" 0" of" cellspacing= "" 0" of" cellpadding= "" 0" of" align= "" of Center """
<tr›
<td› <href= "" perekhod_na_sayt""› <img src= "" to a put_k_kartinka of"" width= "" 800" of" height= "" 500"" /› </a› </td›
</tr›
</table›

4. In the provided code the picture is made by the link at once that will allow the user to pass when clicking it to the address specified as "переход_на_сайт". Instead of this line insert the link to the main page of the website or to the registration form. Instead of the line "put_k_kartinke" it is necessary to specify path on which the image will be on the website. Also you can set necessary background color for the page. For example, having substituted BODY BGCOLOR= ""#000000"", you receive black background color. You can change the basic code as necessary, adding a table cell, inserting buttons, transition options, etc.

Author: «MirrorInfo» Dream Team


Print