I'm trying to make the equivalent to the wikidot.com table of
header | |
col 1 | col 2 |
Is there any way this can be done?
Choose a random snippet!
Watchers
... and more
Total number of visits:
I'm trying to make the equivalent to the wikidot.com table of
header | |
col 1 | col 2 |
Is there any way this can be done?
Through some trial and error, I came up with this as one solution:
Mimic Colspan With Multiple Tables
Another solution is to nest a two-column table in the second row.
How is the work on colspan support going?
header | |
col 1 | col 2 |
header | |
col 1 | col 2 |
I'm not sure what you're asking, exactly. Check this snippet out for a way to control layout by using multiple advanced tables.
-Ed
I wanna know that too! :)
Is there a way to valign the text?
use
[[row style="vertical-align:top"]]
I didn't even know how to ask this question. Thanks both of you. =)
Thanks! Just what I was looking for :)
~ Shane (Wikidot Community Admin - Volunteer)
Wikidot: Wikidot Editor, Official Docs
Other: YouTube (gaming, primarily Minecraft)
… Such as, if I wanted to create a basic character profile to sit on the right side of a page, which is often used on Wikipedia.
Nevermind. I figured it out myself. c:
how?
How can I specify the cell width in a table?
Does anyone know how to get the entire table to left align? I have a page full of text and columns that left align, but my table looks funny way out in the middle of the page. Does anyone how how to change this? Thanks.
Here's the table I want on the left side of the page: Does anyone know how to get the entire table to left align? http://bostonhash.wikidot.com/mismanagement
Try [[table style="align:left"]]
Clarification: so your source would look like this?
[[table style="align:left"]]
@|| cell 1 || cell 2 ||@
I also tried:
[[<]] … [[/<]]
to no avail!
You need to use the [[table]] syntax for this to work. You can't mismatch.
Here is an example:
[[table style="align:left"]]
[[row]][[cell]] row1 cell1 [[/cell]][[cell]] row1 cell2]][[/row]]
[[row]][[cell]] row2 cell1 [[/cell]][[cell]] row2 cell2]][[/row]]
[[/table]]
Um, that doesn't work.
I stumbled on to this syntax and it worked for me
[[table style="align:left"]] [[row]] [[cell]]
|| Foobar || Foobash || Foobang ||
|| bar 1 || bash 1 || bang 1 ||
|| bar 2 || bash 2 || bang 2 ||
[[/cell]][[/row]][[/table]]
|
Genius!
That's exactly what I was trying to find!
Here's another solution:
[[div style="width:0"]]
|| Foobar || Foobash || Foobang ||
|| bar 1 || bash 1 || bang 1 ||
|| bar 2 || bash 2 || bang 2 ||
[[/div]]
Foobar | Foobash | Foobang |
bar 1 | bash 1 | bang 1 |
bar 2 | bash 2 | bang 2 |
Hi, I need to create a table where in one colomn, the content applies to several rows, is it possible to span the colomn rather than a row ? Thanks
Could anyone tell me how to centre the images and text in my cells? Tried [[cell style=" align: center;"]]
You can center a line of text by beginning the line with "= ". Similarly, you can center an image with [[=image... ]]. I haven't yet discovered a way of centering the contents of an entire cell.
you can use
style="text-align: center"
style="text-align: left"
style="text-align: right"
for horizontal align, or
style="vertical-align: top"
style="vertical-align: bottom"
for vertical, you can mix:
style="text-align: center; vertical-align: bottom"
hope this helps!
Piotr Gabryjeluk
visit my blog
Wikidot Inc. S.A. Oddział w Polsce
Pl. Św. Katarzyny 9
87-100 Toruń, Poland
More than just a Wiki