Recent Topics

1 Nov 30, 2005 03:02    

I need help. My comments are all messy. I want to put people's comments in boxes and the box where they type to enter their comments like this site:
http://skins.b2evolution.net/a.php?title=title&more=1&c=1&tb=1&pb=1#comments

At the moment, mine looks like this:

http://miso.zeeblo.com/b2/index.php?title=new_blogging_tool_b2evo&more=1&c=1&tb=1&pb=1#comments

I'm not sure where to edit it.

2 Nov 30, 2005 15:46

Try adding this to the very beginning of your custom.css file:

@import url(../../rsc/forms.css);	

3 Dec 01, 2005 03:34

It looks a bit better now after adding the code. But do you know how I can put a box around each comment?

4 Dec 01, 2005 03:42

You could add this to the end of your stylesheet:

.bComment {
border: 1px solid #000;
}

And play around with the values. Add margins and padding if you want, too.


Form is loading...