This is where I want to put it:
CODE
<div id="content">
<?PHP
include("/cutenews/show_news.php");
?>
<br><br>
</div>
<?PHP
include("/cutenews/show_news.php");
?>
<br><br>
</div>
Plus if you click on another link, and then click on the blog link, the index.htm shows up and I don't want that, i just want the link to my site without the extension, like this: xoxmariah.com
but the blog link (index) is saved as .htm, but when I replace it with .php it says there is a server error. and i have looked at tutorials and forums for cutenews and none help. i have already been through the process and i made a test blog, but it wont let me go back to the test blog cause they said there is a server error and there is no index.php, and when i put in a index.php there is another server error!
