gap after removing only the extended network |
![]() ![]() |
gap after removing only the extended network |
Jan 15 2007, 01:34 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 495,610 |
I'm really new at all this so forgive me if it's poorly worded.
I used a code to remove the extended network area but leave the blog intact, and it left a tiny gap above the blog area. My question is, how do I move the blog area up (and everything else underneath it up as well)? The only similar code I have found is for moving the "About Me" area up after removing the extended network and the blog. I tried playing with that code but it didn't do what I need it to do. Please, please someone know what I'm talking about!! My brain hurts! |
|
|
|
Jan 15 2007, 01:47 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
What happened when you attempted the one for about me?
|
|
|
|
Jan 15 2007, 01:54 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 495,610 |
It removes my blog, too. :/
|
|
|
|
Jan 15 2007, 01:58 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea I figured . The thing is I'll look around but I never seen a code for that. Change the code you used to this:
CODE <style> .blacktext12 {display:none;} td.text td, td.text table {height:0px; border:0px;} </style> <style> td.text table table {border:#px solid; border-color:######;} td.text table table table {border:0px;} </style> (from bbz) |
|
|
|
Jan 15 2007, 02:04 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 495,610 |
I was afraid of that. Thanks for looking, though.
The code you provided left things the same (i.e. the gap), but removed borders from the right-hand column. I'm going to have to get crazy and learn div I guess. |
|
|
|
Jan 15 2007, 02:07 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ Thats why you edit the # signs. Well maybe its your layout because it works perfect with a default one. Well atleast when I tried. I don't have an other suggestions to keep the blogs. Sorry.
|
|
|
|
Jan 15 2007, 02:18 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 495,610 |
Well, here's what I changed:
<style> .blacktext12 {display:none;} td.text td, td.text table {height:0px; border:0px;} </style> <style> td.text table table {border:3px solid; border-color:FFFFFF;} td.text table table table {border:0px;} </style> And it removed the border from the blog, moved the top of the "about me" border down into the table, and made a separate border around the top of the friends and comments tables. |
|
|
|
Jan 15 2007, 02:20 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Well if you don't want that then you have to see if someone else cna help you. I searched thats all that worked..
|
|
|
|
Jan 15 2007, 02:23 PM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 495,610 |
;) Thanks for spending time on it..I appreciate it.
I can't stand things to be uneven (hi, OCD! |
|
|
|
![]() ![]() |