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]

1removing borderline from tables Empty removing borderline from tables Sun Oct 10, 2010 10:01 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
Actually I want exactly the same thing as in this topic: remove excess space removing the border line from the table. I tried to use the css code given by ankillien on my test forum but in didn't work on phpbb2. Any code for phpbb2 for this one..thanks...

edited: Or i just want to remove those line from the table:
removing borderline from tables Line10



Last edited by Blitzkrieg on Sun Oct 10, 2010 10:19 pm; edited 1 time in total

http://earnmoneyonline.bforum.biz

2removing borderline from tables Empty Re: removing borderline from tables Sun Oct 10, 2010 10:10 pm

Guest


Guest
sorry but i dont see any border line Neutral

3removing borderline from tables Empty Re: removing borderline from tables Sun Oct 10, 2010 10:24 pm

Matti

Matti
Registered Member
Registered Member
this is what are you looking for => http://www.webartzforum.com/css-cascading-style-sheets-f6/i-need-a-code-to-make-the-forum-lines-around-t1749.htm

http://csshelp.forumotion.net/

4removing borderline from tables Empty Re: removing borderline from tables Sun Oct 10, 2010 10:35 pm

Guest


Guest
oh okay.got it now Wink

Code:
.forums .row {
border:none;
}

5removing borderline from tables Empty Re: removing borderline from tables Sun Oct 10, 2010 10:42 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
Maki wrote:this is what are you looking for => http://www.webartzforum.com/css-cascading-style-sheets-f6/i-need-a-code-to-make-the-forum-lines-around-t1749.htm

I had tried every code given there but nothing happen..

Nick wrote:oh okay.got it now Wink

Code:
.forums .row {
border:none;
}

Still nothing happens..it didn't remove the line.. BTW im using phpbb2..

http://earnmoneyonline.bforum.biz

6removing borderline from tables Empty Re: removing borderline from tables Sun Oct 10, 2010 11:37 pm

Guest


Guest
This may work:

Code:
th. nowrap {
border:none;
}

7removing borderline from tables Empty Re: removing borderline from tables Mon Oct 11, 2010 9:24 am

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
Nick wrote:This may work:

Code:
th. nowrap {
border:none;
}

didn't work bro...

http://earnmoneyonline.bforum.biz

8removing borderline from tables Empty Re: removing borderline from tables Tue Oct 12, 2010 2:23 pm

ankillien

ankillien
Administrator
Administrator
Hi,

It cannot be done with CSS. You need to change the templates.
Go to index_box template and find this part...

<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">

Notice the bolded part. Change the cellspacing value to 0 and save the templates.

9removing borderline from tables Empty Re: removing borderline from tables Thu Oct 14, 2010 12:27 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
ok..it works but is there a way that i could only remove those vertical lines on the table not all of the lines?

http://earnmoneyonline.bforum.biz

10removing borderline from tables Empty Re: removing borderline from tables Thu Oct 14, 2010 2:39 pm

ankillien

ankillien
Administrator
Administrator
Nopes.

11removing borderline from tables Empty Re: removing borderline from tables Fri Oct 15, 2010 11:30 pm

Blitzkrieg

Blitzkrieg
Registered Member
Registered Member
ok..you may close this topic.

http://earnmoneyonline.bforum.biz

12removing borderline from tables Empty Re: removing borderline from tables Sat Oct 16, 2010 12:12 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Solved | Locked

http://woops.dk

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