Talk page screwed up

Driftmaster130

Rest in Peace, Walkazo
Every time I go to my wiki talk page, this happens:

CvncAaH.png
 
Re: What the.........

You forgot to close out the table coding at the top of your page. I took the liberty of fixing it for you by making this change (in blue):

<table style="border:6px solid {{#switch: {{CURRENTMONTHNAME}} {{CURRENTDAY2}}
| January {{CURRENTDAY2}} = lightblue; background:white
| March 17 = green; background:yellow
| April {{CURRENTDAY2}} = lightblue; background:
| July 4 = blue;background:red
| October = orange;background:black
| November {{CURRENTDAY2}} = brown;background:yellow
| December {{CURRENTDAY2}} = red;background:green
| #default = #P80
}};-moz-border-radius:6px;padding:8px;" width=100%> <tr><td>

{{User:Mariotime11/talkheader}}

{{User:Mariotime11/active}}

'''''{{CURRENTDAYNAME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}<sup>{{#switch:{{CURRENTDAY}}|#default=th|1=st|2=nd|3=rd|21=st|22=nd|23=rd|31=st}}</sup> {{CURRENTYEAR}}, {{CURRENTTIME}}'''''

'''Current time on my end''' (EDT)
</td></tr></table>
 
Re: What the.........

Stooben said:
You forgot to close out the table coding at the top of your page. I took the liberty of fixing it for you by making this change (in blue):

<table style="border:6px solid {{#switch: {{CURRENTMONTHNAME}} {{CURRENTDAY2}}
| January {{CURRENTDAY2}} = lightblue; background:white
| March 17 = green; background:yellow
| April {{CURRENTDAY2}} = lightblue; background:
| July 4 = blue;background:red
| October = orange;background:black
| November {{CURRENTDAY2}} = brown;background:yellow
| December {{CURRENTDAY2}} = red;background:green
| #default = #P80
}};-moz-border-radius:6px;padding:8px;" width=100%> <tr><td>

{{User:Mariotime11/talkheader}}

{{User:Mariotime11/active}}

'''''{{CURRENTDAYNAME}}, {{CURRENTMONTHNAME}} {{CURRENTDAY}}<sup>{{#switch:{{CURRENTDAY}}|#default=th|1=st|2=nd|3=rd|21=st|22=nd|23=rd|31=st}}</sup> {{CURRENTYEAR}}, {{CURRENTTIME}}'''''

'''Current time on my end''' (EDT)
</td></tr></table>

Thanks Stooben. I had that on my page for about a month though, and it just screwed up now. Was there a change in the MediaWiki coding or something?
 
Re: What the.........

No, HTML always required Tables, Rows, and Columns to be closed.
 
Back