text align: justify on comments? |
text align: justify on comments? |
![]()
Post
#1
|
|
![]() chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 ![]() |
i've tried putting text-align: justify; on the div id i have for comments and table table table and neither apply right.
http://www.myspace.com/isafad ack |
|
|
![]() |
![]()
Post
#2
|
|
![]() chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 ![]() |
alright, finally figured it out. it messes with the names above the person's display picture by aligning it to the left but i guess that could be a desireable effect. now you probably also want
table table table { width: 100% !important; } on as well. so, assuming your comments div is named comments, all you need to add is .comments td { text-align:justify; !important } you could try adding text-align:justify; to the td class as well, but this is a bit safer as it only affects that one div. |
|
|
![]() ![]() |