Welcome Guest [Log In] [Register]
Viewing Single Post From: custom codes and tables?
ElementalAlchemist
Member Avatar


shadow_wolf
Jun 20 2010, 03:07 PM
(and does anyone have one of those screenshot versions of a skin for zetaboards? like this:
http://docs.zetaboards.com/_detail/skinning/if_index.png?id=invisionfree%3Askinning%3Ainvisionfreecssguide&cache=cache
but for zetaboards obviously)
http://docs.zetaboards.com/themes/zbcssguide
shadow_wolf
Jun 20 2010, 03:07 PM
I've seens some things about custom BBCodes or whatever they're called and have no idea what that's about. Can I create my own? Or something? RAWR I'm a n00b at BBCode
If you wish to do this, you need a third-party modification, which you can find or request at our official resource board. You'll need to register if you haven't already if you wish to make a request.

Here is a list of codes which may be helpful to you. :)
shadow_wolf
Jun 20 2010, 03:07 PM
I tried making a table in a post and it makes the table, but no rows or columns or anything.
The table BBCode is under development. Currently it works as such:
Code:
 
[table=2,Test Table,1]Header 1[c]Header 2[c]First Cell[c]Second Cell[c]First Cell Again[c]Second Cell Again[/table]
That makes this table:
Test Table
Header 1Header 2
First CellSecond Cell
First Cell AgainSecond Cell Again
For a more simplistic table:
Code:
 
[table=3]Cell 1[c]Cell 2[c]Cell 3[c]New Row![c]Blah[c]Tables are long.[/table]
Cell 1Cell 2Cell 3
New Row!BlahTables are long.
Broken down:
[table= <-- Starts the table
2 <-- Number of columns in the table
Test Table <-- Table Title. Optional. If not given, the table will not have a title.
1 <-- Optional. If provided, makes the first row into column headers. If you wish to have a row of headers but not a title, you can set your table tag to something like [table=3,,1].
]
Following the opening tag is the data for the first cell. Data for remaining cells is separated by [c]. Columns are separated automatically with [c] based on the number of columns you chose. When you've entered all the data you wish to enter, [/table] will end the table.
Edited by ElementalAlchemist, Jun 21 2010, 01:17 AM.
Offline Profile Quote Post
custom codes and tables? · ZetaBoards - Theme & Code Support