Probleem met website

Status
Niet open voor verdere reacties.

antrax9

Gebruiker
Lid geworden
12 aug 2007
Berichten
10
Hallo ik heb een tijd geleden een design gekocht voor me site www.vakz4.nl/v2 door iemand laten base maar alles is nog niet hellemaal mooi de lijntjes ect. in IE7 ziet ie de site wel goed maar in firefox niet
wat je in die link ziet klopt ook niet.
Ik hoop dat iemand mij kan helpen ben zelf nog geen ster in css vandaar.In de bijlagen kan je zien hoe het er moet uit komen te zien.
Gebruik als nieuwscript cutenews
http://www.vakz4.nl/v2/index.php?subaction...543&archive =&start_from=&ucat=3&
http://www.vakz4.nl/v2/index.php?subaction...amp;ucat=3&

http://i44.tinypic.com/1446j4.jpg

Het probleem in de 2de link heb ik ook gevraagd aan iemand en kreeg dit als antwoord

je maakt een 2de pagina, met zelfde (of lichtjes andere layout code) en je voegt er een Cn include code aan toe.
Dan zullen alle Cn gegenereerde links naar deze nieuwe pagina verwijzen.


Hoop dat iemand mij kan helpen

Code:
/* Style.css VAKZ4.nl Alle rechten voorbehouden */

body, html {
margin: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
background-image:url(img/topstroke.png);
background-repeat:repeat-x;
padding-bottom: 10px;
}

#container {
width: 967px;
margin: 0px auto;
text-align: left;
margin-bottom: 20px;
}



/* Inhoud */

#logo {
width: 967px;
height: 42px;
}

#witvlak {
width: 967px;
min-height: 1000px;
background-color:#FFFFFF;
border: 1px #cac9c9 solid;
}

#content {
width: 967px;
min-height: 1000px;
height: auto;
}



/* menu */

#menu {
width: 967px;
height: 25px;
margin-top: 5px;
}

#headerlinks {
width: 496px;
height: 61px;
float: left;
}

#advertentieruimte1 {
width: 463px;
height: 61px;
float: left;
}



/* links */

#links {
width: 486px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
float: left;
}

#headlinegroot {
width: 476px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
}

#plekkleineheadlines {
width: 476px;
margin-bottom: 5px;
padding: 5px;
}

.headlineklein {
width: 220px;
margin-bottom: 5px;
margin-right: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
float:left;
}

#advertentieruimte2 {
width: 486px;
height: 90px;
margin-bottom: 5px;
}

#headlines {
width: 476px;
padding: 5px;
border: 1px #cac9c9 solid;
margin-top: 5px;
}



/* midden */

#midden {
width: 300px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
float: left;
}

#competitie {
width: 290px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
padding: 5px;
}

#youtube {
width: 300px;
height: 245px;
margin-bottom: 5px;
}

#advertentieruimte3 {
width: 300px;
height: 253px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
}

#specials {
width: 290px;
padding: 5px;
padding-top: 15px;
border: 1px #cac9c9 solid;
}



/* rechts */

#rechts {
width: 160px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
float: left;
}

#fotoverslag {
width: 160px;
height: 205px;
margin-bottom: 5px;
border: 1px #cac9c9 solid;
}

.rechts {
width: 150px;
margin-bottom: 5px;
padding: 5px;
border: 1px #cac9c9 solid;
}



/* footer */

#footer {
width: 935px;
height: 13px;
background:url(img/footer.png);
padding: 10px;
margin: 5px;
border: 1px #cac9c9 solid;
color:#FFFFFF;
float: none;
}


/* de h's */
h1 {
color: #cc0000;
font-weight:bold;
font-size: 12px;
margin: 0px;
margin-bottom: 2px;
text-align:center;
}

h2 {
color:#000000;
font-weight:bold;
font-size:18px;
margin-bottom:0px;
}

/* a: */
a:hover{
color: #cc0000;
text-decoration: underline;
}
a:visited{
color: #000000;
text-decoration: underline;
}
a:link{
color: #000000;
text-decoration: underline;
}
a {
color: #000000;
text-decoration: underline;
}
a:active{
color: #000000;
text-decoration: none;
}


