ateklive
Member
Posted 1 year ago #
Ok,
I have been killing myself for 4 days trying to figure out why and looking all over the internet for a solution to my problem. I don't want table borders, I have tried plug-ins, code, css code and nothing seems to remove them.
I am using the Travel Blogger 1.3.5 Theme. It works perfect for what I need it to do but - them annoying borders around the table. any help to my issue would be soo good to have.
Thank you!
You need post url so we can see where to make the change
ateklive
Member
Posted 1 year ago #
Yeah that detail would be important! here ya go
http://ads.ateklive.com
Are you talking about the border for each row? You've got a border defined on line 246 and 1207 in style.css that's causing it.
ateklive
Member
Posted 1 year ago #
Leenab
Yes the border for each row. I did change the two lines and some of the lines around the table are gone, but the individual lines are still present.
In line 1207
#content tr td {
border-top: 1px solid #E7E7E7;
padding: 6px 24px;
change 1px to 0px
You have all that white space at top as you have td with out any content in table
<td valign="top" colspan="3"> </td>
ateklive
Member
Posted 1 year ago #
Thank you guys!
It worked! I don't know how I over looked that... I guess frustration can do it!
ateklive
Member
Posted 1 year ago #
Yes I'm adding a graphic in that spot where all the white space is at. That is purposely set.