Thanks I was hoping that was the case.
Do you know a way ( my son does but he has gone away on hols for a few days ) --- of extracting the keywords from the page, and injecting them into that pages metatags on the fly.?
--------------- Added [DATE]1232177440[/DATE] at [TIME]1232177440[/TIME] ---------------
Ok sorted the rss/css issue i think. Albeit its a bit ugly, will refine now I am upto speed:
Code:
$rss2_output .= "<dt><strong>
<a href='" . trim($link) . "'><span style=\"font-family: sergo UI,sans-serif;font-size:16px;text-decoration: underline;color: #73a202; margin-left: 20px\">" . htmlspecialchars(trim($title)) . "</span></a></strong> - <span style=\"font-family: sergo UI,sans-serif;font-size:12px;color: #92b5e7\">" . htmlspecialchars(trim($date)) . "</span> <span style=\"font-family: sergo UI,sans-serif;font-size:14px;color: #bbbbbb\">" . htmlspecialchars(trim($author)) . "</span><br /><span style=\"font-family: sergo UI,sans-serif;font-weight:bold;font-size:14px;color: #bbbbbb; margin-left: 20px\">" . htmlspecialchars(trim($description)) . "</span></dt>";