Made a slight mess of my forum posts.
-
I’m just fiddling around with the Crystal theme and trying to get it to match my installation of Unsleepable on wordpress.
I also decided to put in avatars.
I’ve made a bit of a mess of it.
http://www.mikeh269.com/forum/topic.php?id=1&page&replies=3
As you can see, all the posts are somewhat pushed up so they are all together. I would appreciate it if I could get some help.
Here’s my post.php
<div class="threadauthor">
<p><strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title(); ?><br /><?php post_avatar(); ?></small></p>
</div>
<div class="threadpost">
<div class="post"><?php post_text(); ?></div>
<div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
</div>And the relevant parts of style.css
.poststuff{
font:10px Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase
}
.threadauthor small{font:11px Verdana,Arial,Helvetica,sans-serif}
.post {
margin-left: 100px;
position: absolute;
padding-left; 100px;
padding-up; 50px;
}
.threadauthor {
margin-left: 10px;
overflow: hidden;
position: absolute;
max-height: 215px;
width: 150px;
}Any help would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.