Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Edit the record in the database to remove extra spaces.
  2. Create a shorter URL on your webserver that redirects to the long URL. I had to use this method to get this to work, except I used bit.ly.

NOTE: The link displayed below is for the pilot environment and not production. Please contact the implementation team to verify the correct URL for your college for production.


Code Block
languagexml
titleSample
<h1>California Community Colleges Course Exchange</h1>

<p>Current Fresno City&nbsp;College Students: Starting Spring 2017 you
may be eligibileeligible to enroll in additional online courses through the
California Community Colleges Course Exchange.</p>

<p>To be eligible you need to meet a few requirements:</p>

<ol>
	<li>Enroll in at least one course at Fresno Community College</li>
	<li>Complete orientation and assessment or be exempted</li>
	<li>Complete an educational plan with Counseling</li>
</ol>

<p>Additional certain students are not eligible to participate in the
Course Exchange:</p>

<ul>
	<li>International students on an F-1 VISA</li>
	<li>Students who do not currently reside in California</li>
	<li>Students concurrently&nbsp;enrolled in High School</li>
</ul>

<p><a
href="https://sso.pilot.cccmypath.org/simplesaml/saml2/idp/SSOService.php?source=MIS570MIS571&spentityid=https://course-exchange-student-web-pilot.ccctechcenter.org&RelayState=https://course-exchange-student-web-pilot.ccctechcenter.org/?cccMisCode=570571" 
target="_blank">Click
here&nbsp;to access the Course Exchange now!</a></p>

<p><a
href="https://sso.pilot.cccmypath.org/simplesaml/saml2/idp/SSOService.php?source=MIS570MIS571&spentityid=https://course-exchange-student-web-pilot.ccctechcenter.org&RelayState=https://course-exchange-student-web-pilot.ccctechcenter.org/?cccMisCode=570571" target="_blank"><img
alt="Click here for additional online courses"
src="https://dl.dropboxusercontent.com/u/20693387/fullsize.jpg"
style="width: 702px; height: 175px;" /></a></p>

...