🏗️
Flezr Docs
  • Flezr
  • Create Website
    • Getting Started
      • Dashboard
      • Studio
  • Building your App
    • Starting a project from a Built-in Template
    • Building Blocks
    • Connecting Data Source: Google Sheets/Supabase
    • Creating Static Pages
    • Customising the Sections and Page Elements
    • Making Responsive Design
    • Creating and Customizing Dynamic Cards
      • Configure data source
      • Customizing the Dynamic Card section
        • Configuring & customizing card headings
        • Customizing the Number of Cards per Row and Style
      • Customizing the Design of an Individual Card
      • Adding and Customizing Dynamic Card Elements
      • Adding Prefix/Suffix Dynamically to the Card Data
      • Adding Tags and Filters
    • Concept of Dynamic Pages and Variables In Flezr
      • Creating the Template for a Dynamic Page
      • Adding Variables to Page Elements
  • Site Settings
    • External JavaScript & External CSS
    • SEO
  • Integrations
    • Adding password protected content/membership
    • Email Integrations
  • Publishing your Website
  • How To
    • Add Custom Domain
    • Set Ids for Sections and link on the same page
    • Enable Search for Cards
    • Unpublish a page - Set Page Visibility
    • Move Sections Up/Down in the same page
    • Enable ‘Search as you type’ for Cards
    • Enable HTML content in Cards
    • Preserve White-spaces and Line breaks from Google Sheets to display in Cards
    • Configure Page Title, Description, FavIcon for each page
    • Use other fonts from Google Fonts
    • Add Opacity and Background Color for Header Section
    • Add Javascript to Individual Pages
    • Configure Number of Cards to Display
    • Change the display order of card elements based on device type
    • Embed Pages and Sections on External Websites
    • Set the link to an entire card instead of individual elements
    • Duplicate projects
    • Copy sections between pages
    • Create a Sitemap file for your website
    • Use Google Drive images for cards
    • Build Websites with Supabase Data
    • Add Robots.txt
    • Add Head Tags
    • Use Custom Fonts
    • Add Manifest file
    • Add Ads.txt file
    • Add Service Worker
    • Password protect the website
  • FAQ
    • Do you cache content/data?
    • Is there a white-label option for Flezr?
    • Is Flezr a tool for Programmatic SEO?
    • Can I add membership to the site using tools like Memberspace, Outseta etc?
    • Where do I host and deploy my app?
    • Are the sites built with Flezr responsive for mobiles and tablets?
    • What are the supported data sources to build webapps?
    • Can I embed an external script on the site?
  • ADVANCED TOPICS
    • Assign color codes from Google Sheets to Card Elements
  • Legal
    • Brand Assets
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. How To

Enable HTML content in Cards

PreviousEnable ‘Search as you type’ for CardsNextPreserve White-spaces and Line breaks from Google Sheets to display in Cards

Last updated 1 year ago

Was this helpful?

Flezr lets you inject HTML code from a Google Sheets Column directly into your 'Cards' section.

  1. Start by navigating to the page where your 'Cards' section is located. Click on the section to bring up the Cards settings panel on the right side of your screen.

  2. Click on the 'Design/edit card' as shown in red below:

  1. In the 'Elements' section, click 'Add Element' button.

  1. The settings for the new card element will now appear at the bottom of the card elements list, in the settings panel on the right.

  2. As shown in red, select 'Text' in 'Type'.

  3. Next, select the location for this new element to be placed on the card.

  4. Select the Google Sheets column having the HTML code in the 'Map Column' field.

  5. Slide the toggle switch that says 'Content Type' to right to enable the code to be rendered as HTML on card.

Press the 'Save' button in the top main menu in the Studio to save your changes.

Now the Card will display HTML content.

Below is some sample content you can use inside Google Sheets columns for HTML display testing.

<p><b>This text is bold</b></p>
<p><i>This text is italic</i></p>
<p>This is<sub> subscript</sub> and <sup>superscript</sup></p>