Span top: 206px;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <style rel="stylesheet" type="text/css"> #today-date { display: block; position: absolute; top: 206px; left: 86px; font-family: Arial; font-size: 11px; color: #140A00 } </style> </head> <body> <span id="today-date">Thursday, July 31, 2008</span> </body> </html>