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 Flip your Myspace Page

re-written by John First writen in the Coders Group and Mrk @ bbzspace.com

All this code here is doing is flip your page, meaning to have the default picture on the right side instead of the left side.
The code below goes between your style tags.

table {direction:rtl;}
table table table {direction:ltr;}
Flipping friends and Comments
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}