I want to have this in my page:
<?php
include("news/news.php");
?>
but It's not working...I should see some news, but on the page I've got a blank spot....
The page is vaild xhtml strict.
This is my source if it helps.:
<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Socjologia.net.pl</title>
<meta name="Title" content="Socjologia.net.pl"/>
<meta name="Author" content="Schizofrenia.net.pl"/>
<meta name="Subject" content="Socjologia"/>
<meta name="Description" content=""/>
<meta name="robots" content="index,follow"/>
<meta name="Keywords" content=""/>
<link rel="stylesheet" href="/css/index.css" type="text/css"/>
</head>
<body>
<div class="container">
<div class="baner">
<img src="/Images/baner4.png" alt="Baner" />
</div>
<div class="main">
<div class="left">
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
aaaaaaaa<br/>
</div>
<div class="center">
aaaaaa<br/>
And I want to place the news here
</div>
<div class="right">
aaaa
</div>
<div class="right2">
aaaa
</div>
</div>
<!--Stopka-->
</div>
</body>
</html>
Last edited by Korzonek; 08-22-2007 at 12:41 PM..
|