Pagina 1 van 1

Tables mod

Geplaatst: 02 jul 2006, 08:36
door DennizZ
Hoi,
Ik heb deze mod ingebouwd,
Hij werkt goed daar niet van.
Maar hij werkt niet zoals ik wil de tabellen hebben een lelijke border,
Niet zoals ik zou willen (gewoon 1 pixel zwart)
Zoals je hier kunt zien,
Weet iemand hoe ik dat zo krijg.

Geplaatst: 02 jul 2006, 14:34
door DennizZ
In de bbcode.tpl heb ik het volgende verandert:

Code: Selecteer alles

<!-- BEGIN table_open --><table border="0" align="top" cellspacing="0" cellpadding="0" class="postbody" bordercolor="#000000" style="border-style: solid; border-width: 1px">
<!-- END table_open -->
<!-- BEGIN table_close --></td></tr></table><!-- END table_close -->
<!-- BEGIN table_color --><table align="top" cellpadding="2" cellspacing="0" class="postbody" bgcolor="{TABCOLOR}" border="1"><!-- END table_color -->
<!-- BEGIN table_size --><table align="top" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF" style="font-size: {TABSIZE}px" border="1"><!-- END table_size -->
<!-- BEGIN table_cs --><table align="top" cellpadding="2" cellspacing="0" bgcolor="{TABCSCOLOR}" style="font-size: {TABCSSIZE}px" border="1"><!-- END table_cs -->
<!-- BEGIN table_mainrow --></td></tr><tr><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow -->
<!-- BEGIN table_mainrow_color --></td></tr><tr bgcolor="{TABMRCOLOR}"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_color -->
<!-- BEGIN table_mainrow_size --></td></tr><tr style="font-size: {TABMRSIZE}px;"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_size -->
<!-- BEGIN table_mainrow_cs --></td></tr><tr bgcolor="{TABMRCSCOLOR}" style="font-size: {TABMRCSSIZE}px"><td style="font-weight: bold; text-align: center;"><!-- END table_mainrow_cs -->
<!-- BEGIN table_maincol --></td><td style="font-weight: bold; text-align: center;"><!-- END table_maincol -->
<!-- BEGIN table_maincol_color --></td><td bgcolor="{TABMCCOLOR}" style="font-weight: bold; text-align: center;"><!-- END table_maincol_color -->
<!-- BEGIN table_maincol_size --></td><td style="font-size: {TABMCSIZE}px; font-weight: bold; text-align: center;"><!-- END table_maincol_size -->
<!-- BEGIN table_maincol_cs --></td><td bgcolor="{TABMCCSCOLOR}" style="font-size: {TABMCCSSIZE}px; font-weight: bold; text-align: center;"><!-- END table_maincol_cs -->
<!-- BEGIN table_row --></td></tr><tr><td><!-- END table_row -->
<!-- BEGIN table_row_color --></td></tr><tr bgcolor="{TABRCOLOR}"><td><!-- END table_row_color -->
<!-- BEGIN table_row_size --></td></tr><tr style="font-size: {TABRSIZE}px"><td><!-- END table_row_size -->
<!-- BEGIN table_row_cs --></td></tr><tr bgcolor="{TABRCSCOLOR}" style="font-size: {TABRCSSIZE}px"><td><!-- END table_row_cs -->
<!-- BEGIN table_col --></td><td><!-- END table_col -->
<!-- BEGIN table_col_color --></td><td bgcolor="{TABCCOLOR}"><!-- END table_col_color -->
<!-- BEGIN table_col_size --></td><td style="font-size: {TABCSIZE}px"><!-- END table_col_size -->
<!-- BEGIN table_col_cs --></td><td bgcolor="{TABCCSCOLOR}" style="font-size: {TABCCSSIZE}px"><!-- END table_col_cs -->
Nu ziet het er echter zo uit:
Klikk

Bij het intypen van:

Code: Selecteer alles

[table][size=6][mrow]HEADER[/table]
[mrow]HEADER1[/table]
[mrow]HEADER3[/table]
[mrow]HEADER2[/table]
[mrow]HEADER4[/table]
[mrow]HEADER5[/table]

Geplaatst: 02 jul 2006, 15:10
door Stef
Volgensmij werkt de bbcode niet, maar ik ken de MOD niet en kan er niet over oordelen.

Code: Selecteer alles

[table]
[tr]
[td][/td]
[/tr]
[/table]
Lijkt me logischer, maar dat kan een andere mod zijn.

Maar nu je vraag:

style=""; Daar kun je het inderdaad aanpassen.

Code: Selecteer alles

style="border: 1px solid #000;"

Geplaatst: 02 jul 2006, 15:21
door DennizZ