I'm having alot of problems!, With my DIV, and alot more! |
I'm having alot of problems!, With my DIV, and alot more! |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Apr 2008 Member No: 642,901 ![]() |
Is there a way to take away your friends names in the friendspace/comment area? I tried a code from a myspace code site but It took away the comment back/send message buttons that are with each comment.
This post has been edited by kaitlynvandort: Nov 18 2008, 07:39 PM |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,063 Joined: Jul 2008 Member No: 670,288 ![]() |
1. To get everything to stay put, add left:50%; to all your DIV layers. Also, you have the margin as left:#px; change it to margin-left:#px; and that will also help with fixing it.
2. I'm using Firefox and it is misaligned a lot, but when you add left:50%; everything will be fine. 3. To change the size of the images of your friends and comments, use this code: CODE <style type="text/css"> .friendSpace td a img {width:#px; height:#px;} .friendscomments td a img {width:#px; height:#px;} </style> Just change the #'s to the numbers you want. 4. It looks okay, too bleh in my opinion. Hope all that helped! |
|
|
![]()
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Apr 2008 Member No: 642,901 ![]() |
yay! thanks you helped alot! Everything works.
I agree it does look too bleh but i'll fix that later. Thanks again. 1. To get everything to stay put, add left:50%; to all your DIV layers. Also, you have the margin as left:#px; change it to margin-left:#px; and that will also help with fixing it.
2. I'm using Firefox and it is misaligned a lot, but when you add left:50%; everything will be fine. 3. To change the size of the images of your friends and comments, use this code: CODE <style type="text/css"> .friendSpace td a img {width:#px; height:#px;} .friendscomments td a img {width:#px; height:#px;} </style> Just change the #'s to the numbers you want. 4. It looks okay, too bleh in my opinion. Hope all that helped! |
|
|
![]() ![]() |