/
ARCHIVE-Code snippets and special circumstances

ARCHIVE-Code snippets and special circumstances

 Issuu Embed

The only part of this code hat should be updated is the src=.
See example below:

Screenshot of embed code in Cascade CMS


 SmugMug Embed

<div class="embed-responsive embed-responsive-4by3"></div>


 YouTube Embed

<div class="embed-responsive embed-responsive-16by9" style="margin-bottom: 1rem;"></div>


 Institutional Research

Facilities, Freshman Profiles, Degrees Conferred, Common Data Set, and Charges by Academic Year

  • Upload all PDF files first
  • Locate the table you need to edit
  • Add a new table row ( <tr> )
  • Open the code editor in Cascade

Screenshot of WYSIWYG editor in Cascade CMS

  • Copy the code from the previous year (all <td> tags between the opening and closing <tr> tag – see below for an example)

Screenshot of HTML code

  • Paste it  between the new table row tags ( <tr> ) you created
  • Update the year in the table data tag ( <td> ), file name, and in the <span> tag

 News Images

For additional images used in the story body, add the following to the img tag in the code editor:

class="responsive" style="float: right; padding: 10px;"

You can also change the float to left depending on the overall story layout.

Related content