Avatar

Latest postings on website (Technics)

by Alex ⌂, Monday, October 15, 2007, 21:28 (6009 days ago) @ Hakan

So far so good, but how can I generate a small window (like you have ) and put it into the main page: http://www.katzen.ag/
The full screen doesn't make really sense.

Well, that's just an HTML/CSS issue. For example: put it into a div and format it with CSS:

<div id="main">
main content...
</div>
 
<div id="sidebar">
<?php
require('magpierss/rss_fetch.inc');
// etc...
?>
</div>

CSS:

#sidebar { float:right; }

If your main page isn't a PHP page you have to include the script by iframe.

Alex

locked
8379 views

Complete thread:

 RSS Feed of thread