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
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 ![]() |
Adding a code won't help. You have to remove a certain part of your code, so please post your all of your layout code using [ code ] and [ /code ] tags (without the spaces) so someone can tell you what to take out.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 627,902 ![]() |
but what if i dont want to display my code for the whole world to see? ive made my layout and coding myself....but this is the 1st time ive done a div layout with comments & friends...
|
|
|
![]()
Post
#4
|
|
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 |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 627,902 ![]() |
edit
|
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 627,902 ![]() |
Someone please help me out
![]() ![]() anyone????? ![]()
Reason for edit: Posts merged--MissHygienic.
|
|
|
![]()
Post
#7
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 ![]() |
Try not to triple-post, please. Well, don't do it. Someone will eventually figure the problem out. Have you tried Agiri's code, or what?
|
|
|
![]() ![]() |