Monday, November 29, 2010

How to create a website for a chat room add

Create a Web site and the addition of a cat room requires a text editor and the code for a chat server.

There are many choice chat servers. Some can create your own chat room. others you can access an array of live chat. You can some the chat room, including the color in the text box and the design change. Difficulty: easy

Instructions

You need: text editor things
  1. 1

    Open the text editor and create a new file by clicking "File" and "New".

  • 2

    Add the code base for Web pages, including the TITLE HTML tag, the HEAD tag, tag and BODY tag.

  • For example:



    < html >

    < head >

    < title > my chat room < / title >

    < / head >

    < body >

    < / body >

    < html >
  • 3

    Select rooms chat that you use and get the code for the chat room.

  • Change the chat Web page settings, and click on send. The page is the code. Select the code, and then click your keyboard CTRL + C. use for a Mac cmd + c.
  • 4

    Add the code between the BODY tags on your Web site in the text editor.

  • Click between the BODY tags, and then press CTRL + P on the keyboard. For a Mac, use command + p.
  • 5

    Save the index.html file.

  • No comments:

    Post a Comment