Been having a trouble with showing my site on Firefox and Opera, not IE because IE give a damn about the coding .. The trouble is that
there`s some coding in some file who is wrong, look at this string: http://film.absolutt.org/\/?page=category&category_id=2 what wrong? well the trouble is that
somehow \/ is there, and that`s what`s bugging, i`ve tried locating the page who got the coding but i can`t. If u open the site in Firefox, pressing your right
button to see the source, ull see something like this:
<!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>
<title>VCD-db</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="\/images/favicon.ico" type="image/x-icon" /> <--- here is wrong
<link rel="stylesheet" type="text/css" href="\/includes/templates/sirius/style.css" media="screen, projection"/> <--- here is wrong
<link rel="stylesheet" type="text/css" href="\/includes/css/global.css" media="screen, projection"/> <--- here is wrong
<link rel="stylesheet" type="text/css" href="\/includes/css/lytebox.css" media="screen, projection" /> <--- here is wrong
<script type="text/javascript" src="\/?page=strings.js" charset="utf-8"></script> <--- here is wrong
<script type="text/javascript" src="\/includes/js/main.js"></script> <---- here is wrong
</head>
<body>
<div id="outer">
<div id="toplogo" onclick="location.href='\/'"></div> <--- here is wrong
<div id="hdr" align="center" onclick="location.href='\/'"></div> <---- here is wrong
<div id="bar">
<form name="vcdlang" method="post" action="/index.php">
<a href="\/?page=register">Register</a>
| <a href="\/?page=detailed_search">Detailed search</a> | <--- here is wrong
<select name="lang" id="lang" onchange="document.vcdlang.submit()" class="inp">
<option label="Arabic" value="ar_AR">Arabic</option>
<option label="Bosnian" value="bo_BO">Bosnian</option>
<option label="Brazilian Portuguese" value="pt_BR">Brazilian Portuguese</option>
What coding page are im looking for? a friend of mine is a expert php coder for a huge company, and it was he who told me this, so my question is this, how
can we/me fix the problem, are there anyone who know what the page name is?
