<?php
$number = "5";
switch($id) {
default:
include('news/show_news.php');
break; case "media":
include('media.php');
break; case "aboutme":
include('aboutme.php');
break; case "pictures":
include('pictures/index.php');
break; case "contactme":
include('contactme.php');
}
?>
I'm using CuteNews as a posting script, if you go to my website Fernando-Music.com the news displays fine, but when you click on Comments to add a comment you will see that it throws my layout out of proportion, every other page works fine. I noticed up at the address bar what could be the problem but I don't know how to explain it, can anyone please help me fix this? Thanks.
