<ul>
<li>
<h2>Home</h2>
<ul>
<li>
<a target="iframespace" title="...did you get lost" href="/htm_files/eng/home.htm">Frontpage</a>
</li>
</ul>
</li>
</ul>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<link href="/css/Kanemi.css" rel="stylesheet" type="text/css" />
<link href="/css/drop_down_menu.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="mainTXT">
<?
switch ($_GET['page'])
{
case "main": include 'home_test.php'; break;
case "2": include 'about_art.php'; break;
case "3": include 'about_photography.php'; break;
default: include 'home_test.php'; break;
}
?>
</div>
<div id="menu">
<ul>
<li>
<h2>MENU</h2>
<li><a href="index.php?page=main">page1</a></li>
<li><a href="index.php?page=2">page2</a></li>
<li><a href="index.php?page=3">page3</a></li>
</li>
</ul>
</div>
</div>
</body>
</html>
if im reading you right, then yes
why isn't your background image displaying when viewing page=2 and 3? seems odd if you are doing what you have written above for it to be any different.
quick look seems to be working. only thing i would quickly change is the home button, make it so that when the home is clicked it takes you to homepage and not display alink saying frontpage
eduit: also if you know what the font for the pictures is i would change all the font to that so it is all the same, that is of course if it is different, for me using firefox 3 it looks different any ways.