czukoman20 Posted January 9, 2008 Share Posted January 9, 2008 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 More sharing options...
asyourattorney Posted January 9, 2008 Share Posted January 9, 2008 Without seeing the code for the CSS, I would suggest checking the margin and padding for your Table, TD and TR elements in your CSS. Link to comment https://forums.phpfreaks.com/topic/85252-borderless-not-borderless/#findComment-434909 Share on other sites More sharing options...
czukoman20 Posted January 9, 2008 Author Share Posted January 9, 2008 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> Link to comment https://forums.phpfreaks.com/topic/85252-borderless-not-borderless/#findComment-435049 Share on other sites More sharing options...
czukoman20 Posted January 10, 2008 Author Share Posted January 10, 2008 ok then thanks anyhow people Link to comment https://forums.phpfreaks.com/topic/85252-borderless-not-borderless/#findComment-435132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.