PHP interesse |
|
ja dat kan ik maar dat geeft hetzelfde:
css:
#rss a:link, a:visited, a:active {
display: block;
width: 100%;
color: #333333;
font-size: 9px;
text-decoration: none;
padding: 2px;
background-color: #f5f5f5;
margin-bottom: 2px;
}
#rss a:hover {
background-color: #6574a5;
}
#rss a:link, a:visited, a:active { display: block; width: 100%; color: #333333; font-size: 9px; text-decoration: none; padding: 2px; background-color: #f5f5f5; margin-bottom: 2px; } #rss a:hover { background-color: #6574a5; }
mijn html:
<div id="rss">
<!-- START BLOCK : rss -->
<a href="{link}">[{date}] {title}</a>
<!-- END BLOCK : rss -->
</div>
<div id="rss"> <!-- START BLOCK : rss --> <a href ="{link}">[{date}] {title }</a > </div>
snap niet echt wat verkeerd is ?
laat maar had geowon #rss voor elke moeten zette ;) |