Comment box Help plz, removing links and showing comment box |
Comment box Help plz, removing links and showing comment box |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
hi firstly i am planning on using this layout http://www.createblog.com/forums/index.php?showtopic=149068 but is there a way to show the comment box and show what other people have said on the main layout and not by clicking on the links on the side.
below is a screenshot of what i mean http://i58.photobucket.com/albums/g270/legend_03/test.jpg thanks |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
^yea now in this part of the code
QUOTE <div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:100px; margin-left: 200px;"><center><table><table><tbody><tr><td><table></center></div> chang ethe top and left px until they go to where you want to comments to display.. to position QUOTE quick lesson on "position: relative"
top: -45px = moves up 45px top: 45px = moves down 45px left: -15px = moves left 15px left: 15px = moves right 15px quick lesson on "position: absolute" top: 0% = moves to top of page top: 50% = moves to middle of page top: 100% = moves to bottem of page left: 0% = moves to left of page left: 50% = moves to center of page left: 100% = moves to right of page margin-left: -15px = moves left 15px margin-left: 15px = moves right 15px margin-top: 45px = moves down 45px margin-top: -45px = moves up 45px |
|
|
![]() ![]() |