table---gray line

GK User
Sun Feb 05, 2012 5:42 pm
Dear,
why is always a gray line if I put a "table" in my article
I use joomla 1,7 and e-sport template
and my code for the left column begin with:

<td valign="top" style="text-align: center; width: 250px;">

but I want "top" and the text always at the bottom ???
I do not understand...why
Thank's for HELP
User avatar
Expert Boarder

Konrad M
Sun Feb 05, 2012 6:42 pm
Hi
Can you give us url to your site ?
User avatar

GK User
Mon Feb 06, 2012 2:06 pm
Konrad M wrote:Hi
Can you give us url to your site ?


Dear, her is my site, not finish :)
http://www.gruyerepaddle.ch
and the page with text at bottom...and I specified "top"
http://www.gruyerepaddle.ch/index.php/contact/au-lac
best regards
User avatar
Expert Boarder

Konrad M
Mon Feb 06, 2012 2:49 pm
Try add to override.css
Code: Select all
.item-page table td {
    border-bottom: none !important;
    border-left: 1px none !important;
    vertical-align: top !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 06, 2012 9:50 pm
Konrad M wrote:Try add to override.css
Code: Select all
.item-page table td {
    border-bottom: none !important;
    border-left: 1px none !important;
    vertical-align: top !important;
}

and remember to enable override.css option in template settings.


Thank's a lot for your Help, now it's OK, Great !!!
User avatar
Expert Boarder

Konrad M
Tue Feb 07, 2012 9:50 am
I'm glad I could help.
User avatar


cron