不同浏览器RSS中的表格中的语言问题 [英] Alingment Problem on Table in diffrent Browsers RSS

查看:350
本文介绍了不同浏览器RSS中的表格中的语言问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi All,

This is my sample design

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
 <tr>
    <td>
        <table cellpadding="0" cellspacing="0" border="0" width="80%" align="center">
         <tr>
           <td>
                ***** SOME NONSENSE HERE *****
           </td>
         </tr>
        </table>
    </td>
 </tr>
</table>

If i run this It works fine in IE exact Center it is coming
Where as if i run in Mozilla & Chrome It is not getting at center?
What is the reason behind this?
Can any body solve this query?

Thanks In Advance,
VenkateshDesaiK.

推荐答案

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
 <tr>
    <td align="center">
        <table cellpadding="0" cellspacing="0" border="0" width="80%" align="center">
         <tr>
           <td>
                ***** SOME NONSENSE HERE *****
           </td>
         </tr>
        </table>
    </td>
 </tr>
</table>


这篇关于不同浏览器RSS中的表格中的语言问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