solidcodes,
Give this guess a try and see if it comes close.
Code:
#admins {
font-family: 'Arial Black';
background-color: #333;
color: white;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
font-size:6.6em; /* changed to match your image */
line-height:1em;
margin: 0px;
padding: 0px;
margin-top:-.25em; /* added. */
}
Note lots of changes/deletions in the HTML for the table dimensions and alignment.
Code:
<div id="header">
<table align="center" width="" height="" border="0">
<tr>
<td width="" valign="" align="">
<div><img name="icongear" src="http://coder9.com/jazportfolio/icons/icon-gear.png" width="146" height="146" alt=""></div>
</td>
<td width="" valign="" style="padding-left:60px;">
<p id="admins" style="">jazPortfolio</p>
</td>
</tr>
</table>
</div>
Bookmarks