Usunięcie linii zaznaczonych na screenie.

Założony przez  songo7pl.

wersja skryptu MyBB:1.6.12
adres forum:fifaultimate.cal.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

http://i57.tinypic.com/2ilmvrd.jpg

Jak usunąć te pionowe linie które zaznaczyłem na czerwono? Z góry dziękuje za każdą pomoc.
Snake_ napisał 21.04.2014, 16:07:
Poprawiam tytuł. [Obrazek: modnotice_howto.png]
w global.css musisz edytować klase trow1 pod siebie
Uzupełnię.

global.css (Twojego stylu( → tryb zaawansowany → trow1 oraz trow2 border-top zamień na border.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Zmieniłem i dalej nic .

.trow1 {
    
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
        border: 1px solid #202020;
        padding: 5px;
}

.trow2 {
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
    
        border: 1px solid #202020;
        padding: 5px;
}

.trow3 {
    background: #20292f url(images/gze-style/trow_hover_bg.jpg) repeat-x;
    
    border: 1px solid #202020;
        padding: 5px;
}

.trow4 {
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
    
        border: 1px solid #202020;
        padding: 5px;
}

.trow4:hover {
    background: #20292f url(images/gze-style/trow_hover_bg.jpg) repeat-x;
    
    border: 1px solid #202020;
        padding: 5px;
}
Spróbuj tak:
.trow1 {
    
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
        
        padding: 5px;
}

.trow2 {
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
    
        
        padding: 5px;
}

.trow3 {
    background: #20292f url(images/gze-style/trow_hover_bg.jpg) repeat-x;
    
    border: 1px solid #202020;
        padding: 5px;
}

.trow4 {
    background: #242d34 url(images/gze-style/trow_bg.jpg) repeat-x;
    
        border: 1px solid #202020;
        padding: 5px;
}

.trow4:hover {
    background: #20292f url(images/gze-style/trow_hover_bg.jpg) repeat-x;
    
    border: 1px solid #202020;
        padding: 5px;
}
Pokaż szablon forumbit_depth1_cat z Opisu działu.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="background: #242D34;">
<
thead>
<
tr>
<
td class="thead" colspan="5">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
<
tr>
<
td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br /> 
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.



Użytkownicy przeglądający ten wątek:

1 gości