Jump to content

Simple problem


3raser

Recommended Posts

Here is my code:

 

echo "<div class='username'>SRBuckey5266<div class='date'>2-20-10</div></div>";

 

Here is my CSS:

 

body {
background-color:white;
color:white;
}

div.username {
text-align:left;
border-style:solid;
border-width:1px;
color:white;
border-color:#282828;
width:500px;
height:20px;
background-color:#787878;
}

div.date {
text-align:right;
color:white;
}

 

Why won't the date display?

Link to comment
https://forums.phpfreaks.com/topic/192841-simple-problem/
Share on other sites

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.