Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - IE behavior with right align Table within cell

 
Thread Tools Search this Thread
Old 07-15-2006, 09:41 PM   #1
Default IE behavior with right align Table within cell


hear simple html page that place table witin cell, and I try to align
inner table to the right,
it's work in Firefox but with IE the innertable never sown on right
side of cell?



<!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-Type" content="text/html; charset=iso-8859-1"
/>
<title>Untitled Document</title>

</head>

<body>
<table width="855" height="756" border="1">
<tr>
<td width="340" scope="col" valign="top" align="left">bla bla</td>
<td scope="col" align="right" id="ss" valign="middle" style="width:
340px">
<table width="200" height="806" border="2" bordercolor="#FF9933"
bgcolor="#ECE9D8" id="Tab2" align="right">
<tr>
<td width="420" valign="top" >bla bla</td>
<td width="70" height="70" style="width: 139px"
valign="middle">bla bla</td>
</tr>
</table></td>
</tr>
</table>

</body>
</html>



mtczx232@yahoo.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump