how do you do this |
how do you do this |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
how do you flip your myspace so your profile picture appears on the right, also how can you make your friends list a scrool one
|
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
Reverse Profile
this can go in your about me. CODE <style type="text/css"> table {direction:rtl;} table table table {direction:ltr;} </style> friends can go in a scroll bar but the comments go in it too Put this at the end of your who id like to meet section. CODE <div style="height:200px;width:px;overflow:auto"> <table><tr><td><table><tr><td>
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
how can you make it so just the comments are in a scrool bar?
|
|
|
*This Confession* |
![]()
Post
#4
|
Guest ![]() |
cant
you can hide your normal friends list and make a custom friend list and put it above that putting your comments in a scroll bar and for a normal myspace friends list that you can make go to http://www.r4wr.com |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
i am atempting to do a div overlay but i am having problems when i put in this code
<DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> <img src=http://img362.imageshack.us/my.php?image=myspacelayout0wf.png> </td> </tr> </table> </DIV> it turns into this when i submit it <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> .. </td> </tr> </table> </DIV> what am i doing worng |
|
|
*This Confession* |
![]()
Post
#6
|
Guest ![]() |
instead of hiding the profile that way
just use this way.. your writing the url wrong for the picture CODE <img src="URL TO PIC" border="0" alt="">
|
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
umm which way do i hide the profile? i don't think the script showed up
|
|
|
*This Confession* |
![]()
Post
#8
|
Guest ![]() |
sorry
just ignore that i saw that you wrote the url for the image in wrong so i just gave you the way to fix that. |
|
|
![]()
Post
#9
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
this stuff is so friggin confusing
here is my myspace http://profile.myspace.com/index.cfm?fusea...iendid=57252665 what do i do next here is the script i have so far <style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> <img src="http://img112.imageshack.us/img112/4941/layout20qu.png"> </td> </tr> </table> </DIV> |
|
|
*This Confession* |
![]()
Post
#10
|
Guest ![]() |
get rid of everything out of your interest
hide details and schools -http://www.createblog.com/forums/index.php?showtopic=122446 then hide friends and comments. - http://www.createblog.com/forums/index.php?showtopic=122447 now add this in to your about me CODE <style type=text/css> body { background-color: ###### background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;}</style> change the bg to black since thats the same as the image your making your div on once you have all of this tell me and i'll tell you the next step ![]() |
|
|
![]()
Post
#11
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
i don't have to add any other number right? also i put in the backround color for black but it didn't change it to blend with the overlay
<style type=text/css> body { background-color: 000000 background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;}</style> |
|
|
![]()
Post
#12
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
i figured it out i forgot to add a ; after the number, my bad, i think i have it ok now.
http://profile.myspace.com/index.cfm?fusea...iendid=57252665 here is what i have so far, whats the next step |
|
|
*This Confession* |
![]()
Post
#13
|
Guest ![]() |
okay.
re-do all of this so it will look right CODE <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> <style type=text/css> body { background-color: 000000; background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:000000; scrollbar-track-color: 000000; scrollbar-shadow-color: 000000; scrollbar-face-color:000000; scrollbar-highlight-color:000000; scrollbar-darkshadow-color:000000; scrollbar-3dlight-color:000000;}</style> that will hide your whole profile and change the scrollbar colors and bg color now add this this will bring up your image and content sections ![]() CODE <div class="bg" style="position: absolute; left:150px; top:170px; width:800px; height:600px; overflow: hidden;"> <img src="http://img112.imageshack.us/img112/4941/layout20qu.png"> </div> <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> QUOTE <div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> these you can make as many for each content section change the left and top to position it and the width and height of the div section follow this and it will look better..then what you have now. |
|
|
![]()
Post
#14
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
now how can i pull up my profile picture, friends and comments and stuff, is there like another forum that has this stuff already in it?
|
|
|
![]()
Post
#15
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
You can't pull up your profile picture you have to just upload one manually and stuff.
You would have to follow either of these to get your friends and comments up: http://www.createblog.com/scripts/download.php?id=74 http://forum.myspace.com/index.cfm?fuseact...oupID=100636674 |
|
|
![]()
Post
#16
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Jun 2006 Member No: 424,385 ![]() |
ok here's what is going on, i had to make a test myspace so i can try and figure out what the heck i am doing worng so that my other myspace would still be working. this is what it looks like so far http://profile.myspace.com/index.cfm?fusea...iendid=57110783
here is whats in the about me section <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> <style type=text/css> body { background-color: 000000; background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:000000; scrollbar-track-color: 000000; scrollbar-shadow-color: 000000; scrollbar-face-color:000000; scrollbar-highlight-color:000000; scrollbar-darkshadow-color:000000; scrollbar-3dlight-color:000000;}</style> <style type=text/css> .comments {width:#px; overflow: none;} .comments table {background-color: transparent;margin-top: -3px;} .comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;} table table td.text table td.text tbody table tbody td table td {display: none;} td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;} </style> here is whats in the who i would like to meet section <style type="text/css"> .Main { position:absolute; left:50%; top:600px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top"> <img src="http://img112.imageshack.us/img112/4941/layout20qu.png"> </td> </tr> </table> </DIV> <div class="comments"><table><tr><td><table><tr><td> <div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:100px; margin-left: 200px;"><center><table><table><tbody><tr><td><table></center></div> why is the comments box not showing up, and how do I manualy pull up my pictures and link them to view more pictures |
|
|
![]()
Post
#17
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Just download your pictures to your computer. Then upload them at http://imageshack.us then do <img src="urltopicture"> Put the direct url in that code. Put the code in teh div that aligns where you want it too. <a href="urltoviewmorepics">View my pics</a> put that under it and get the url to your view more pics page and put it where I put url to view more pics.
Are both of these the ones they told you to use to get your comments in a div? QUOTE <div class="comments"><table><tr><td><table><tr><td> <div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:100px; margin-left: 200px;"><center><table><table><tbody><tr><td><table></center></div> I suggets using the second link I gave you. The explain it better. |
|
|
![]() ![]() |