Difference between revisions of "User:DavidAHare/Test Page Section A"
From Fallen Sword Wiki
DavidAHare (Talk | contribs) |
DavidAHare (Talk | contribs) |
||
Line 7: | Line 7: | ||
{| style="width:100%; background:none" align="center" cellspacing="5" | {| style="width:100%; background:none" align="center" cellspacing="5" | ||
+ | |||
+ | |||
<!-- Below is the coding that I copied from the other WIKI ---> | <!-- Below is the coding that I copied from the other WIKI ---> | ||
Line 70: | Line 72: | ||
|} | |} | ||
− | {| style="width:100%; background:none" align=" | + | |
+ | |||
+ | |||
+ | {| class="toccolours collapsible collapsed" width=100% | ||
+ | |- | ||
+ | ! colspan="6" | This table will always initially collapse | ||
+ | |- | ||
+ | | Column 1 || Column 2 || Column 3 || Column 4 || Column 5 || Column 6 | ||
+ | |- | ||
+ | | Column 1 || Column 2 || Column 3 || Column 4 || Column 5 || Column 6 | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <big>'''I am somehow missing how to code the following to go side by side instead of below each other.'''</big> | ||
+ | |||
+ | |||
+ | {| style="width:100%; background:none" align="left" colspan="2" cellspacing="5" | ||
==== Scroll boxes ==== | ==== Scroll boxes ==== | ||
To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: | To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: | ||
− | <div style="height: 150px; overflow:auto; border: thin solid blue; background: white"> | + | <div style="width:50%; height: 150px; overflow:auto; border: thin solid blue; background: white"> |
*What is the [[meaning of life]]? And what does that question mean? | *What is the [[meaning of life]]? And what does that question mean? | ||
*Where is the line between [[life]] and non-life? | *Where is the line between [[life]] and non-life? | ||
Line 87: | Line 108: | ||
** And what do you really want (but for whatever reason haven't committed to getting)? | ** And what do you really want (but for whatever reason haven't committed to getting)? | ||
</div> | </div> | ||
+ | |||
+ | ==== Scroll boxes ==== | ||
+ | To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: | ||
+ | |||
+ | <div style="width:50%; height: 150px; overflow:auto; border: thin solid blue; background: white"> | ||
+ | *What is the [[meaning of life]]? And what does that question mean? | ||
+ | *Where is the line between [[life]] and non-life? | ||
+ | *Where does [[choice]] come from? | ||
+ | *Why is life proactive, as opposed to nonlife, which simply obeys the laws of [[physics]], without using [[energy]] to—say—defy gravity? | ||
+ | *Can [[emotion]] be programmed? | ||
+ | *Where do we feel? | ||
+ | *Why does [[Portal:Art|art]] move us? | ||
+ | *What makes us want to be better, to have [[purpose]]? | ||
+ | *Who are you and what do you want? | ||
+ | ** That is, who are you, really? The true you, deep inside. | ||
+ | ** And what do you really want (but for whatever reason haven't committed to getting)? | ||
+ | </div> | ||
+ | |- | ||
|} | |} |
Revision as of 19:45, 16 September 2008
Test Section A + |
This section is supposed to go all the way accross the screen. Section B and C are to go half way accross the screen with Section B side by side to Section C. |
This table will always initially collapse | |||||
---|---|---|---|---|---|
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 |
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 |
I am somehow missing how to code the following to go side by side instead of below each other.