NM Web Tutorials
XHTML
Display Picture Make Text Link Make Image Link Basic Text Attributes Make a List Easy Back Button HEX ColoursCSS
Font/Colour Attributes Roll Over-text Roll Over-image Borders Float Margins Padding BackgroundsOther Useful Tips
Add to Search Engine TermsExcellent, the link worked, while you’re here I might as well show you how to do an easy back button: <a href="javascript:javascript:history.go(-1)">Back</a>
the "javascript:javascript:history.go(-1)" means that it will go back one page in the persons history. It's the same as clicking the back button at the top of the browser. That’s good if you have one page that is linked by all kinds of pages, like my terms page.