PDA

View Full Version : Question About Fusion News



wbio
May 20th, 2003, 07:12
Hey, I am using Fusion News on my site right now, and I was wondering if there was a way to put it inside my layout (like have my links on the side, and an image up top) and have Fusion News inside of that. Thanks.

Loon
May 20th, 2003, 08:00
Just place a table in that space on the right and include the fusion news display inside the table.

<?php include("fusion_news_page.php"); ?> (or whatever it's called)

wbio
May 24th, 2003, 13:27
when I do it, it put some of the writing under my pictures. Here is what it looke like: http://www.genxbox.com/index3.php
How do I fix it?

Loon
May 24th, 2003, 14:52
</BODY>
</HTML><a id="fus_9" name="">


You've included the news outside the html tags of the main page :confused2

It needs to be in the <body></body> section of your page

wbio
May 24th, 2003, 15:52
oh, lol, thanks