webmaster-directory.net home
Webmaster Forum | Webmaster Directory | Webmaster Blogs


Webmaster Resources

Search

Google

www
webmaster-directory

HTML CSS PAGE GENERATOR

STEPS TO CREATE :

  1. Download style.css file here and store it under css folder(css/style.css)
  2. Input all necessary fileds in following form
  3. Click Generate Page
  4. Copy the source code from opened window
  5. Note:The Directory Sturucture should be


Create Your HTML CSS page

Enter Website Name:
Enter Page Title:
Enter Page Description
Enter Page Keywords
Enter Page Content
(Note:PASTE HTML CODE CONTENT)
(Dont Know HTML.TRY THIS LINK TO CONVERT TEXT TO HTML)
PAGE TITLE

The text inside < TITLE> is not displayed in the document. However, most browsers will display the title at the top of the window.

PAGE DESCRIPTION

< META NAME=DESCRIPTION CONTENT="..."> designates the text to display when the search engine returns information about your page. If no description is given, the search engines usually return the the first 175 or so characters of the page, not counting the HTML tags.

PAGE KEYWORDS

When search engines such as google AltaVista, Infoseek, and Webcrawler index and display information from your web page, they use two types of < META ...> tags: KEYWORDS and DESCRIPTION.


Make this as web template for your website

  1. Copy the source code of above generated page
  2. Divide the header,footer and right section for this page
  3. If your hosting account support php then make these header,footer and right section as include files.
  4. Then include the php inlude code < ?php include "header.inc.php"; ?> in necessary place.
  5. Save it as index.php
  6. Modify the .htaccess file with php_value include_path ".:/home/user_name/public_html/includes"

Header Code

Right Code

Footer Code

index.php code