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> Link to comment https://forums.phpfreaks.com/topic/107400-border-not-showing-please-help-cheers/ 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 Link to comment https://forums.phpfreaks.com/topic/107400-border-not-showing-please-help-cheers/#findComment-551248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.