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, 10:20 PM
Post
#2
|
|
![]() 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... |
|
|
|
kahlk25 hiding blog section?? Jan 3 2006, 04:30 PM
tcunningham1589 you can try this code in your style tags. at the v... Jan 3 2006, 04:33 PM
kahlk25 well that hid it, and thank you for that, but now ... Jan 3 2006, 04:38 PM
tcunningham1589 This wont leave a blank space where your Blogs + E... Jan 3 2006, 05:09 PM
kahlk25 where do i put that first code? i tried putting it... Jan 3 2006, 05:28 PM
kahlk25 okay, well things are getting better...i followed ... Jan 3 2006, 10:06 PM
tcunningham1589 maybe that's becuase you reversed your profile... Jan 3 2006, 10:11 PM
kahlk25 hmm..i tried taking that code out but it still did... Jan 3 2006, 10:17 PM
kahlk25 when i tried doing that and playing with all the s... Jan 4 2006, 03:04 PM![]() ![]() |