User talk:Miles.oppenheimer/Archive8: Difference between revisions

m
(HTML Help)
Line 86: Line 86:
:I'm not much of an HTML person; however I'd probably recommend a two-column table.  What were you looking to make this for? [[User:Miles.oppenheimer|<font color="dodgerblue"><span style="font-family:Comic Sans MS;">'''Miles''']] <font color="khaki">([[User talk:Miles.oppenheimer|<font color="khaki">talk]])</font></font></span></font> 21:39, 29 May 2009 (UTC)
:I'm not much of an HTML person; however I'd probably recommend a two-column table.  What were you looking to make this for? [[User:Miles.oppenheimer|<font color="dodgerblue"><span style="font-family:Comic Sans MS;">'''Miles''']] <font color="khaki">([[User talk:Miles.oppenheimer|<font color="khaki">talk]])</font></font></span></font> 21:39, 29 May 2009 (UTC)
::I don't know how to make a table... It's just for my Userpage, but it's also general interest as table-making skills could come in useful. I tried copying tables from other pages and just fiddling about with them to get what I wanted, but nothing seemed to produce two columns. The generic "two column table" code would be great. Thanks, '''''<span style="font-family:Arial;">[[User:PenguinofDeath|<font color="silver">Penguin</font>]][[User talk:PenguinofDeath|<font color="gray">of</font>]][[Special:Contributions/PenguinofDeath|<font color="silver">Death</font>]]</span>''''' 22:26, 29 May 2009 (UTC)
::I don't know how to make a table... It's just for my Userpage, but it's also general interest as table-making skills could come in useful. I tried copying tables from other pages and just fiddling about with them to get what I wanted, but nothing seemed to produce two columns. The generic "two column table" code would be great. Thanks, '''''<span style="font-family:Arial;">[[User:PenguinofDeath|<font color="silver">Penguin</font>]][[User talk:PenguinofDeath|<font color="gray">of</font>]][[Special:Contributions/PenguinofDeath|<font color="silver">Death</font>]]</span>''''' 22:26, 29 May 2009 (UTC)
<pre>
{| class="wikitable"
|-
! Column 1 Name
! Column 2 Name
|-
| A
| B
|-
| C
| D
|-
| E
| F
|-
| G
| H
|}
</pre>
gives
{| class="wikitable"
|-
! Column 1 Name
! Column 2 Name
|-
| A
| B
|-
| C
| D
|-
| E
| F
|-
| G
| H
|}
Enjoy. [[User:Miles.oppenheimer|<font color="dodgerblue"><span style="font-family:Comic Sans MS;">'''Miles''']] <font color="khaki">([[User talk:Miles.oppenheimer|<font color="khaki">talk]])</font></font></span></font> 23:05, 29 May 2009 (UTC)