hiding blog section??, i dont think ive seen this anywhere... |
![]() ![]() |
hiding blog section??, i dont think ive seen this anywhere... |
Jan 3 2006, 04:30 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
hey, im currently working on my myspace...its coming along, i was able to hide the friends and comments sections and just make links for now...but now im trying to find a way to hide the blog section where it says "so-and-so's Latest Blog Entry" and all of that. i looked around this site and i dont think that i saw anything dealing with this..does anyone know how do to this??
thanks in advance. www.myspace.com/kahlk25 |
|
|
|
Jan 3 2006, 04:33 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
you can try this code in your style tags. at the very end of your css
table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;} |
|
|
|
Jan 3 2006, 04:38 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
well that hid it, and thank you for that, but now theres a pretty big empty space right there. is there any way to put something there or to bump up the tables under it?
|
|
|
|
Jan 3 2006, 05:09 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
This wont leave a blank space where your Blogs + Extended Network used to be.
CODE table tbody td table tbody tr td.text table {.;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;} .up{position:relative; top:-370;} Now put a div on top of about me. CODE <div class="up"><table><tr><td><table><tr><td> This works better than just asigning one of the tables to go up. This makes all of them move higher. |
|
|
|
Jan 3 2006, 05:28 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
where do i put that first code? i tried putting it in with the other style codes in my about me section and it just wiped out everything in my about me..
|
|
|
|
Jan 3 2006, 10:06 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
okay, well things are getting better...i followed all of the instructions from here and it seems to be working, but in the middle of the whole about me/who i'd like to meet section, there is this white bar that cut out of the side...this is what im talking about..is there anything i can do to make that go away?
|
|
|
|
Jan 3 2006, 10:11 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
maybe that's becuase you reversed your profile. I don't really know why that would be there.
|
|
|
|
Jan 3 2006, 10:17 PM
Post
#8
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
hmm..i tried taking that code out but it still didnt take the bar away...oh well, no biggie. thanks for all your help.
|
|
|
|
Jan 3 2006, 10:20 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
Change the size in the brackets to what you need to adjust your profile. you only need the part that has the class and the attribuets, you dont have to put the description of what each one does in your css, and also to remember to put these in your existing css style tags. CODE .lightbluetext8 {width: 500px; display:block;} Widens your General, Interests, Music, Movies, TV, etc. sections .btext {width: 500px; display:block;} Widens your Friends space .blacktext10 {width: 500px; display:block;} Widens the Comments section *leave it approx 100px smaller than the rest .nametext {width: 500px; display:block;} Widens the table at the top where your name and picture are displayed .orangetext15 {width: 500px; display:block;} Widens your About Me and Who I’d like to meet sections .whitetext12 {width: 500px; display:block;} Widens your Contact table *if you have a custom one it won’t stretch to fit strong {width: 500px; display:block;} Widens your Myspace URL ^ you can try that code, and adjust the width to the size you want all your tables to be, maybe that will get rid of the bar... |
|
|
|
Jan 4 2006, 03:04 PM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Jan 2006 Member No: 342,254 |
when i tried doing that and playing with all the sizes, it made all of ly generall interests and music kind of stuff all stuffed over to the right...but its really okay, the bar doesnt make that much of a difference and im probably going to end up redesigning my myspace again in a couple of days, anyway...but thats for your help.
|
|
|
|
![]() ![]() |