redarrow Posted May 27, 2008 Share Posted May 27, 2008 SOLVED SORRY FORGOT BORDER-STYLE: SOLID; my css is wrong why please not see the border in red please help.. <?php include("header.php")?>; <table style="border-color: red; border-width: thick; height: 400px; width: 700px;" align="center"> <tr> <td align="center"> home page </td> </tr> </table> <?php include("footer.php")?>; </body> </html> Quote Link to comment Share on other sites More sharing options...
calabiyau Posted May 28, 2008 Share Posted May 28, 2008 Try <table style="border: 3px solid red;"> Adjusting 3px to whatever suits your design Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.