Forum post border

yjosephh at 08h59
28
Jul
2011


Is there a way to border the individual posts in the forum? At the moment, my forum looks like that, but i want a border to border the blue part of the posts.

Your help is greatly appreciated! Thank you!

P. S. my forum version is PHPBB3
1 Vlajki, on 28/07/2011 at 11h28
Can you give us your forum URL? It would help a lot.
2 yjosephh, on 28/07/2011 at 11h37
Here's an example of a post, http://kics.forumkorean.com/t2-the-ultimate-hilarious-thread
3 slg, on 28/07/2011 at 11h39
So you want a line border around the posts?
4 yjosephh, on 28/07/2011 at 11h41
Yes. I'd prefer it so that each post/comment looks like it's its own bordered box.
5 Vlajki, on 28/07/2011 at 11h44
Add this to your css
Code:
.pun .post {
border: 2px solid #000
   }


Change the #000 to your color, and 2px to your desired width.
6 yjosephh, on 28/07/2011 at 11h47
It didn't work. I put it into my CSS but nothing happened. #000 is black right? I want it to be black so I left it as is and there's no border around my posts.
7 Vlajki, on 28/07/2011 at 11h49
How about this
Code:
.row2 {
border: 2px solid #000
}
8 slg, on 28/07/2011 at 11h51
Exactly black is #000000.
9 yjosephh, on 28/07/2011 at 11h54
Vlajki, thank you very much, that works! But the thing is, I put the .row2 and it only bordered some of the posts. But when I added .row1 with the same attributes, it bordered all of them. How does this work?
10 Vlajki, on 28/07/2011 at 12h00
No problem Wink
Does this help:
http://www.dodaj.rs/f/18/j3/44duQFZV/help.png
11 yjosephh, on 28/07/2011 at 12h02
Ohhh I see, alright thank you very much! That was very helpful (:

Mods, please lock this now! Solved.
12 Base, on 28/07/2011 at 12h29
Solved => Locked
Similar topics
Is there a way to add a 1px border around the forum tables (as shown below)? Without border: Spoiler: With border: Spoiler: (Edited in graphic software) I made the "Table Background Image" transparent.
I need to reduce the border gap as shown in following pics: My forum is three panel layout & have already tested with this option but to no avail: have changed forum width value to maximum but border gap isn't decreased See my border
Hey guys i entered this text field to an HTML page and it has a big border around it(test it and you will see) Code:<form action="contact.forum?action=submit" class="report" method="post" style="border:
Replies 1 to 12 on 12 for "Forum post border"
See also
more_less
Informations

12 Replies For the topic :
"Forum post border"

This topic has been viewed 987 times.

Last message :
28/07/2011 at 08h59 by "yjosephh"