PDA

View Full Version : Removing Borders From Rows


Mister Kravitz
12-14-2008, 07:16 PM
I'm trying to remove the borders that separate Forum/Last Post/Threads/Posts, but I'm not sure how to accomplish this without removing other borders as well. I want to remove them from that particular row, but not the one below it. Here is what I'm trying to do:

Before:

http://www.xasper.com/images/border1.png

After:

http://www.xasper.com/images/border2.png

How would I go about doing this?

I appreciate your help!

Shelby
12-15-2008, 12:55 AM
Good question.

Adam21
12-15-2008, 12:05 PM
In the forumhome_forumbit_level1_nopost template,remove the class or style from the td tags from it + %.

i.e,i use
<td width="6%">&nbsp;</td>
<td width="52%" align="$stylevar[left]">$vbphrase[forum]</td>
<td width="42%">$vbphrase[last_post]</td>

Mister Kravitz
12-15-2008, 05:49 PM
Thank you so much, Adam! I really appreciate your help.