well yeah friendster isnt really difficult. it's just that you can't really go throught the whole code; can only edit some parts of the code, and even then got some limitations.
but thanks! keep the comments coming!

junkieG: patutnye dalam css kalo ko letak
background-url:"file.swf"
die boleh jalan. tapi most if not all browser tak support gune swf dalam background-url, so takleh la. tapi ade nye cara lah.
teori ako? dalam tempat Now Playing, itu je tempat yang ko leh letak additional HTML, so why not letak satu div tag yang ada swf file tu, then under custom style, ko positionkan div tag tu kat memane lokasi kat page tu yang ko nak.
anyway, right now i have this css prob.
if you look in your friendster profile, the part/div tag where it says "More about username" and "username's blog" and "username's testimonials" all use the same css style/element. and, because of that, say you want to replace one of the text with a pic, it's not possible because then all of those 3 texts will use the same pic lah, get it?
so i remembered before that there is a way for you to create an element, where it only applies to a specific text. something like this
P["Hello *"] { font-size=20px }
<p>Hello how are you?</p>
would show
Hello how are you?
something like that. the way is called using custom string or something, cant remember lah. help?
This post has been edited by C-Fu: Sep 22 2005, 09:02 PM