Code: Select all
.date { color: #fff; font-weight:bold; font-family: tahoma,sans-serif,arial; font-size:8pt; }
.title { color: #fff; line-height:12px; font-weight:normal; font-family: tahoma,sans-serif,arial; font-size:8pt; }
#general a:link,
#general a:visited {color: #333333; text-decoration: none;}
#general a:hover {color: #333333; text-decoration: underline;}
#general a:active { color: #333333; text-decoration: none;}I have the following code on this page:
http://www.spanish-property-partnership.biz/index2
Code: Select all
echo '<div id="general"><a href="./content/'.$title.'"><span class="title"><b>'.date('d/m/Y', $row['posttime']).'</b> '.strtoupper($row['title']).'</span></a></div>';Many thanks
Mark Seaden