
see here :
http://www.graphogames.fr/foe/viewtopic.php?f=18&t=12
Code: Select all
[size=130]Table Title[/size]
[table=40 textcenter][thead][tr=null][th=50 null]Title1[/th][th=50 null]Title2[/th][/tr][/thead]
[tbody][tr=null][td=bg2]Text11[/td][td=bg3]Text21[/td][/tr]
[tr=null][td=bg2]Text12[/td][td=bg3]Text22[/td][/tr]
[tr=null][td=bg2]Text13[/td][td=bg3]Text23[/td][/tr]
[tr=null][td=bg2]Text14[/td][td=bg3]Text24[/td][/tr][/tbody][/table]
You can even create a class in the tables.css to use.Sniper_E wrote: 17 Nov 2016, 08:43Code: Select all
[size=130]Table Title[/size] [table=40 textcenter][thead][tr=null][th=50 null]Title1[/th][th=50 null]Title2[/th][/tr][/thead] [tbody][tr=null][td=bg2]Text11[/td][td=bg3]Text21[/td][/tr] [tr=null][td=bg2]Text12[/td][td=bg3]Text22[/td][/tr] [tr=null][td=bg2]Text13[/td][td=bg3]Text23[/td][/tr] [tr=null][td=bg2]Text14[/td][td=bg3]Text24[/td][/tr][/tbody][/table]
This was the part I was asking about.Sniper_E wrote: 18 Nov 2016, 02:37 You can even create a class in the tables.css to use.
Make any cell look completely different.
Code: Select all
/* Subsilver2 table classes */
.tables2 { border-radius: 0;border: 1px solid #A9B8C2;padding: 0 !important;margin: 0 !important;text-align: center;box-shadow: none; }
.subhead { color: #FFA34F !important;font-size: 1.1em;font-weight: bold;background-image: url('./images/cellpic3.gif');padding: 5px;border: 1px solid #A9B8C2; }
.row1 { background-color: #ECECEC;padding: 4px;border: 1px solid #A9B8C2; }
.row2 { background-color: #DCE1E5; padding: 4px;border: 1px solid #A9B8C2; }
Code: Select all
[size=130]Subsilver2 Table[/size]
[table=40 tables2][thead][tr=null][th=50 subhead]Title1[/th][th=50 subhead]Title2[/th][/tr][/thead]
[tbody][tr=null][td=row1]Text11[/td][td=row2]Text21[/td][/tr]
[tr=null][td=row1]Text12[/td][td=row2]Text22[/td][/tr][/tbody][/table]
Finally had some time this evening to install your latest.....
Code: Select all
/* Filedownload table */
.downloadbg { background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ff8a2b 0%, #ffc561 100%) repeat scroll 0 0; }
.filedl img { height: 15px;margin: 0; }
.downloadbg tr:hover { background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ff8a2b 0%, #ffc561 100%) repeat scroll 0 0 !important; }
Code: Select all
[color=purple][size=120][b]Extension Download:[/b][/size][/color]
[table=42 downloadbg][thead][tr=filedl][th=100 textleft][img]http://sniper-e.com/ext/dmzx/filedownload/styles/all/theme/images/downloadarrow.png[/img][float=right]Tables 2.0.7 Extension Download[/float][/th][/tr][/thead][tbody][tr=null][td=null][attachment=0]tables_2_0_7.zip[/attachment][/td][/tr][/tbody][/table]
In order to create tables with those functions it would have to be setup with options of colspan and rowspan. The old tables mod had that in it but was complicated. I will have to think about that feature.shijixuexi wrote: 25 Dec 2016, 07:50 Good job Sniper,
How to make the table from
┌──┬──┐
├──┼──┤
└──┴──┘
to this?
┌─────┐
├──┬──┤
└──┴──┘
OR from
┌──┬──┐
├──┼──┤
└──┴──┘
to this?
┌──┬──┐
│──├──┤
└──┴──┘
I'll have to check 3.2.0 table codes and see what has changed. I have not tried this in 3.2.0 yet. Plus phpbb has given me a list of things I need to change to make this exceptible for them.Hartenheer wrote: 16 Jan 2017, 18:51 Komt er ook voor 3.2 een versie uit?
Tables also present 3.2 out?