Jump to content

borderless not borderless


czukoman20

Recommended Posts

Im working out a design for my webpage. and i am having huge trouble with tables.

I have the table that is holding the images set to border 0 in dreamweaver.

YET. . i get this

 

http://www.adworld-online.com/main2.php

 

Its choppy and its not supposed to be. I need clean edges. what should i try to do if i already have the border set to 0

Link to comment
https://forums.phpfreaks.com/topic/85252-borderless-not-borderless/
Share on other sites

okwell here is my code for it

<body>
<table width="827" height="190" border="0" align="center">
  <tr>
    <td colspan="3"><div align="center"> <p align="center"><object width="827" height="190" align="middle">
          <param name="movie" value="world.swf" />
          <embed src="http://www.adworld-online.com/images/banner.swf" width="827" height="190" align="middle"> </embed>
        </object>
      </p></div></td>
  </tr>
  <tr>
    <td width="109" height="468" background="images/Side.png"> </td>
    <td width="603" bgcolor="#FFFFFF"><div align="center"><img width="600" height="110" /></div></td>
    <td width="107" background="http://www.adworld-online.com/images/Side2.png"><div align="right"></div></td>
  </tr>
  <tr>
    <td colspan="3"> </td>
  </tr>
</table>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.