More problems ..
The news needs to appear in a scrollable window, I'm currently doing this with an iframe (
http://www.f2d.be/v2)
I can't figure out how to do this with vbhome tho
This is what I've tried ::
(in template home)
PHP Code:
<IFRAME NAME="iframe1" SRC="news.php" ALIGN="top" HEIGHT="400" WIDTH="400" HSPACE="0" VSPACE="0" frameborder="0">
If you can see this, your browser does not support iframes!
</IFRAME>
Then I created the file news.php and added everything from the home_newsbits template into that.
That didn't work, attached screenshot shows the output ..
I somehow expected that

Can someone give me a hint on how I should do this ?