Hi I have solved like this
changed the second td class and then changed width from 100 to 120 and then created asnother class logotd2 with same data as logotd but added one attribute padding:right:135px.so thanxs for your effort.
Now please let me know one thing.I have url obviously on my local system like
http:..localhost/som/index.
jsp
but how you can see that.
<td class="logotd2" > Website</td>
in css
table.logotable
{
width:120%;
}
td.logotd2
{
font-family:Arial,Fritiger;
font-size:20px;
font-weight:bold;
color: #D40511;
align:right;
white-space:nowrap;
padding-right:135px;
}