Talk:Pets
From Gumnickopedia
Anne—I tweaked your table code a little. You need closing tags on table cells (</td>) for them to work right, and then you need to close each row with a (</tr>) and each table with a (</table>). The missing closing tags would have made anything else that gets added part of the same table.
Also, I don’t know why, but the top-alignment code doesn’t seem to have any effect if you put it in the (<table>) tag, so I moved it to the (<tr>) tag instead, where it works right.
[edit]
By the way…
…if you ever want to see exactly what changes I’ve made when I’ve fiddled with your coding, click on the history tab, and compare the current version with your last version. You’ll see something like this.

