Log In · Register

 
Help on comment table
umbr3ll4
post Jan 6 2007, 03:22 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Jan 2007
Member No: 492,943



I'm trying to get it to where my comments are a scroll-down table.
I thought it was scripted correctly, but it apparently isn't. It just shows the comments without a table, thus making my page really long.

What is wrong with my code?

CODE
<div class="comments" style="position: absolute; top:1193px; left:685px;  height: 190px; width: 500px; border-color: A3AED9; border-width: 0px; border-style: solid;">
<table><tr><td><table><tr><td>
</div>


Thanks.
-Chris
 
 
Start new topic
Replies
*Infinite.*
post Jan 6 2007, 03:37 PM
Post #2





Guest






Okay, so you want your comments to be in a scroll box, correct?
But do you want to be able to move your comments to another place or have them located where they originally are supposed to be?

Want to move your comments anywhere on the screen:
About me:
CODE
<style>.comments{visibility:visible;width:397px; height:180px;position:absolute;
top:680px;left:415px;
overflow:auto;background-color:transparent;
border:black 0px solid;z-index:2px;}</style>

^Change the left and top numbers to change the positioning and change the width and height for how big you would like the section of your comments visible.

Who I'd Like to Meet: - put this in that section.
CODE
<div class="comments"><table><tr><td><table><tr><td>



Just have your comments in a scrollbox on an oridinary layout:
http://www.createblog.com/scripts/download.php?id=262
 

Posts in this topic


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