Code snippets and special circumstances
Robyn Dappert
The only part of this code that should be updated is the src=
.
See example below:
<div class="embed-responsive embed-responsive-4by3"></div>
<div class="embed-responsive embed-responsive-16by9" style="margin-bottom: 1rem;"></div>
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
Copy the code from the previous year (all
<td>
tags between the opening and closing<tr>
tag – see below for an example)
Paste it between the new table row tags (
<tr>
) you createdUpdate the year in the table data tag (
<td>
), file name, and in the<span>
tag
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.