Grubość obramowania w tabelce

filnston

Avatar: filnston

2016-04-02 19:52

Panowie, kopiuje gotową tabelkę z Worda na stronę i mimo iż ustawiam table border na np. "5" i na podglądzie mi ją pogrubia, to na stronie zostaje po staremu

<table border="3" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td rowspan="5" style="height:9px">

Jak to mogę zmienić? Bez tworzenia tabeli od podstaw

» Quick.Cms v6.x

euphoria-art

Avatar: euphoria-art

2016-04-02 23:10

w style.css za /* PLUGINS */

dopisz np.

/* Table */
#table{border-collapse:collapse;}
#table td{border:1px solid #e6e6e6;padding:2px;}

filnston

Avatar: filnston

2016-04-03 10:27

Zrobiłem tak i nic to nie daje. Wklejam fragment kodu style.css

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1199px){
#container{width:95%;}
}

/* PLUGINS */

/* Table */
#table{border-collapse:collapse;}
#table td{border:3px solid #e6e6e6;padding:2px;}


/* DROP DOWN MENU */
#header .menu-1 > ul{margin:5px 0;line-height:1.5em;}
#header .menu-1 li{position:relative;margin-left:5px;background:#0093dd;}
#header .menu-1 li a{margin:0;padding:0.25em 20px;color:#fff;border:0;}
#header .menu-1 li:hover, #header .menu-1 .selected, #header .menu-1 .selected-parent{background:#cc1426;transition:all 0.5s ease;}
#header .menu-1 li a:hover, #header .menu-1 .selected a, #header .menu-1 .selected-parent a{color:#fff;}
#header .menu-1 li:after{display:none;}

artek

Avatar: artek

2016-04-04 12:57

Możliwe, że style inline nadpisują style z arkusza css. W edycji strony wejdź w edycję kodu i usuń border="3" w znaczniku <table>.
Tabela jest w opisie, więc w style.css powinno być raczej:

#page div.content > table{border-collapse:collapse;}
#page div.content > table td{border:3px solid #e6e6e6;padding:2px;}

R2-r

filnston

Avatar: filnston

2016-04-05 11:42

Nic to nie dało. Style.css wygląda tak:

/* PLUGINS */

/* Table */
#page div.content > table{border-collapse:collapse;}
#page div.content > table td{border:3px solid #e6e6e6;padding:2px;}

a tabela tak:

<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<p style="text-align:center"><strong><span style="font-size:16px">&nbsp;DATA&nbsp;</span></strong></p>
</td>
<td>
<p style="text-align:center"><strong><span style="font-size:16px">Godz. &nbsp; &nbsp; &nbsp;</span></strong></p>
</td>
<td>
<p style="text-align:center"><strong><span style="font-size:16px">INTENCJA</span></strong></p>
</td>
</tr>

artek

Avatar: artek

2016-04-07 16:26

To może:
#page div.content td{border:3px solid #e6e6e6;padding:2px;}
Trudno zdalnie stwoerdzic co tam masz w kodzie, pokombinuj trochę przy css :)

R2-r

Do góry
o nas | kontakt