Wed Feb 15, 2012 11:52 pm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>image vetical align</title>
<style type='text/css'>
p {
padding: 0px;
border: 1px solid black;
}
img {
vertical-align: 100%;
}
</style>
</head>
<body>
<p>
Notice the image vetical align <img src='site_logo.gif'/>
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.