Why isn't this span/CSS working?
Posted: Mon Oct 17, 2005 8:34 am
Hi there,
This set of code is in my CSS script, includes/class.css, which is included in all pages.
I have the following code on this page:
http://www.spanish-property-partnership.biz/index2
However, as you will be able to see by visiting the page, for some reason the styles are not applied. Is there any reason for this?
Many thanks
Mark Seaden
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