یک نمونه با Expression Web برای شما درست کردم ، نمونه خیلی ساده

Region Capture.jpg



این هم کد HTML


کد HTML:
<!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">

<head>
<meta http-equiv="Content-Language" content="fa" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>نمونه کد</title>
<style type="text/css">
.style1 {
    text-align: center;
}
.style2 {
    border-color: #FFFFFF;
    border-width: 0;
    background-color: #FFFFFF;
}
.style3 {
    font-family: "B Mitra";
    font-size: larger;
}
</style>
</head>

<body style="background-color: #C0C0C0; background-attachment: fixed">

<p class="style1">&nbsp;</p>
<p class="style1">&nbsp;</p>
<table style="width: 55%" dir="rtl" class="style2" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td class="style1">
        <img src="http://www.loshanpgmc.ir/images/yasan/Contact.jpg" width="280" height="319" style="float: right" /><br />
        <a href="http://www.novinhost.co"><strong><span class="style3">نوین هاست</span></strong>
        </a>
        <br />
        <br />
        آدرس :&nbsp;&nbsp; ------------------------------<br />
        تلفن : ---------------------------------<br />
        فکس : --------------------------------<br />
        کد پستی : -----------------------------<br />
        آدرس وب سایت : ----------------------<br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <span lang="en-us">Copy Right 2011 - NovinHost.co</span><br />
        <br />
        <br />
        <br />
        </td>
    </tr>
</table>

</body>

</html>