De index.php
Code:
<!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-1" />
<META NAME="DESCRIPTION" CONTENT="Al het laatste nieuws rondom Feyenoord Rotterdam, ook een Forum om het lekker gezellig te maken.">
<META NAME="KEYWORDS" CONTENT="feyenoord, competitie, eredivisie, landskampioen, uefa cup, champions league, geschiedenis, informatie, links, de kuip, rotterdam, stadionclub, legioen, fr, sportclub, feijenoord, scf, hooligans, fans, vakz4, 100 jaar">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META NAME="PUBLISHER" CONTENT="VAKZ4">
<META NAME="COPYRIGHT" CONTENT="© 2008 VAKZ4.nl">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>VAKZ4.nl | Het laatste nieuws rondom Feyenoord!</title>
</head>

<body>
<div id="container">

<div id="logo">
<img src="img/header.png" alt="VakZ4.nl | Het laatste nieuws rondom Feyenoord" /></div>

<div id="witvlak">
<div id="content">
<div id="menu">
<img src="img/menu0.png" alt="Menu" /><a href="index.php?p=home"><img src="img/menu1.png" alt="Home" border="0" /></a><a href="index.php?p=fotopagina"><img src="img/menu2.png" alt="Fotoverslagen" border="0" /></a><a href="index.php?p=downloads"><img src="img/menu3.png" alt="Media" border="0" /></a><a href="index.php?p=feyenoord"><img src="img/menu4.png" alt="Feyenoord" border="0" /></a><a href="index.php?p=kuip"><img src="img/menu5.png" alt="De kuip" border="0" /></a><a href="index.php?p=wedstrijden"><img src="img/menu6.png" alt="Wedstrijden" border="0" /></a><a href="index.php?p=overons"><img src="img/menu7.png" alt="Over ons" border="0" /></a></div>

<div id="headerlinks"><img src="img/headerlinksonder.png" alt="Feyenoord Rotterdam!" /></div>

<div id="advertentieruimte1"><a href="http://www.vakz4.nl/forum/"><img src="img/advertentie1.png" alt="Bekijk ons forum ook eens!" border="0" /></a></div>

<div id="links">  <?php
$p = (isset($_GET['p'])) ? $_GET['p'] : '';
if($p == "") {
	include("home.php");
} else {
	if(file_exists($p.".php")) {
		include($p.".php");
	}
	else {
		include("404.php");
	}
}
?>
<div id="advertentieruimte2">
<a href="http://www.vakz4.nl/forum/"><img src="img/advertentie2.png" alt="Bekijk ons forum ook eens!" border="0" /></a>
</div><br /><br />


<div id="headlines">
<h1>Laatste Nieuws:</h1>
<p> 	<?PHP
 $number = "20";
 $template = "Headlines";
 $category = "3";
 $show_dh=TRUE;
 include("news/show_news.php");

?> </p>
</div>

</div>

<div id="midden">
<div id="competitie">
<h1>Tussenstand competitie</h1>
<p>  <?PHP
 $number = "1";
 $template = "competitie";
 $category = "9";
  include("news/show_news.php");

?></p>
</div>

<div id="youtube">  <?PHP
 $number = "1";
 $template = "youtube";
 $category = "8";
  include("news/show_news.php");

?>

</div>

<div id="advertentieruimte3">
<a href="index.php?p=adverteren"><img src="img/advertentie3.png" alt="Advertentieruimte!" border="0" /></a>
</div>

<div id="specials">
  <?PHP
 $template = "columns";
 $number = "2";
 $category = "4";
  include("news/show_news.php");

?>
</div>

</div>

<div id="rechts">
<div id="fotoverslag">
<a href="index.php?p=fotopagina">  <img src="http://img175.imageshack.us/img175/9837/fotoverslagpsdcopyak1.png" alt="Fotoverslagen" border="0" /></a>
</div>

<div class="rechts">
<h1>Poll</h1>
<p>
  <?php
include 'poll.php';
?>
</p>
</div>

<div class="rechts">
<h1>Volgende wedstrijd</h1>
<p>
  <?PHP
 $number = "1";
 $template = "Wedstrijden";
  $category = "2";
 include("news/show_news.php");

?>
</p>
</div>

<div class="rechts">
<h1>Partners</h1>
<p>Hier komen onze partners!</p>
</div>

<div class="rechts">
<h1>Vorige wedstrijd</h1>
<p>  <?PHP
 $number = "1";
 $template = "Wedstrijden";
  $category = "1";
 include("news/show_news.php");

?></p>
</div>

</div>

</div>


<div id="footer">Home | Contact | Disclaimer | RSS<img src="img/footerblank.png" alt="footer" />2008 - 2009 &copy; Vakz4.nl<img src="img/footerblank.png" alt="footer" width="20px" />Design by BS Designs</div>
</div>
</div>
</body>
</html>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan