sorry it is not a css issue. Am am using carriage returns to place the objects:
div id="left">
<ul>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(1) ) : ?>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>
<p> </p>
<p> </p>
<li>
<?php wp_get_archives('type=monthly'); ?>
</li>
<?php endif; ?>
</ul>
</div>
SO how can I replace these to work in other browsers
Ok I have made some progress. I converted my categories to tags and use the following feed urls for each:
http://www.churchfields-farm.co.uk/blog/?tag=news&feed=rss2 – for news
http://www.churchfields-farm.co.uk/blog/?tag=events&feed=rss2 – for events
however if i then add a new event witht he correct tag tot he blog it does not appear in the events feed!!
e.g. there should be 2 events in this list: http://www.churchfields-farm.co.uk/V2/
thanks again
thanks, but i’m still not sure how to get two feeds, one for each category.
e.g.
feed1 – events
feed2 – news
?