Putting Images in Centerstar
1. Email the picture to jthompson@okcu.edu. Specify where you would like the picture located.
2. You will see a code in CenterStar that looks like this:
<img src="/foldername/picturename.jpg" width="100" height="150" hspace="5" vspace="5" >
This is the location of the picture on the OKCU server and the picture's specified height and width. You can delete or move this link once it is in CenterStar. Pictures must be on the server to be seen on your site.
Adding New Webpages to your Site
Email jthompson@okcu.edu with the name of the new page and any relevant information. New links will be added to the left navigation area.
HTML Codes to Use in Centerstar
BOLD TEXT:
<strong>TEXT</strong> or <b>TEXT</b>
Example: TEXT
ITALIC TEXT:
<em>TEXT</em>
Example: TEXT
UNDERLINE TEXT:
<u>TEXT</u>
Example: TEXT
LINE BREAK:
<hr>
Example:
INSERT EMAIL LINK:
<a href="mailto:jthompson@okcu.edu">JULIE THOMPSON'S EMAIL</a>
Example: JULIE THOMPSON'S EMAIL
INSERT LINK TO ANOTHER WEB PAGE:
<a href="http://www.yahoo.com" target="_blank">CLICK HERE TO GO TO YAHOO</a>
Example: CLICK HERE TO GO TO YAHOO
(NOTE: "target="_blank" means that the link opens up in a new browser window)
INSERT LINK TO ANOTHER PAGE WITHIN THE OKCU WEBSITE:
<a href="http://www.okcu.edu">OKCU HOMEPAGE</a>
Example: OKCU HOMEPAGE
TEXT ALIGNMENT: (default is left)
<center>TEXT</center>
Example:
FONT COLOR:
<font color="#000000">TEXT</font>
COLORS
OCU BLUE: #0C2D83
Light Gray: #CCCCCC
Medium Gray:
#999999
Dark Gray: #666666
Black: #000000
Dark Red: #990000
CLICK HERE FOR MORE COLORS
FONT HEADING SIZE:
<h3>TEXT</h3>
<h2>TEXT</h2>
<h1>TEXT</h1>
BULLETPOINTS:
<li>text</li>
INDENTED BULLETPOINTS:
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
INDENTED PARAGRAPH:
<ul>
PARAGRAPH
</ul>
SPACE:
&nsbp;
Example of three spaces:
TEXT
HARD RETURN: <br>