"Currently Listening problem,plx help" |
"Currently Listening problem,plx help" |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 457,315 ![]() |
I used the "Currently Listening" function in my xanga.but it has a big gap between the image and the texts everything time,y?any method to solve it?
like this: ![]() |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
This line in your coding is causing the now listening to image to shift over to the left. This line of script also removes the margin to the left of your entries, so it's up to you whether or not you want to remove it to fix the space between the album cover and its info.
table.blogbody tr td {width:0px; padding: 0px;} |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 ![]() |
This line in your coding is causing the now listening to image to shift over to the left. This line of script also removes the margin to the left of your entries, so it's up to you whether or not you want to remove it to fix the space between the album cover and its info. table.blogbody tr td {width:0px; padding: 0px;} if that's the cause of your problem, you'll also want to do change this: CODE table.blogbody tr td { width:0px; margin-top: 0px; background: #fefefe; letter-spacing: 1px; } to this: CODE table.blogbody tr td { margin-top: 0px; background: #fefefe; letter-spacing: 1px; } ***edit: i just tested it, that should be your problem. |
|
|
![]() ![]() |