Tutorials

TITLE

You can put your text, images or any HTML code you want here.

How to make a cute pop-up window?

Don't like those big pop-up windows? This is a small version that will appear when your page opens, so it's nice to write your annoucements/news in.

  1. Put this code in the head of your html document where you want your pop-up window to appear:
  2. Click and save this image (close.gif) in the same directory as your html document. Of course you can also make you own image and call it close.gif.
  3. Place this code right after the body tag (<body>)
  4. Now all you have to do is to change the colours to your likings by adjusting the stylesheet part in the head and... don't forget to write your own text (^__^)
    By changing the number of this line in the head: var autohidebox=["yes", 10] You'll determinate how many seconds it will take for the window to disappear automatically.