Space between profile-pic and text |
Space between profile-pic and text |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
Hello everbody,
can you PLEEEEEASE, please help me!? There's so much space between my profile-pic and the headline-text, here you can see it: ![]() It really sucks ... How can I change that!? I think it's in this part of my code, right? CODE TD TD {text-align: center;} TD TD TD {text-align: center;} TD TD TD TD {border-top: -6px solid; width:5%; text-align:center;} TD TD TD TD TD {border-top: 0px solid black; text-align:center;} 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: 1px; 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: center; padding: 0px;} table table table table table {border: 0px; text-align: center; padding: 0px;} table table table table table table {border: 0px; text-align: justify; padding: 0px;} table table td.text table td.text table table tbody td table, span.btext {display: none !important} Where I have to change it? Maybe you also can shortly explain, what this "TABLE TALBE // TABLE TABLE TABLE TABLE" & etc. stands for!? ![]() Thank you so much ... ![]() |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
This line of coding is affecting the spacing between the two:
TD TD TD TD {border-top: -6px solid; width:5%; text-align:center;} You can either change the bolded number and remove the text-align, or you can remove the bolded part entirely (or you can remove the entire line altogether). If you'd like to figure out what each line affects on your page, you can individually place them onto your page and check what changes. |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
Thanks for your answer!
I removed the text-align and changed the width into 2% - but nothing's changed. ![]() // Edit: I removed the whole line and it's still so. |
|
|
![]() ![]() |