Yaili 17 December 2009 @Francois: Just add “counter-reset: fieldsets;” to the body tag on your CSS, so it will look like this: body { background: #ffffff; color: #111111; font-family: Georgia, “Times New Roman”, Times, serif; padding: 20px; counter-reset: fieldsets; }
@Francois: Just add “counter-reset: fieldsets;” to the body tag on your CSS, so it will look like this:
body { background: #ffffff; color: #111111; font-family: Georgia, “Times New Roman”, Times, serif; padding: 20px; counter-reset: fieldsets;
}