Html Tricks


Keep in mind IF SOMETHINGS NOT HERE I'm happy to help you. You can email but if it is here it makes me sorta mad that you didnt even look! Want some tips on a a better site? go here to my tips page!


if you want to prevent people from stealing your graphics on your site put this right click disable on the top of your page:(do not alter it in anyway except to change the words your disable will display leave the' ' in.)
<no script> <script language="javascript"> // No rightclick script // (c) 1998 barts1000 // barts1000@aol.com function click() { if (event.button==2) { alert('the right click function has been disabled') } } document.onmousedown=click </script>

If you want html to show on your page to
copy and paste
Put these tags around it: <xmp>blah blah<*/xmp> just take out the * .It doesnt work when you want xmp's to show^^

To make links pop up in a new window put this:
<a href="http://place" target="_blank">
To make a table do this: <center> <TABLE WIDTH 20% BORDER=0 CELLPADDING=10 BGCOLOR=6a5acd><TD> <CENTER> <TABLE WIDTH=100% BORDER=0 CELLPADDING=10 CELLSPACING=0 BGCOLOR="#FFFFFF" background="your piccie.gif"><TD> <CENTER> <FONT FACE="Comic Sans MS" size=2> Table insides go here </td></table></td></table></td></table>

If you want to do more tables your best off going here

Want a background that doesn't move? <body background="piccie.gif" bg properties="fixed">

If you want to show a description when you hold
your cursor over it:<img src="blah.gif" alt="I'm boring">

If you want no border around a linked picture: <img src="blah.gif" border=0">

When you have an email link and you want a subject
to appear automatically when the person emails you do this:
<a href="mailto:your email?subject=your subject">

A Marquee.they look like this:
I'm a marquee! I'm cute! type this:<marquee>Your text</marquee>
If you want some fancy ones go to Moo's page

When your cruising the internet do you find
yourself stuck in someones frames (so you have
to view a website within unrelated frames?)?
I hate that. so be curtious! put just a tiny
little thing on your site something like this:
break <a href="http://www.your URL.com" target="_top"><b>out</b></a> of frames

If you want some frames help of more other types of help go to
htmlclinic.com
beats having to type it all out myself:) sorrry I'm so lazy:)

.:home:. .:back:.