3raser Posted February 21, 2010 Share Posted February 21, 2010 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? Quote Link to comment Share on other sites More sharing options...
merylvingien Posted February 21, 2010 Share Posted February 21, 2010 Background color white Date color white ? Quote Link to comment Share on other sites More sharing options...
haku Posted February 24, 2010 Share Posted February 24, 2010 That would be it. 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.