Problem w/ comments div, Doesn't show up |
Problem w/ comments div, Doesn't show up |
Feb 25 2007, 06:23 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Oct 2004 Member No: 54,666 |
I placed this
CODE <style>.comments{visibility:visible;width:500px; height: 400px;position:absolute;top:300px;left:100px; overflow:auto;background-color:white; border:black 1px solid;z-index:2px;}</style> in my About Me section. And then I placed this CODE <div class="comments"><table><tr><td><table><tr><td> in I'd like to meet. http://profile.myspace.com/162373155 As you can see, it's just a huge, white box on my page. Can anyone help me with what's wrong, or give me another code that works? (I've already tried the one listed in Myspace scripts, and it doesn't show up anywhere on my page.) |
|
|
|
![]() |
Feb 25 2007, 06:35 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Remove:
CODE <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> Then replace it with this script: http://www.createblog.com/scripts/download.php?id=347 Also remove the comment code for about me that you put in. |
|
|
|
hyperchick Problem w/ comments div Feb 25 2007, 06:23 PM
toyo loco Post your entire code please. Feb 25 2007, 06:30 PM
hyperchick This is my About Me:
CODE<style>
a.navbar ... Feb 25 2007, 06:32 PM
hyperchick Ah... thank you very much!
I guess I was tryi... Feb 25 2007, 06:39 PM
toyo loco No problem. If you need anymore help feel free to ... Feb 25 2007, 07:39 PM![]() ![]() |