KBase Documentation
  • KBase Documentation
  • KBase Terms & Conditions
  • Getting Started
    • Signing Up and Signing In
      • Step-by-Step Sign Up
    • Supported Browsers
    • Narrative Quick Start
    • Narrative Interface User Guide
      • Access the Narrative Interface
      • Tour the Narrative Interface
      • Narrative Navigator
      • Create a Narrative
      • Explore Data
      • Add Data to Your Narrative
      • Browse KBase Analysis Tools
      • Analyze Data Using KBase Apps
      • Job Browser
      • Revise Your Narrative
      • Format Markdown Cells
      • Share Narratives
      • Linking Static Narratives to ORCID
      • Access and Copy Narratives
      • Organizations
    • FAQs
  • Manage Your Account
    • Linking Accounts
    • Linking KBase to ORCiD
  • Working with Data
    • Data Upload and Download Guide
      • Data Types
      • Importing Data
        • Bulk Import Limitations
      • Assembly
      • Genome
      • FASTQ/SRA Reads
      • Flux Balance Analysis (FBA) Model
      • Media
      • Expression Matrix
      • Phenotype Set
      • Amplicon Matrix
      • Chemical Abundance Matrix
      • SampleSet
      • Compressed/Zipped Files
      • Bulk Import Specification
      • Downloading Data
    • Searching, Adding, and Uploading Data
    • Filtering, Managing, and Viewing Data
    • Linking Metadata
      • Ontologies and Validated Terms
    • Public Data in KBase
    • Transfer Data with Globus
  • Using Apps
    • Analysis Apps in KBase
      • Assembly & Annotation
      • Comparative Genomics
      • Metabolic Modeling
      • Metagenomics & Community Exploration
      • Data Matrices - Amplicon, Stats
      • Chemical Abundance
      • Expression & Transcriptomics
    • Apps in Beta
  • Running Common Workflows
    • Assembling & Annotating Microbial Genomes
      • FAQ: Assembly and Annotation
    • Comparative Genomics & Phylogenetic Analysis
      • FAQ: Comparative Genomics
    • Metagenomic & Community Analysis
      • FAQ: Metagenomics & Community Analysis
    • Transcriptomic Analysis
      • FAQ: RNA-seq Analysis
    • Constructing Metabolic Models
      • Constructing and Analyzing Metabolic Flux Models of Microbial Communities
      • FAQ: Metabolic Modeling
  • Community Developed Workflows and Tools
    • Functional Annotation
    • Functional and Taxonomic Profiling of MAGs
    • Taxonomy
    • Viral
    • Random Walk with Restart Toolkit
  • Troubleshooting
    • Problems with the User Interface
    • Help Board
    • How to Report Issues
    • Job Errors and Their Meanings
      • Common Job Errors
        • The Job Log
      • Import Job Errors
      • Assembly App Errors
      • Annotation App Errors
      • Functional Genomics App Errors
      • Modeling App Errors
  • Developing Apps
    • The KBase SDK
    • Create a KBase Developer Account
    • KBase GitHub Repository
  • External Links
    • KBase Narrative Interface
    • KBase web site
    • KBase App Catalog
  • kbase.us
Powered by GitBook
On this page
  • Responsive Image Sizing
  • Creating boxes around text
  • Anchors
  • Stop text from wrapping around an align left image
  • Embedding and Linking from Drive
  • Pop up messages

Was this helpful?

kbase.us

Specific how to edit and use constraints in WordPress.

Responsive Image Sizing

For webpages viewed on a larger screen i.e., computer, the maximum width is 800px.

If image width is greater than 800px

width="100%” height="auto”

If width is less than 800px

max-width="100%” height="auto”

If width is not 800px or greater, but you want to set a specific maximum size.

width="100%” max-width=”nnnpx” height="auto”

Creating boxes around text

<p style="border: Npx; border-style:solid; border-color: #HTMLtag; padding: 1em;"> text here </p>

Teal boxes for developer highlights are 5px and #009688.

Anchors

Stop text from wrapping around an align left image

<a id="anchor"></a>

<br clear="left">

Add anchor to end of slug for web address

https://siteaddress/slug/#anchor

Embedding and Linking from Drive

  1. Open the PDF or image file in a new preview window

  2. Open the expanded menu and click on "Embed item..."

    1. To embed an image, select the link or frame.

    2. To link a PDF, copy the Drive link.

  3. Insert the link in desired location.

Pop up messages

Best practices for using Hustle for messaging on kbase.us

  1. Add or edit descriptive Title including dates.

  2. Include informative Main Content.

  3. Add enable the "Never see this message again" link

  4. Optional, schedule specific dates, but revert to "Draft" after maintenance period.

  5. Publish!

PreviousKBase GitHub Repository

Last updated 3 years ago

Was this helpful?