Thread: resize problem
View Single Post
  #3 (permalink)  
Old Aug 22nd, 2006, 16:22
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

html problem
no flash
this is full code for header page.there is no problem in header page but whn i clude it in other page.Then it does not cover the whole breadth available and white space is there in right side.Now when i INCREASE DIV.LOGO WIDTH TO 120 THEN there is no whitespace.but when minimise the browser again white space
html page
1)
<div class="logo" >
<table class="logotable" border="0" cellpadding="0" >
<tr >
<td class="logotd" ><html:img page="/images/a.gif" width="183" height="47"/></td>
<td class="logotd" style="padding-left:0px;" >CCNT Audit Reports Website</td>
</tr>
</table>

for css 2)
div.logo
{
background-color:#FFCC00;
top:0px;
left:0px;
height:50px;
width:100%;






}
table.logotable
{
width:100%;

}

td.logotd
{
font-family:Arial,Fritiger;
font-size:20px;
font-weight:bold;
color: #D40511;
align:right;
white-space:nowrap;





}
Reply With Quote