Thread: resize problem
View Single Post
  #5 (permalink)  
Old Aug 22nd, 2006, 20:34
somsahi somsahi is offline
New Member
Join Date: Aug 2006
Location: phoneix
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: resize problem solution

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;







}

Reply With Quote