Jump to content

facetcounter

Circle Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by facetcounter

  1. If you find markdown tables easier to work with, you can add a markdown block to your page (available as a "basic" block) then use markdown table formatting, for example:

    
    
    | Tables        | Are           | Cool  |
    | ------------- |:-------------:| -----:|
    | col 3 is      | right-aligned | $1600 |
    | col 2 is      | centered      |   $12 |
    | zebra stripes | are neat      |    $1 |
    
    

    (the auto formatting of this forum software messes with markdown table syntax above but you get the idea) For more info see:

    https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables

    The table you get may still need some formatting depending on how you want it to look. Markdown generates regular table markup so the styling info from previous posts still applies here (sorry that's kind of an advanced answer to "How do I make it look right?")

  2. If anyone has much simpler needs, I found a way to do a really simple text box popup with a title, subheading and basic text area by hacking the built in form. Don't use it on a page that needs forms.

    In the page settings for the page you want to do this with put the following code:

    
    
    <style>
     .form-button-wrapper{display:none;}
     form .field-element {display:none;}
    </style>
    
    

    Then create a form on your page, clear all the stock form fields and create one new simple text field, and in the advanced settings, set it to open in lightbox mode. The title and description of that field form the content of the popup

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.