How do you edit the xanga comment page?, Border around comments, etc. |
How do you edit the xanga comment page?, Border around comments, etc. |
Sep 5 2005, 11:00 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 479 Joined: Sep 2005 Member No: 223,199 |
Is there a code that you can add to your layout to change the comment page of your xanga? Example: border around each comment, or have a different color border around the profile pictures? (not the default blue). I can't seem to find a good code...
|
|
|
|
![]() |
Sep 6 2005, 01:35 PM
Post
#2
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
Moved to Xanga help.
|
|
|
|
Sep 7 2005, 11:08 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Basic CSS.... With a little Xanga thrown in. Play around to see what everything does.
CODE <style type="text/css">
.cwrap {float: left; width: 100%;} .cpicwrap {float: left; width: 60px;} .cpic {border: 1px solid #CCCC99;} .ctextfooterwrap {margin-left: 70px;} .cfooter {font-size: xx-small;padding: 4px 0px 4px 0px;} .cpicthumb {border: 1px solid #cccccc;} /* Hide from IE5-mac. Only IE-win sees this. \*/ * html .cpicwrap {margin-right: 7px;} * html .ctextfooterwrap {height: 1%; margin-left: 0px;} /* End hide from IE5/mac */ * html .cwrap {float: none; display: table;} img{border: 1px solid #000000;} </style> |
|
|
|
![]() ![]() |