Log In · Register

 
"Currently Listening problem,plx help"
ytl
post 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:
 
 
Start new topic
Replies
*Azarel*
post 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;}
 
threepointone
post Aug 30 2006, 10:56 AM
Post #3


Senior Member
****

Group: Member
Posts: 122
Joined: Feb 2005
Member No: 106,057



QUOTE(Azarel @ Aug 24 2006, 2:20 PM) *
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.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: