i don't want to margin in the page. i just fit the table according to width of page by using html only.
<title>testing</title>
</head>
<body>
<table width="100%", cellpadding="0" cellspacing="0" bgcolor="#f3971b" border="1px">
<tr>
<td><font face="arial" size="10">Home</font></td>
<td><font face="arial" size="10">Services</font></td>
<td><font face="arial" size="10">Testimonials</font></td>
<td><font face="arial" size="10">Contact</font></td>
<td><font face="arial" size="10">Message</font></td>
</tr>
</table>
</body>
[enter image description here][1]