Click here to Skip to main content
15,885,366 members
Articles / Web Development / HTML

Permalinks for Fun and Profit

Rate me:
Please Sign up or sign in to vote.
4.57/5 (9 votes)
4 Sep 2008CPOL4 min read 26.6K   144   34  
Permalinks provide an easy way to redirect incoming traffic to specific pages, track hits and goals, and prevent external links from expiring.
body 
{
	font-family:Arial, Sans-Serif;
}
table
{
	border: solid 1px black;
}
table.grid
{
	font-size: 0.7em;
	background-color: Silver;
	padding: 1px;
	margin: 1px;
	border-collapse: collapse;
	border-color: Blue;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead ThoughtWorks
United States United States
Steven A. Lowe is a consultant, software developer, inventor, entrepreneur, author, musician, and lover of puns. He ran an innovative custom software development company for nearly a decade before joining ThoughtWorks as a Principal Consultant in 2014. He admits to being the author of "From Burnout to Bonfire" and a willing participant in the band Noise in the Basement, but neither confirms nor denies being the science-fiction author Steven Ayel.

Comments and Discussions