help with myspace code

56kar78

New Member
Joined
Mar 18, 2007
Messages
1
Reaction score
0
There is something wrong with the code. I am tweaking my profile to make it look unique and I got this code from this site. There is something missing with the code maybe because my friend got his code from the same site and it was working well with his profile. Can someone digest the code?

Code:
<style type="text/css"> table table table table table {direction:rtl;} table table table table table {direction:ltr;}</style> <a href="http://www.profilepitstop.com/" target="_blank"><img src="http://www.profilepitstop.com/profile_editor/images/button_logo.png" alt="http://www.profilepitstop.com/" style="position:absolute; left:0px; top: 0px;" border="0"></a>
 
Maybe u make mistake to change code or something?
 
What is it supposed to do?

I never liked MySpace because it allows easy hacking and manipulation which I think shouldn't even be there if people want to have easy surfing in MySpace.

That's why I prefer Facebook better cuz it's controlled. :)
 
What is it supposed to do?

I never liked MySpace because it allows easy hacking and manipulation which I think shouldn't even be there if people want to have easy surfing in MySpace.

That's why I prefer Facebook better cuz it's controlled. :)

I am member of MySpace and Facebook, I gotta agreed with u abt Facebook is better than MySpace...
 
You're missing a "td" between "table" and "{direction:ltr;}"
 
I have Facebook - and yes, it's better than MySpace.

However, I refuse to let any deafie--unless I consider them as cool and not embarrass me in front of my hearing friends--request myself to be added as his or her "friend." Imagine the pandemonium when they post shit on my FB wall. No thanks; I know how that works.
 
I have Facebook - and yes, it's better than MySpace.

However, I refuse to let any deafie--unless I consider them as cool and not embarrass me in front of my hearing friends--request myself to be added as his or her "friend." Imagine the pandemonium when they post shit on my FB wall. No thanks; I know how that works.
Yeah, MySpace has the same thing with their "comments" like Facebook's "wall".

Simple, tell them when they become your friends that they respect your Wall. If they don't, you'll remove them. :)
 
Yeah, MySpace has the same thing with their "comments" like Facebook's "wall".

Simple, tell them when they become your friends that they respect your Wall. If they don't, you'll remove them. :)

Or better yet, elude all that by setting myself to be hidden from them.

However, if they DO find me, I have my speech (kinda like the "End User License Agreement" that you see before installing any copyrighted software) all ready to copy/paste in a private message beforehand, so they'd know that they are expected to follow my rules before they can be added on my friends list.
 
Oh and yes Alex's right. You need to add a "td" after "table" because "td" is a column code. Without any columns or rows (or both), the table itself is useless.

Kinda like Oracle and SQL, when you add a table via the SQL query "CREATE TABLE whatever-name," you can't just leave it like that and not add any columns and primary-key, foreign-key, not-null, unique, and check constraints because it'd render the table useless. (You'd insert records into rows via the SQL query "Insert into whatever-table-name VALUES ('blah', 'blah blah', etc) If you encounter a foreign-key-constraint violation while attempting to insert records, you'd hafta disable that constraint, then insert the record, then re-enable it).
 
Back
Top