Skip to content

Instantly share code, notes, and snippets.

@nicholasjhenry
Created November 16, 2009 22:01
Show Gist options
  • Save nicholasjhenry/236364 to your computer and use it in GitHub Desktop.
Save nicholasjhenry/236364 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Firsthand Web Design</title>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<style type="text/css">
div {
float: left
}
#replace {
text-indent: -9999em;
background-image: url(http://www.firsthand.ca/assets/images/stylesheets/dt_hand.gif);
background-repeat: no-repeat;
background-position: 0pt 0pt;
height: 100px
}
</style>
</head>
<body>
<div>
<p id="replace">This title is replaced with a graphic.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment