User talk:Moleski: Difference between revisions

From Ameliapedia
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* Sponsors on front page
* Sponsors on front page


== table test ==
== Change to main.css ==
{|class=wikitable border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;"
<pre>
|+ table name
margin: 1em 1em 1em 0;
|-
padding: 3px;
! header 1
border: solid 1px #AAAAAA;
! header 2
border-collapse: collapse;
! header 3
empty-cells:show
|-
</pre>
| row 1, cell 1
''I think the right solution is to copy Monobook to tighar and make the edits there.  Then switch all site stuff to the tighar skin.  That will protect us from updates.  Not tonight!''
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|-|}
{|class=wikitable border=1 cellpadding=5
|+ table name
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|-|}

Revision as of 02:48, 28 January 2009

To do list

  • E-mail handling is not installed on the site yet. We have to wait until we have a domain name, I think.
When it is, we will be able to get notifications when someone talks to us.
  • Check copyright registration with Pat and Ric
  • IPConfig--has to wait until we have e-mail installed
  • Sponsors on front page

Change to main.css

	margin: 1em 1em 1em 0;
	padding: 3px;
	border: solid 1px #AAAAAA;
	border-collapse: collapse;
	empty-cells:show

I think the right solution is to copy Monobook to tighar and make the edits there. Then switch all site stuff to the tighar skin. That will protect us from updates. Not tonight!