HTML Formatting Tips for Adding Jobs via SpartanTRAK
Basic HTML commands are supported in the larger text areas (Company Description, Qualifications, and Duties and Responsibilities). HTML (Hypertext Markup Language) is a set of special codes referred to as "tags" that instruct a web browser how to display a hypertext document. To create a specific effect using HTML language, place the text you wish to format between the desired tags.
- Paragraph break <p> will give you a blank line ended with </p>
This will help keep your text organized and your paragraphs separated. A much neater appearance. - Line break <br> will give you a line break (no end tag needed) This works well for headers or bullets*
- Big <big>big text</big> displays as: big text
- Bold <b>bold text</b> displays as: bold text
- Italicize <i>italicized text</i> displays as: italicized text
- Underline <u>underlined text</u> displays as: underlined text
- Center <center>place your text here</center> centers text
- You can also create a hyperlink to your web site for additional company information, job information, job application, etc. The HTML tag to do so is: <a href="http://website address">text to be linked here</a>
We recommend that you use a * or ~ as your bullet.