How about:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.hhr {
float: left;
width: 88%;
padding-top: 0.5ex;;
}
.htxt {
float: left;
width: 8%;
font-size: 120%;
font-family: sans-serif;
letter-spacing: 0.5ex;
overflow: visible;
}
.htxt span{
padding-left: 1em;
}
</style>
</head>
<body>
<div class="hhr"><hr></div><div class="htxt"><span>MISEI</span></div>
</body>
</html>
Bookmarks