Jump to content

Text in div tags.


jenniferG

Recommended Posts

Why does the    text "Test" not shbow up in the browder  below the <div> tsags?

<html>

<head>
  <title></title>
</head>
<body>
<div style="background : #000000; color : #000000; padding : 4px; width : 950px; height : 150px; overflow : auto; "></div>
<div style="background : #ffffff; color : #ffffff; padding : 4px; width : 950px; height : 450px; overflow : auto; ">
<?php  include 'viewcontacts2.php' ?>
</div>
<div>Test</div>

</body>

</html>
Link to comment
https://forums.phpfreaks.com/topic/25403-text-in-div-tags/
Share on other sites

  • 2 weeks later...

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.