"Currently Listening problem,plx help" |
"Currently Listening problem,plx help" |
Aug 24 2006, 05:18 AM
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* |
Aug 24 2006, 01:20 PM
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;} |
|
|
|
Aug 30 2006, 10:56 AM
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. |
|
|
|
ytl "Currently Listening problem,plx help" Aug 24 2006, 05:18 AM
Azarel It may be something that is in (or not in) your co... Aug 24 2006, 12:10 PM
ytl Here's my code that i put inside the header pa... Aug 24 2006, 01:07 PM
ytl table.blogbody tr td {width:0px; padding: 0px;}
re... Aug 24 2006, 01:30 PM
fishcake-y Your xanga is on center alignment, is it not?
Tha... Aug 24 2006, 07:20 PM
ytl ys,it is.But i hv tired to change it to left.But n... Aug 25 2006, 05:25 AM
fishcake-y Oh? That usually fixes the problem. Mind posting y... Aug 25 2006, 03:38 PM![]() ![]() |