for the search, my way to preload images! haha

ATTENTION:: These are old tutorials, click on the tutorials link right above this to see the newest tutorials

How to Remove your Contact Table

written by John but is known widely throughout myspace.

The code below goes between your style tags.

.skem9{To remove the contact table, and move everything else up use the code below.}
.contactTable {display:none;}

.skem9{To remove the contact table and still have a space there, use the following code.}
.contactTable {visibility:hidden;}