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]

1row css codes Empty row css codes Tue Apr 20, 2010 3:55 pm

Russel

Russel
Moderator
Moderator
how to put table lines in forums in every row. horizontal and vertical as well as table lines between each topic in topic list page using punbb. thank you

https://www.twitter.com/russeltubo

2row css codes Empty Re: row css codes Tue Apr 20, 2010 4:04 pm

ankillien

ankillien
Administrator
Administrator
Hello,

Please add this code to your CSS...

Code:
.table , .table tbody tr td {
border : 1px solid white !important;
}

It will apply white border to the forum tables.

3row css codes Empty Re: row css codes Tue Apr 20, 2010 4:07 pm

Russel

Russel
Moderator
Moderator
but only in between of forum to topic, topic to post, and post to last to posts, all the lines are visible when i put that codes

https://www.twitter.com/russeltubo

4row css codes Empty Re: row css codes Tue Apr 20, 2010 4:33 pm

ankillien

ankillien
Administrator
Administrator
Please try this code...

Code:
.table tbody tr td {
border : 1px solid white !important;
}
.table tbody tr td table , .table tbody tr td table tr td {
border : none !important;
}

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