Hallo Helpmij.
Ik heb een probleem met Cutenews.
Hij leest de news file namelijk niet.
Dit is mijn html script.
Groetjes Jordy.
Ik heb een probleem met Cutenews.
Hij leest de news file namelijk niet.
Dit is mijn html script.
Code:
<!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="en" lang="en">
<head>
<meta name="Description" content="Information architecture, Web Design, Web Standards." />
<meta name="Keywords" content="your, keywords" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Distribution" content="Global" />
<meta name="Author" content="Erwin Aligam - ealigam@gmail.com" />
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="images/Envision.css" type="text/css" />
<title>VisionIRC</title>
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<!--header -->
<div id="header">
<h1 id="logo-text"><a href="index.html">VisionIRC</a></h1>
<p id="slogan">that's your net</p>
<div id="header-links">
<p>
<a href="index.html">Nothing</a> |
<a href="index.html">Nothing</a> |
<a href="index.html">Nothing</a>
</p>
</div>
</div>
<!-- menu -->
<div id="menu">
<ul>
<li id="current"><a href="index.html">Home</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="staff.html">staff</a></li>
<li><a href="http://visionirc.ath.cx/stats.html">Stats</a></li>
<li><a href="comming.html">Forum</a></li>
<li class="last"><a href="index.html">Nothing</a></li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<div id="sidebar">
<h3>Comming Soon</h3>
<div class="left-box">
<p>"Comming Soon." </p>
</div>
<h3>Comming Soon</h3>
<div class="left-box">
<p>"Comming Soon." </p>
</div>
</div>
<div id="main">
<a name="TemplateInfo"></a>
<h2><a href="index.html">News</a></h2>
<p>
Welcome to the brand new site of VisionIRC.
<h3>News</h3>
[COLOR="Red"]<?PHP
include("news/show_news.php");
?> [/COLOR]
</div>
<!-- content-wrap ends here -->
</div>
<!--footer starts here-->
<div id="footer">
<p>
© 2010 <strong>VisionIRC</strong>
</p>
</div>
<!-- wrap ends here -->
</div>
</body>
</html>
Groetjes Jordy.