Mobile-Friendly Double Table Instructions | National Sexual Violence Resource Center (NSVRC) Skip to main content
Get Help Escape
English Spanish

Mobile-Friendly Double Table Instructions

Classes intended to be applied to HTML tables. The classes are:

  • on-desktop
    • Appears above the viewport break point
  • on-mobile
    • Appears below the viewport break point

Examples:

  • <table border="0" cellpadding="0" cellspacing="0" width="100%" class="on-desktop">
  • <table border="0" cellpadding="0" cellspacing="0" width="100%" class="on-mobile">