His Color scheme and style is not the same as mine, but i did say that it could be different.
Here is the Precious little piece of Code which was used to separate the add comment box from the blog comments.
_______________________________________________________
#add_site_comment_box{
display:block !important;
position:absolute;
margin-top:100px;}
- We use the Display block with !important to override the Byond code and make it stay on the screen at all times.
- And then we use the position absolute to anchor it to a position on the page.
- Then the box is moved downwards, simple as that.
- After that comes the styling and re sizes etc which was less important, but is what makes it look good.
- You can then use:
#blog_comments_box .comment_edit_box textarea {}
To re size and position the actual add comment text input area.
Anyway Congratulations ArcticBlast!
Now what did you want $30 or memberships extention?