WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1boxing up forum posts Empty boxing up forum posts Fri Aug 17, 2012 2:05 pm

Rouke


Registered Member
Registered Member
Hello, I am using forumotion to make a forum that uses phpbb2. How can I make a seperate box for each forum post?

Here is what im looking for...

boxing up forum posts Disss10

Can this be done with just css? Or do i have to make changes to html code?

2boxing up forum posts Empty Re: boxing up forum posts Fri Aug 17, 2012 10:44 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Try adding this code in your CSS...

Code:
tr.post > td {
border-top: 15px solid #fff !important;
}

If it doesn't work correctly, please provide a link to your forum.

3boxing up forum posts Empty Re: boxing up forum posts Fri Aug 17, 2012 11:17 pm

Rouke


Registered Member
Registered Member
mandalorianclan.forumotion.com


but the code you gave does work, however I still need to get rid of some lines around the posts

heres a pic before i added the code

boxing up forum posts Forump10


Heres the pic after i added the code
boxing up forum posts Whiteb10

I guess you can see the link to the forums there in this pic. Just add /forum after the .com Smile


4boxing up forum posts Empty Re: boxing up forum posts Sun Aug 19, 2012 9:14 am

ankillien

ankillien
Administrator
Administrator
Ok. Those borers around the posts are not actually borders but the space between the table cells.

You can remove them with this code...

Code:
.forumline {
border-collapse: collapse;
}

But problem is that you can either remove it from all tables or none. If you want it for posts only, try adding this code in viewtopic_body template...

Code:
<style>
.forumline {
border-collapse: collapse;
}</style>

Add it at the top, save the template and publish it.

Hope it helps.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum