Log In · Register

 
 
Closed TopicStart new topic
comments.
icreateddisco
post Jun 18 2006, 12:04 PM
Post #1


(:
**

Group: Member
Posts: 23
Joined: Dec 2005
Member No: 338,386



hi :)
im trying to show my comments in a scroll box.
&i've put in the code &theyre not showing up.
im not sure why :/
any help would be appreciated.
my myspace.
thanks.
x
 
freeflow
post Jun 18 2006, 12:06 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Just put
CODE
<div style="height:400px;width:450px;overflow:auto"> <table><tr><td><table><tr><td>

You put
CODE
<div style="height:400px;width:450px;overflow:auto"> <table><tr><td><table><tr><td></style>


IF it still doesn't work make the height number smaller.
 
icreateddisco
post Jun 18 2006, 12:15 PM
Post #3


(:
**

Group: Member
Posts: 23
Joined: Dec 2005
Member No: 338,386



its still not working :/
&i've lowered the number but the comments arent even showing up :/
must be a code stopping it. but i dont know which one :s
x
 
freeflow
post Jun 18 2006, 12:34 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Post all of them please. Just the codes in any of the sections.
 
icreateddisco
post Jun 18 2006, 12:40 PM
Post #5


(:
**

Group: Member
Posts: 23
Joined: Dec 2005
Member No: 338,386



CODE
</div><style type="text/css">
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
table t.r{;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
.up{position:absolute; top: 190px;}</style>
<div class="up"><table><tr><td><table><tr><td>
<style type="text/css">
.mygen { Created using MyGen 2.5 - www.mygen.co.uk }
.mygen { Miscellaneous Properties }
a:hover img { border: 0px solid; filter:progid:DXImageTransform.Microsoft.Pixelate(maxSquare = 40)}
</style><style>. {hiding the copyright}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}</style>
<style type="text/css">
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}
</style>
<style>
.orangetext15 { font-family: georgia
;  font-size: 4pt; letter-spacing: -4px;
color:ffffff;background-color:ffffff  ;     }
.nametext { font-size:26pt;
letter-spacing:-4 px;
font-weight:;
font-family:georgia;
text-align: center;
; color:000000; background-color: ffffff  ;     }
</stylE>
<style type="text/css">
.mygen { Created using MyGen 2.5 - www.mygen.co.uk }
.mygen { Text Properties }
table, tr, td, li, p, div { font-family:arial unicode ms; color:black;
; font-size:7pt;     }
.btext { font-family:font-family:arial unicode ms; font-size: 7pt; letter-spacing: px;
font-weight:; color: ffffff background color:  ;     }
.blacktext10 { font-family: georgia
; color:black; font-size:20pt;  letter-spacing: -4px; color:000000;background-color:; }
.blacktext12 { font-family: arial unicode ms; font-size:  7pt; color:000000
;    text-decoration:;  }
.lightbluetext8 { font-family: GEORGIA
;  font-size: 14pt;letter-spacing: -4px; color: deeppink ;background-color:   ;     }
.redtext { font-family:arial unicode ms; font-size: 7pt; color: 000000
;     }
.redbtext { font-family:arial unicode ms; font-size: 7pt;     }
.text { font-family:arial unicode ms; color:000000
; font-size:  7pt;     }
.whitetext12 { font-family:arial unicode ms; font-size:  7pt; color: 000000
;     }
a:active, a:visited, a:link { font-family:arial unicode ms; font-size:  7pt; color: 000000
;     }
a:hover { font-size: 16pt;
letter-spacing: -4px;
text-decoration:uppercase;
font-family:georgia; color: deeppink;  background-color: 000000;  {
filter:wave(Add=1,Freq=2,LightStrength=20,Phase=45,Strength=3);;     } a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial unicode ms; color:000000
; font-size: 7pt;     }
a.navbar:hover { font-size: 16pt;
letter-spacing: -4px;
text-decoration:uppercase;
font-family:georgia; color: deeppink; background-color:000000     }
a.redlink:active, a.redlink:visited, a.redlink:link { font-family:arial unicode ms; color:000000
; font-size: 7pt;     }
a.redlink:hover { font-size: 12pt;
letter-spacing: -4px;
text-decoration:uppercase;
font-family:georgia
; color:white;  background-color:000000 ;     }
.nametext { font-size:40pt;
letter-spacing: -5px;
font-weight:;
font-family:georgia
; color:deeppink; background-color: ffffff  ;     }
Body {background image:url("http://i15.photobucket.com/albums/a383/EmoFreak__xo/Backgrounds/oo4.jpg"); background-attachment:fixed; background-position: top center; background-repeat: no-repeat; background-color:black;}
</style>
<style type="text/css"> .hidethem {visibility:hidden; display:none;} </style><style type="text/css"> .contactTable {display: none;} </style>
<style>.{hiding the bottom links}
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}</style>


it'll be something in there.
nowhere else has any other codes. :/
thanks alot!
x
 
freeflow
post Jun 18 2006, 12:46 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Its because of your hiding bottom links & copyright script.
Take out these two from your codes

QUOTE
<style>.{hiding the bottom links}
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}</style>

(at the very bottom)

and

QUOTE
<style>. {hiding the copyright}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}</style>

Near the top
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: