demeji
05-05-2007, 06:07 PM
How do I get rid of the white border on webpages created with Dreamweaver 2004 MX?
|
Click to See Complete Forum and Search --> : White Border demeji 05-05-2007, 06:07 PM How do I get rid of the white border on webpages created with Dreamweaver 2004 MX? Corey Bryant 05-05-2007, 06:17 PM Sounds like either a border issue or maybe a background issue. Source code would help since it would probably be there demeji 05-06-2007, 02:39 PM Source Code is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="dark.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style1 { color: #FFFFFF; font-weight: bold; font-size: x-small; } .style5 { font-size: x-small; font-weight: bold; } .new { background-color: #FFCCCC; } .style7 {font-size: smaller} .style8 { font-size: small; font-weight: bold; font-style: italic; } .unnamed1 { background-color: #CCCCCC; } link1 { text-decoration: none; } link { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; } .style9 {color: #000000} --> </style> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="39%" class="dark"><img src="howardlogo%20copy.jpg" width="250" height="109"></td> <td width="43%" class="dark"> </td> <td width="18%" class="dark"> </td> </tr> <tr> <td class="med"><img src="background.jpg" alt="image" width="308" height="115"></td> <td class="med"><div align="center"><span class="style1">Providing full service Prosthetics and Orthotics </span></div></td> <td class="med"> </td> </tr> <tr> <td colspan="3"><img src="spacer.gif" width="100%" height="5"></td> </tr> <tr> <td colspan="3"><img src="spacer_black.gif" width="100%" height="1"></td> </tr> </table> <table width="100%" border="0-" cellspacing="0" cellpadding="0"> <tr> <td width="11%"><table width="254" border="1" cellspacing="0" cellpadding="0"> <tr> <td width="249" class="new"><span class="style5">Home</span></td> </tr> <tr> <td class="med"><span class="style1"><a href="abouthoward1.htm">About Howard Orthopedics</a> </span></td> </tr> <tr> <td class="med"><span class="style1"><a href="testimonials2a.htm">Testimonials</a></span></td> </tr> <tr> <td class="med"><span class="style1"><a href="contact%20us.htm">Contact Us</a> </span></td> </tr> <tr> <td height="26" class="med"><span class="style1"><a href="http://www.amputee-coalition.org">Amputee Coalition of America</a> </span></td> </tr> </table></td> <td colspan="3"> <div align="center" class="style7">Howard Orthopedics Inc, is a newly formed, privately owned full service provider of Orthotics and Prosthetics. Although we are a new company we have 45 years of combined O&P experience. We pride ourselves in providing superior patient care with respect, integrity and compassion. </div></td> </tr> <tr> <td class="unnamed1"> </td> <td colspan="3"><hr width="90%" size="3"></td> </tr> <tr> <td class="unnamed1"> </td> <td colspan="3"><p align="center">2970 Hilltop Mall Road, Suite 104 <br> <br> Richmond, CA 94806 <br> <br> 510.222.1282 (phone)<br> <br> 510.222.1284 (fax) <br> <br> </p> <p align="center"><br> </p> </td> </tr> <tr> <td colspan="4" class="med"><div align="center"><a align="center font color="black" href="mailto:howardorthopedics@sbcglobal.net" class="style8"> &n bsp; & nbsp;   ; &nbs p; &nb sp; howardorthopedics@sb cglobal.net</a><span class="style9"><a href="mailto:howardorthopedics@sbcglobal.net" class="style8"></a></span></div></td> </tr> <tr> <td height="55" colspan="4" class="dark"> </td> </tr> </table> </body> </html> Corey Bryant 05-06-2007, 06:24 PM You might try to run the code through a validator (http://validator.w3.org/) first. On a cursory glance, I did not see anything - but since you are also using an external style sheet, make sure that everything adds up there if you are specifying a width. You might also consider using style="width: 100%; border-collapse: collapse;"in your opening table tag as well instead of the width attribute webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |