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? Link to comment https://forums.phpfreaks.com/topic/192841-simple-problem/ Share on other sites More sharing options...
merylvingien Posted February 21, 2010 Share Posted February 21, 2010 Background color white Date color white ? Link to comment https://forums.phpfreaks.com/topic/192841-simple-problem/#findComment-1015842 Share on other sites More sharing options...
haku Posted February 24, 2010 Share Posted February 24, 2010 That would be it. Link to comment https://forums.phpfreaks.com/topic/192841-simple-problem/#findComment-1017145 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.