User talk:Wanderer57/Birthday Greeting

Latest comment: 16 years ago by Wanderer57 in topic Thank you!

Happy Birthday edit

  I present you with these balloons to celebrate your birthday. I hope you have a great day. Wanderer57 (talk) 15:10, 14 March 2008 (UTC)Reply

(Edit to get code out from nowiki area.)


==Happy Birthday== <center> {| style="background-color: #CAEBF5; border: solid 2px #0581B5; -moz-border-radius: 10px;" | [[Image:Balloons-aj.png|100px|]] | style="background-color: #CAEBF5; padding: 1em;" | <font face="tahoma" color="#086F9A"> I present you with these balloons to celebrate your birthday. I hope you have a great day. ~~~~</font> |} </center>

Dove of Peace edit

 NinaEliza 17:23, 12 December 2006 (UTC)Reply

Thank you! edit

Your thoughtfulness in giving me a Barnstar is greatly appreciated.
Wanderer57 (talk) 22:33, 5 April 2008 (UTC)Reply

Test of Table coding from Help:Tables edit

If the column of numbers appears in a table with cell padding or cell spacing, one can still align the decimal points without an unsightly gap in the middle. Embed a table in each number's cell and specify its column widths. Make the embedded tables' column widths the same for each cell in the column. (If decimal points are still misaligned using this method, the main table's column may be too narrow. Add a parameter to increase the column's width.)

Wiki markup

{|border="1" cellpadding="4" cellspacing="2"
|
{|cellpadding="0" cellspacing="0" width="100%"
|align="right" width="50%"| 432 ||width="50%"| .1
|}
|-
|
{|cellpadding="0" cellspacing="0" width="100%"
|align="right" width="50%"| 43 ||width="50%"| .21
|}
|-
|
{|cellpadding="0" cellspacing="0" width="100%"
|align="right" width="50%"| 4 ||width="50%"| .321
|}
|}

What it looks like in your browser

432 .1
43 .21
4 .321