Layout With Tables / Discussion
Forum » Hidden / Per page discussions » Layout With Tables
Started by: Wikidot
Date: 01 Oct 2007 13:43
Number of posts: 91
rss icon RSS: New posts
This is the discussion related to the wiki page Layout With Tables.
page 1 of 41
How do you column span with this?
uirise uirise 19 Oct 2007 23:37

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?

by uirise uirise , 19 Oct 2007 23:37
Re: How do you column span with this?
(account deleted) 22 Oct 2007 02:10

Through some trial and error, I came up with this as one solution:
Mimic Colspan With Multiple Tables

by (account deleted), 22 Oct 2007 02:10
Re: How do you column span with this?

We are working to include colspan too.


Michał Frąckowiak @ Wikidot Inc.
Visit my blog at michalf.me

by michal-frackowiak michal-frackowiak , 22 Oct 2007 13:34
Re: How do you column span with this?
maki maki 04 May 2008 14:28

Another solution is to nest a two-column table in the second row.

by maki maki , 04 May 2008 14:28
Re: How do you column span with this?
jbnv jbnv 02 Feb 2010 23:58

How is the work on colspan support going?

by jbnv jbnv , 02 Feb 2010 23:58
Re: How do you column span with this?
Bruce M Bruce M 16 Sep 2010 23:27
header
col 1 col 2
header
col 1 col 2
Last edited on 16 Sep 2010 23:28 by Bruce M
by Bruce M Bruce M , 16 Sep 2010 23:27
Re: How do you column span with this?
(account deleted) 17 Sep 2010 00:24

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

by (account deleted), 17 Sep 2010 00:24
erlend_sh erlend_sh 10 Nov 2007 21:55

what would also be great is if there could be certain pre-defined styles to choose between, so that you could just put it into the table tag and don't worry about the rest.

by erlend_sh erlend_sh , 10 Nov 2007 21:55
How do you row span a table?
elfgoh elfgoh 04 Jan 2008 17:44

Anyway to do rowspanning?

by elfgoh elfgoh , 04 Jan 2008 17:44
Re: How do you row span a table?
Waldir Leoncio Waldir Leoncio 05 Jun 2008 12:01

I wanna know that too! :)

by Waldir Leoncio Waldir Leoncio , 05 Jun 2008 12:01
Re: How do you row span a table?
RobWmn RobWmn 06 Sep 2008 17:18

And me - row span please

by RobWmn RobWmn , 06 Sep 2008 17:18
Text Vertical Alignment Instead of Middle?
albaum albaum 28 Jan 2008 05:58

Is there a way to valign the text?

by albaum albaum , 28 Jan 2008 05:58
Re: Text Vertical Alignment Instead of Middle?
elishapeterson elishapeterson 07 Feb 2008 01:53

use
[[row style="vertical-align:top"]]

by elishapeterson elishapeterson , 07 Feb 2008 01:53
Re: Text Vertical Alignment Instead of Middle?

I didn't even know how to ask this question. Thanks both of you. =)

by David Marseilles David Marseilles , 11 Jun 2008 20:18
Re: Text Vertical Alignment Instead of Middle?
leiger leiger 18 Jul 2009 10:22

Thanks! Just what I was looking for :)


~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server

by leiger leiger , 18 Jul 2009 10:22
Is there any way to align an entire table?
Stitchy Stitchy 08 Feb 2008 03:23

… 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.

by Stitchy Stitchy , 08 Feb 2008 03:23
Re: Is there any way to align an entire table?
Stitchy Stitchy 10 Feb 2008 05:41

Nevermind. I figured it out myself. c:

by Stitchy Stitchy , 10 Feb 2008 05:41
Re: Is there any way to align an entire table?
cold_blood3d cold_blood3d 04 Mar 2008 01:27

how?

by cold_blood3d cold_blood3d , 04 Mar 2008 01:27
Cell Width in Tables
KathrynB KathrynB 06 Mar 2008 11:54

How can I specify the cell width in a table?

by KathrynB KathrynB , 06 Mar 2008 11:54
Re: Cell Width in Tables
KathrynB KathrynB 06 Mar 2008 12:17

Don't worry - I have managed to work it out!

by KathrynB KathrynB , 06 Mar 2008 12:17
Tables inside Tab View
JayBee14 JayBee14 27 Mar 2008 21:58

Can it be done?


by JayBee14 JayBee14 , 27 Mar 2008 21:58
Does anyone know how to get the entire table to left align?
crazyhappenings crazyhappenings 29 Apr 2008 17:52

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

by crazyhappenings crazyhappenings , 29 Apr 2008 17:52
Re: Does anyone know how to get the entire table to left align?
Seiraryu Seiraryu 30 Apr 2008 15:41

Try [[table style="align:left"]]

by Seiraryu Seiraryu , 30 Apr 2008 15:41
Re: Does anyone know how to get the entire table to left align?
aolivez aolivez 17 May 2008 03:40

Clarification: so your source would look like this?

[[table style="align:left"]]
@|| cell 1 || cell 2 ||@

I also tried:
[[<]] … [[/<]]

to no avail!

by aolivez aolivez , 17 May 2008 03:40
Re: Does anyone know how to get the entire table to left align?
ickabod ickabod 12 Jun 2008 15:45

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 [row1 cell2][[/row]]
[[row]][[cell]] row2 cell1 [row2 cell2][[/row]]
[[/table]]

by ickabod ickabod , 12 Jun 2008 15:45
Re: Does anyone know how to get the entire table to left align?
lindseymoon lindseymoon 07 Aug 2008 05:46

Um, that doesn't work.

by lindseymoon lindseymoon , 07 Aug 2008 05:46
Re: Does anyone know how to get the entire table to left align?
dennyw dennyw 08 Aug 2008 18:07

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]]
Foobar Foobash Foobang
bar 1 bash 1 bang 1
bar 2 bash 2 bang 2
by dennyw dennyw , 08 Aug 2008 18:07
Re: Does anyone know how to get the entire table to left align?
Jacob Hielscher Jacob Hielscher 26 Sep 2008 02:38

Genius!

by Jacob Hielscher Jacob Hielscher , 26 Sep 2008 02:38
Re: Does anyone know how to get the entire table to left align?
westmoquette westmoquette 28 Oct 2008 11:58

That's exactly what I was trying to find!

by westmoquette westmoquette , 28 Oct 2008 11:58
Re: Does anyone know how to get the entire table to left align?
Kath Kath 16 Apr 2009 16:45

Exactly what I was looking for too. Thanks.

by Kath Kath , 16 Apr 2009 16:45
Re: Does anyone know how to get the entire table to left align?
elishapeterson elishapeterson 16 Apr 2009 17:20

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
by elishapeterson elishapeterson , 16 Apr 2009 17:20
span not rows but colomns

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

Centering Text/Images
Miraye Miraye 19 May 2008 02:12

Could anyone tell me how to centre the images and text in my cells? Tried [[cell style=" align: center;"]]

by Miraye Miraye , 19 May 2008 02:12
Re: Centering Text/Images
Sanguinity Sanguinity 23 Jul 2008 14:14

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.

by Sanguinity Sanguinity , 23 Jul 2008 14:14
Re: Centering Text/Images
Gabrys Gabrys 19 Aug 2008 21:19

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

by Gabrys Gabrys , 19 Aug 2008 21:19
page 1 of 41
/forum/t-21515/layout-with-tables#post-
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).

AltStyle によって変換されたページ (->オリジナル) /