0
Welcome Guest! Login
0 items Join Now

Hello,

  • Hello,

    Posted 8 years 4 days ago
    • Hello,

      I have a table whose border is 0. On the site I have a white border.

      Here is the html code

      <table border="0" style="height: 173px; ; width: 1266px;">
      <tbody>
      <tr align="center" valign="top">
      <td style="text-align: center;"><img src="images/DERAUTREOFFRES/mariage.jpg" alt="mariage" width="284" height="143" /></td>
      <td style="text-align: center;"><img src="images/DERAUTREOFFRES/HAUT-GAMME.jpg" alt="HAUT GAMME" width="372" height="150" /></td>
      <td style="text-align: center;"><img src="images/DERAUTREOFFRES/Sportives.jpg" alt="Sportives" width="312" height="140" /></td>
      <td style="text-align: center;"><img src="images/DERAUTREOFFRES/PRESTIGE.jpg" alt="PRESTIGE" width="335" height="134" /></td>
      </tr>
      </tbody>
      </table>

      Thank you for your help
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Hello,

    Posted 8 years 4 days ago
    • add
      div table {
      	border-style: none;
      }


      to your custom css. Don't forget to recompile the css ...

Time to create page: 0.038 seconds