Site hosted by Angelfire.com: Build your free website today!
border(like the one around this page)

list. example:a
  • one
  • two
  • three
    cool scroll bar (like the one on thispage and text areas) change to any color you want, lots of styles to choose from!

    scrolling text
    no rightclick script (to keep theves from stealing your stuff)

    this is how you make a text area


    music
    hover effects for links: paste this code in you head section only once: <font face=tahoma color=mediumpurple size=1><<STYLE type="text/css"> A:link { color:COLOR; text-decoration:none; } A:visited { color:COLOR; text-decoration:none; } A:active { color:COLOR; text-decoration:none; } A:hover { color:COLOR; text-decoration:none; } </STYLE>
  • then where it says "text-Decoration:none }" substitute it for the code you want. the codes are as follows:
    hover over the text for examples of some of the cursors <>
    underline
    text-decoration:underline;
    underline overline
    text-decoration:underline overline;
    border underline
    border-bottom:#pt SOLID COLOR;
    background color
    background-color:COLOR;
    bold
    font-weight:bold;
    italic
    font-style:italic;
    srikeout
    text-decoration:line-through;
    uppercase
    text-transform:uppercase;
    LOWERCASE
    text-transform:lowercase;
    capitalize
    text-transform:capitalize;
    default cursor
    cursor:default;
    cross cursor
    cursor:crosshair;
    cursor points up
    cursor:n-resize;
    cursor points down
    cursor:s-resize;
    cursor points left
    cursor:w-resize;
    cursor points right
    cursor:e-resize;
    wait cursor
    cursor:wait;
    help cursor
    cursor:help;
    change font size
    font-size:#pt;
    change position
    position:relative;left:#px;top:#px;
    background image
    background:url(IMAGE URL);
  • For more help visit lissa explains.com  html place.com