*

{

margin:0px;

padding:0px;

}

<table cellpadding="20" cellspacing="0"/>

cellpadding会被*覆盖


        table.t td
        {
            padding: 5px !important;
        }


图片环绕

<style>
div {
width:300px;
border:1px solid red
}
img {
float:left;
width:100px;
height:100px
}
</style>
<div>
<img src="http://images.cnblogs.com/logo.gif" />

相关文章:

  • 2021-09-15
  • 2021-05-16
  • 2021-08-27
  • 2022-03-07
  • 2022-12-23
  • 2021-07-09
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2022-02-23
  • 2021-12-17
  • 2022-12-23
  • 2021-08-10
  • 2021-08-07
  • 2022-01-24
相关资源
相似解决方案