View previous topic :: View next topic |
Author |
Message |
Janica
Joined: 29 Jan 2004 Posts: 1
|
Posted: Thu Jan 29, 2004 1:18 am Post subject: Border around date |
|
|
I have a layout similar to this one(with a border around the dates):
<div class="date">
<?php the_time("F d, Y") ?>
</div>
---
css:
.date
border:1px solid #999; }
---
but when I post multiple entries per day only the border shows up:
<div class="date">
</div>
How can I get rid of it?? Thanks  |
|
Back to top |
|
 |
XianghuaALPHA
Joined: 05 Aug 2003 Posts: 79 Location: Tulsa, OK
|
Posted: Thu Jan 29, 2004 4:21 pm Post subject: |
|
|
Sooo - what your saying is if you make 2 entries on Tuesday - you get the border around - both - and you don't want that - or reversed?
[ is not grand with CSS - but the clarification might also help a smarter person too ]
X A _________________ [ [ - - There can be only 2 or 3 - - ]]
You know what. On a quite board - you end up talking to yourself alot....
Friends don't let friends play Tekken™ |
|
Back to top |
|
 |
|