EMPLOYER RESOURCES |
| Employer Resources : Articles : Using HTML In Classified Ads | |
JAZZING UP ADS WITH HTML
|
|
|
Have you ever seen an internet job posting that had centered text, different colored text and nice bulleted lists? Every wonder how they did it? The answer is simple, the recruiter who posted the job used HTML in the job posting form. HTML is a web programming language and one of the easiest to learn. (HTML stands for Hyper Text Markup Language) You you do not have to be a computer genius to learn and use HTML. Actually, the basics needed to spice up your job postings are very, very simple. Before we dive into the how to, lets examine the why and where to use it. Why use html in job postings?
Where to use html?
HTML Basics 1) Bold Text:
The code to output text in bold in the example is as follows: <b>Sales Reps Wanted!</b> * Note all you need to add is the <b> and </b> around the text you want bold. It is that easy! 2) Italics:
The code to output text in italics in the example is as follows: <i>No relocation available for this position!</i> 3) Bullets:
Experience
Needed The code to output text in a bulleted list in the example is as follows: <li>Experience
Needed</li> 4) Justifications - Center, Left or Right For example - This text is centered! The code to centered text in the example is as follows: <p align="center">This text is centered!</p> * If you want to left justify use "left" and you guessed it to right justify use "right". 5) Add a Web Link (this function not valid at Nurse-Recruiter): For example - Visit our home page! The code to output a hyperlink in the example is as follows: <a href="http://www.recruitersnetwork.com">Visit our home page!</a> 6) Add an Email Link (not valid at Nurse-Recruiter): For example - Email Your Resume! The code to output an email link in the example is a follows. <a href="mailto:resume@rescruitersnetwork.com">Email Your Resume!</a> Conclusion and Advance Tips The basics are extremely simple and taking the extra step to format your jobs will payoff with higher qualified and more candidates, which will yield in more hires/placements. Experiment the next time you post a position. It is easier than it looks. Once you mastered the basics you can do more advanced things like different color text and fonts. You can also embed graphics/company logos in a job postings or a company profile. Here are a list of sites that have comprehensive html basics. WebMonkey
- HTML basics About the Author Brian Weis is the President of Recruiters Network, The Association for Internet Recruiting. He has over 10 years of recruiting, contract recruiting and internet recruiting experience. This article is reprinted with the permission of Recruiters Network.
If you have any questions, please feel free to call us at 877-562-7555. |
|
| © Copyright 1999-2005- Nurse-Recruiter.com. All rights reserved. |