Piczo

Log in!
Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it

Useful HTML code & tips


  1. <ol> <li> </li> </ol>

Single line,
new paragraph spacing = <BR>


<a href="INSERT LINK HERE USING http://> INSERT LINK NAME HERE </a>
link to another part of same page;

EXAMPLE CLICK

Welcome back!


With basic basic web design use:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
... at start
Then <html> <body> around </body> </html> everything


BTW; <hr /> (border) DOESN'T need closing


To get name of webby in tab/browser (look at tab name at top of browser) use;
<head>
<title> TITLE HERE </title>
</head>

LIKE THIS ;)


&ltspan style="colour: #9933CCgt;"> TEXT HERE </span>
#FF3399 & etc
Colour codes grid



Although for the above image I excluded "width=”70” height=”20” alt=”HTML for pictures” />" as I couldn't get it to work here :(


Here's how to do tables <table border ="VALUE"> <tr> <td> Row 1, cell 1 </td> </tr>
<tr> <td> Row 2, Cell 1 </td> </tr> </table>

Can't be arsed ATM so here's link to a page about FORMS


Change background colour with
<body bgcolor="COLOUR HERE"> </body>
Link 2 colour chart grid
current background colour = "#33CC99"

</tr>
<tablecolor="lime" border ="1"> <tr>
</tr> </table>
But you have to color EVERY cell individually a





Hiya!

Wanna go back ?