Log In · Register

 
Comments in Div, not working right
kahlk25
post Mar 21 2006, 03:13 PM
Post #1


Member
**

Group: Member
Posts: 22
Joined: Jan 2006
Member No: 342,254



I'm working on another div layout and im trying to put all of my comments into a div to have in my layout. i used the script here but either it doesnt work or i am just not using it right. could someone please tell me EXACTLY what and where i am supposed to put things? I've tried it a thousand different ways and drying to add other things and all of this crap and the comments either dont show up at all or show up under my div layout. someone please help me. cry.gif
 
 
Start new topic
Replies (1 - 5)
pholme
post Mar 21 2006, 07:47 PM
Post #2


Newbie
*

Group: Member
Posts: 5
Joined: Mar 2006
Member No: 387,890



i am having this exact problem....
 
iDecay
post Mar 21 2006, 08:00 PM
Post #3


Pocketful of Sunshine
*******

Group: Staff Alumni
Posts: 8,690
Joined: Nov 2005
Member No: 289,004



Hm, did you put everything in the about me? There's instructions there.. :| May I see your code? All of it?
 
freeflow
post Mar 21 2006, 08:00 PM
Post #4


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

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



http://www.createblog.com/scripts/download.php?id=74
It tells you where to put things theres not much more to say.


http://forum.myspace.com/index.cfm?fuseact...oupID=100636674
 
kahlk25
post Mar 22 2006, 02:56 PM
Post #5


Member
**

Group: Member
Posts: 22
Joined: Jan 2006
Member No: 342,254



About me:

<style type="text/css">
.Main { position:absolute; left:50%; top:125px; width:970px; z-index:1; margin-left:-500px; padding:0px; border:0px; background-color:transparent;}
</style>

<style type=text/css>
.comments {width:..px; overflow: none;}
.comments table {background-color: transparent;margin-top: -3px;}
.comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;}
table table td.text table td.text tbody table tbody td table td {display: none;}
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>

<!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> begin code provided by createblog.com -->

<style type=text/css>

body {
background: url("");
background-color:FFFFFF;
background-position: bottom right;
background-repeat: no-repeat;
background-attachment: fixed;
scrollbar-arrow-color:000000;
scrollbar-track-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-face-color:ffffff;
scrollbar-highlight-color:ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-3dlight-color:ffffff;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: ffffff; background-color: ffffff; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: 000000; font-weight: bold; font-size: 9px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:0px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:0px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: 000000; font-weight: bold; font-size: 9px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: 000000; font-weight: bold; font-size: 9px; letter-spacing: -3px; line-height: 0px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

</style>

<!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> end code provided by createblog.com -->


WIL2M:

<DIV class="Main"> <table style="width:970px; height:880px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"><td valign="top"> <tr> <div class="bg" style="position: absolute; left:0px; top:0px; width:970px; height:880px; overflow: hidden;">
<img src="http://usera.imagecave.com/kahlk25/whitewithcolors.bmp.jpg">
</div>

<div class="content" style="position: absolute; left:000px; top:000px; width:000px; height:000px; overflow: auto;"><center>
lalalalala this is your content!
</div>

</td> </tr> </table> </DIV>

<div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:600px; margin-left: 100px;"><center><table><table><tbody><tr><td><table></center></div>



I actually think that it is working now, but the comment div is just being hidden behind my bg div. How can I bring the comment div to the top?
 
kahlk25
post Mar 23 2006, 04:54 PM
Post #6


Member
**

Group: Member
Posts: 22
Joined: Jan 2006
Member No: 342,254



Now i tried putting in a custom comment box into my layout using this code, but it doesnt show up when i put it in its own little div. gahh, i hate this.
 

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