Friends & Comments in a Div??? |
Friends & Comments in a Div??? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 627,902 ![]() |
Can someone point me in the right direction where I can get a working code to use in my div layout that will still show my friends and comments?? thanks.
![]() |
|
|
![]() |
![]()
Post
#2
|
|
GD. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,222 Joined: Aug 2005 Member No: 198,566 ![]() |
Quite frankly, we'd rather not play the guessing game of what codes you have or need, so if you don't post your code up, we're going to have a hard time helping you.
I'm assuming you have codes to prevent both from showing up under your div layout. Remove those, and try this code in your About Me. CODE <style type="text/css"> .comments{ display:inline !important; overflow-x: HIDDEN; overflow-y: SCROLL; position:absolute;z-index:2; background-color: ENTER BACKGROUND COLOR HERE; border:2px SOLID; border-color:ENTER BORDER COLOR HERE; width:XXXpx; height:XXXpx; top:XXXpx; margin-left:XXXpx} table table .comments table,table table table .comments td.text {display:inline !important} .comments img, .comments td {visibility:visible !important} table table td.text table{visibility:visible !important} .comments td, .comments span { color: ENTER TEXT COLOR HERE !important;} .comments td td td, .comments td td td b { color: ENTER TEXT COLOR WHEN TEXT IS BOLDED HERE;} table, tr, td{border:transparent;} </style> Check this link for detailed instructions: http://www.createblog.com/scripts/script.php?id=1156 |
|
|
![]() ![]() |