Jump to content
17/12/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; }
Vote up?
17/12/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;
}