Help! Want to remove the whole right module, myspaceee |
![]() ![]() |
Help! Want to remove the whole right module, myspaceee |
Oct 27 2007, 11:12 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
hey there
1. extended network thing 2. about me 3. who i'd like to meet Basically the whole RIGHT side. i just want to show my interests, movies, books, heros, etc. help pleasee! :) ill be waiting |
|
|
|
Oct 27 2007, 11:31 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Hide extended network and about me and who id like to meet sections:
CODE <style> .extendedNetwork {display:none;} td.text br {display:none;} .profileInfo td.text br, td.text table br {display:inline;} .blurbs {display:none;} </style> Hide ALL of the right side use this: CODE <style>
.extendedNetwork, .latestBlogEntry {display:none;} td.text br {display:none;} .profileInfo td.text br, td.text table br {display:inline;} .blurbs {display:none;} .friendsComments td table, .friendsComments td.text table, .friendSpace table, .blurbs, .blurbs td.text {background-color:transparent; border:0px;} .friendSpace {display:none;} .friendSpace .orangetext15, .friendsComments .orangetext15 {display:none;} .friendsComments {display:none;} </style> |
|
|
|
Oct 27 2007, 11:37 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
Hide extended network and about me and who id like to meet sections: CODE <style> .extendedNetwork {display:none;} td.text br {display:none;} .profileInfo td.text br, td.text table br {display:inline;} .blurbs {display:none;} </style> Hide ALL of the right side use this: CODE <style> .extendedNetwork, .latestBlogEntry {display:none;} td.text br {display:none;} .profileInfo td.text br, td.text table br {display:inline;} .blurbs {display:none;} .friendsComments td table, .friendsComments td.text table, .friendSpace table, .blurbs, .blurbs td.text {background-color:transparent; border:0px;} .friendSpace {display:none;} .friendSpace .orangetext15, .friendsComments .orangetext15 {display:none;} .friendsComments {display:none;} </style> I did the whole remove for the right side module, but i still have that link thingy on the bottom :( how can i hide that and center it in basically?
Reason for edit: image thumbed
|
|
|
|
Oct 28 2007, 12:01 AM
Post
#4
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Hide them:
CODE <style> table div {display:none;} div table div, table table div {display:block;} </style> May want to put this in the bottom of your who id like to meet section as well: CODE <div style="display:none"> <table><tr><td><table><tr><td>
<div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td> |
|
|
|
Oct 28 2007, 12:06 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
Hide them: CODE <style> table div {display:none;} div table div, table table div {display:block;} </style> May want to put this in the bottom of your who id like to meet section as well: CODE <div style="display:none"> <table><tr><td><table><tr><td> <div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td> ![]() how could i remove that white part? it looks like an empty space. is there a way is remove that? so everything else could be centered?
Reason for edit: thumbed
|
|
|
|
Oct 28 2007, 12:13 AM
Post
#6
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
You can't get rid of it but you can center everything.
To do that Add this to the top of your about me section: CODE </style> And put this in your heroes: CODE <style>
|
|
|
|
Oct 28 2007, 12:17 AM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
|
|
|
|
Oct 28 2007, 12:27 AM
Post
#8
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
CODE <style> .a {left column} table table table {width:350px;} table table table table {width:auto;}</style> You can use that and adjust the 350 to how ever big you want it. Or you can use this: http://www.createblog.com/scripts/script.php?id=374 ^Although I don't think thats going to do much.. |
|
|
|
Oct 28 2007, 12:34 AM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
CODE <style> .a {left column} table table table {width:350px;} table table table table {width:auto;}</style> You can use that and adjust the 350 to how ever big you want it. Or you can use this: http://www.createblog.com/scripts/script.php?id=374 ^Although I don't think thats going to do much.. the link worked, but it stretched everything. And for some reason the "who I'd like to meet" is showing on the bottom. [/url]
|
|
|
|
Oct 28 2007, 12:38 AM
Post
#10
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Read the designer comments on the link and you should change the 350px in that I think its somewhere on there.
And to hide the who id like to meet add this: CODE <style>.orangetext15{display:none;}</style>
|
|
|
|
Oct 28 2007, 12:53 AM
Post
#11
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
Read the designer comments on the link and you should change the 350px in that I think its somewhere on there. And to hide the who id like to meet add this: CODE <style>.orangetext15{display:none;}</style> ok, i chose some background and it did it by itself. how? [url="http://imageshack.us"]
|
|
|
|
Oct 28 2007, 01:02 AM
Post
#12
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Please thumb your images..
Around the url of the image just put Thank you... Anyway to change the background of the URL box use this: CODE <style> td td td td td {width:0px;} td td td td div {background-color:######;} td.text div {background-color:transparent;} </style> change the ###### to the color code you want it to be. EDIT Sorry mis-read that: To hide the url box use this: CODE <style>
.UserProfileURL {display:none;} </style> |
|
|
|
Oct 28 2007, 01:10 AM
Post
#13
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
Please thumb your images.. Around the url of the image just put Thank you... Anyway to change the background of the URL box use this: CODE <style> td td td td td {width:0px;} td td td td div {background-color:######;} td.text div {background-color:transparent;} </style> change the ###### to the color code you want it to be. EDIT Sorry mis-read that: To hide the url box use this: CODE <style> .UserProfileURL {display:none;} </style> gwa, now i have a problem with putting pictures in the heroes section. it comes up as ".." ??? |
|
|
|
Oct 28 2007, 01:12 AM
Post
#14
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Can you post all your codes?
|
|
|
|
Oct 28 2007, 01:15 AM
Post
#15
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
Can you post all your codes? CODE </style> <style type="text/css">.comments {visibility:hidden;display:none;}</style> <CENTER> <style>TD TD {text-align: center;} TD TD TD {text-align: center;} TD TD TD TD {border-top: 0px solid; width: 1%; text-align:left;} TD TD TD TD TD {border-top: 0px solid black; text-align:right;} TD TD TD TD TD TD {border: 0px solid;} TABLE, TD {padding: 0px; text-transform: none; width:350px;} TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE {padding: 0px; text-transform: none;height: .01%; width: 100%;} TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} table td div div font {visibili-ty:hidden;di-splay:none;} table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table table {border: 0px; text-align: justify; padding: 0px;} </style> <style> .extendedNetwork, .latestBlogEntry {display:none;} td.text br {display:none;} .profileInfo td.text br, td.text table br {display:inline;} .blurbs {display:none;} .friendsComments td table, .friendsComments td.text table, .friendSpace table, .blurbs, .blurbs td.text {background-color:transparent; border:0px;} .friendSpace {display:none;} .friendSpace .orangetext15, .friendsComments .orangetext15 {display:none;} .friendsComments {display:none;} </style> <style> table div {display:none;} div table div, table table div {display:block;} </style> <style>.orangetext15{display:none;}</style> <style type="text/css"> .info { Layout created by totallylayouts - Copyright totallylayouts - Strictly no redistributing } .warning { REMOVAL OF totallylayouts PAGE TAG WILL RESULT IN THE LAYOUT NOT WORKING PROPERLY } </style> <style type="text/css"> .totallylayouts { Background control } table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:000000; background-image:url('http://www.totallylayouts.com/gfx/layouts/backgrounds/vintblck.gif'); background-attachment: fixed; background-position:top left; background-repeat:repeat; } </style> <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnRvdGFsbHlsYXlvdXRzLmNvbS8=" target="_blank"><img src="http://www.totallylayouts.com/gfx/misc/button.gif" style="position:absolute; left:0px; top: 0px;" border="0"></a><style type="text/css"> .key { Table and Section Properties } table, tr, td {background:transparent; border:0px;} table table table {background-color:000000;} table table table { border-width:1px; border-color:404040; border-style:solid; } table table table table {border:0px;} table table table {width:300px;} td.text table, td.text table td {width:300px; padding:0px;} td.text table table table table, td.text table table table table td {width:0px;} .key { Text and Link Properties } input {background-color:transparent !important;} font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: georgia; color: FFFFFF; line-height: 10px; font-size:10px; text-transform:lowercase; letter- spacing:0px;} textarea, input {font-family: georgia; font-size: 10px; color: FFFFFF; text-transform: uppercase; letter-spacing:0px; background-color: transparent; border:0px solid black;cursor:;} .btext {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 10px; letter- spacing: 0px; font-weight: normal; text-transform: lowercase; display:none;} .blacktext10 {font-georgia: georgia; font-size: 10px;color: FFFFFF; line-height: 10px; letter- spacing: 0px; font-weight: normal; text-transform: lowercase; display:none;} .blacktext12 {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 10px; letter -spacing: 0px; font-weight: normal; text-transform: lowercase;} .lightbluetext8 {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 10px; font-weight: normal;text-transform:lowercase;letter-spacing:0px;} .orangetext15 {display:none;} .redbtext, .redtext {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 25px; font-weight: normal;text-transform:lowercase;letter-spacing:0px;} .text {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 10px; font-weight: normal;text-transform:lowercase;letter-spacing:0px;} .whitetext12 {font-family: georgia; font-size: 10px; color: FFFFFF; line-height: 10px; letter -spacing: 0px; font-weight: normal; text-transform: lowercase;} a {color:404040 !important; font-size:7pt !important;text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;} a:hover {color:404040 !important; text-decoration: under-line; !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; } .key { Other Properties } table table td {width:10px;} div table table td, table table table td {width:auto;} td.text td.text table table div, td.text td.text table table a img { width:45px !important;} img {border:0px;} .blacktext10 { border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:FFFFFF; border-style:dashed; display:block; width:176px;} body div table tbody tr td font {visibility:visible;} .navbar {visibility:visible;} .navbar font {visibility:visible;} div table td font {display: none;} a.text, table div font a, table div div {visibility:hidden;} body div table td form option{display:none!important;} body div table td form select{display:none!important;} body div table td form input{display:none!important;} .nametext {font-family: georgia; color: FFFFFF; line-height: 30px; font-size:25px; text- transform:lowercase; text-align:center; letter-spacing:0px; background-color: 404040; width:300;} td.text td.text table table table td a img {width:90px;} td.text td.text table table table td div img {width:80px;} td.text td.text table table td img {width:170px; max-width:170px; width:auto;} td.text td.text table table td div img {width:80px;} * html td.text td.text table table td img {width:100px;} * html td.text td.text table table td a img {width:80px;} * html td.text td.text table table td div img {width:80px;} </style><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnRvdGFsbHlsYXlvdXRzLmNvbQ==" target="totallyly">I got this layout from totallylayouts.com</a> <style type="text/css"> table table table table div {visibility:hidden;} div table table table table table div input, div a, td.text div {visibility:visible;} </style> <style> .UserProfileURL {display:none;} </style> about me section^ CODE <div class="comments"><table><tr><td><table><tr><td> <div style="display:none"> <table><tr><td><table><tr><td> <div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td> who i'd like to meet section^ |
|
|
|
Oct 28 2007, 01:19 AM
Post
#16
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
In the heroes section;
You should still have that CODE <style> Put anything that you want to show in the heroes section before that <style> tag |
|
|
|
Oct 28 2007, 01:24 AM
Post
#17
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
In the heroes section; You should still have that CODE <style> Put anything that you want to show in the heroes section before that <style> tag 1. how do i change the side of a picture 2. how can i change my font color to all ONE color haha, sorry for the million questions that im asking. |
|
|
|
Oct 28 2007, 01:31 AM
Post
#18
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
1. I think you meant size?
Use this: CODE <img src="IMGURL" border="0" height="##px" width="##px"> Change the IMGURL to the URL of the image Change the ## to a number of how big you want the image to be by pixels.. 2. There isn't a way to change ALL of the text, but I mean to change all of the main text to be one color use this and change the ###### to the color code that you want the text to be: CODE <Style> font, body, table, td, div, h1, h2, br, a, p {font-family:NAME; font-size:##px; color:######;}</style> Change the NAME to the name of the font that you want everything to be. Change the ## to the size of the text and change the ###### to the color, as you would already know |
|
|
|
Oct 28 2007, 01:40 AM
Post
#19
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
1. I think you meant size? Use this: CODE <img src="IMGURL" border="0" height="##px" width="##px"> Change the IMGURL to the URL of the image Change the ## to a number of how big you want the image to be by pixels.. 2. There isn't a way to change ALL of the text, but I mean to change all of the main text to be one color use this and change the ###### to the color code that you want the text to be: CODE <Style> font, body, table, td, div, h1, h2, br, a, p {font-family:NAME; font-size:##px; color:######;}</style> Change the NAME to the name of the font that you want everything to be. Change the ## to the size of the text and change the ###### to the color, as you would already know thanks, that worked smoothly. now, how can i get a comment box? lol. man im just giving you guys such a hard time with all these questions. |
|
|
|
Oct 28 2007, 01:42 AM
Post
#20
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
You can use either this one:
http://www.createblog.com/scripts/script.php?id=391 Or this one: http://www.createblog.com/scripts/script.php?id=54 |
|
|
|
Oct 28 2007, 02:18 AM
Post
#21
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 110 Joined: Sep 2005 Member No: 222,851 |
You can use either this one: http://www.createblog.com/scripts/script.php?id=391 Or this one: http://www.createblog.com/scripts/script.php?id=54 my comment box isnt showing the background (696969) and border CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="149755045" type="hidden"><textarea name="f_comments" style="width: 155; height: 100px;" cols="10" rows="7" style="border-width: 1px; border-style: solid; border-color: 80CED5; font-family: georgia; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 80CED5; background-color: 696969;" style="overflow:auto;">Bonjour Phan! Ca va? </textarea>
<br> <input value="Merci" style="border-width: 1px; border-style: solid; border-color: 80CED5; width:75px; font-family: georgia; text-transform:uppercase; letter-spacing:1pt; font-size: 7px; color: 80CED5; background-color: 696969;" type="submit"> <input value="No par très bien" style="border-width: 1px; border-style: solid; border-color: 80CED5; width:95px; font-family: georgia; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 80CED5; background-color: 696969;" type="reset"></form> |
|
|
|
![]() ![]() |