NameSilo

Page Title Problems

Spaceship Spaceship
Watch
Impact
12
Hi,

I am having trouble where in dreamweaver my page in the title says x6 core reloaded v1.1 but the on the internet it doesnt and it used to. Does anyone know how to cure it. Its at www.x6core.com and the source:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head>
<title>X6 CORE RELOADED [V1.1]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Tutorials, Photoshop Tutorials, HTML Tutorials, Windows Tutorials, Login System, Photoshop!">
<meta name="keywords" content="Tutorials, Photoshop, HTML, PHP, windows, windows tutorials, php tutorials, photoshop tutorials!">
<link rel="shortcut icon" href="favicon.ico">

<style type="text/css">
<!--
a:link {
	color: 3E7B0B;
	text-decoration: none;
}
a:visited {
	color: 3E7B0B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: 3E7B0B;
	text-decoration: underline;
}
-->
</style>

Thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
When visiting your site.. viewing the page's source:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
 
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>

</head>

<body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
 
</body>
</html>
 
</body>

</html>
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head>
<title>X6 CORE RELOADED [V1.1]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Tutorials, Photoshop Tutorials, HTML Tutorials, Windows Tutorials, Login System, Photoshop!">
<meta name="keywords" content="Tutorials, Photoshop, HTML, PHP, windows, windows tutorials, php tutorials, photoshop tutorials!">
<link rel="shortcut icon" href="favicon.ico">

.....
 
0
•••
I know but i dont understand becuase the code isnt like that in dreamweaver, and i have an ?id=index thing, which doesnt show when i do ctrl+u in ff, which means that page loaded in theres php appears on the screen to.
 
0
•••
Looks like there might be an issue with your page template code or whatever you use to determine what page to display and what template to print out. I assume because you've got a query string in your URL's you're using some sort of programming language to do this....
 
0
•••
to do this i am using php and html.
 
0
•••
Yes all the other stuff changes.
 
0
•••
Somethings wrong with whatever you are doing when outputing the template. When you view the site it's printing out the <html></html> part a couple of times before your actual page content is printed out.
 
0
•••
My sugestion, Drop dreamweaver. Learn straight code, and use notepad. Faster and always comes out exactly how you want it.

Get notepad++, and smartftp... Then make smartftp open notepad++, and on save upload. Thats what i do, makes life simplier
 
0
•••
You have to get rid of the <title>Untitled Document</title> or rename them all to <title>X6 CORE RELOADED [V1.1]</title>and that should resolve the problem.

May I also recommend installing Apache, MySQL and PHP on your own PC so you can test the scripts out before posting them on the net, then you can resolve and update the issues faster and without disrupting service on your website.
 
0
•••
Yep
 
0
•••
How do you import the others page in your site. Do you use include()? If so, it is possible that every page you include to have <html></html><title></title> tags, that you don;t need. Only the main page needs those headers... Maybe you know these things, but...
 
0
•••
Only the main page needs thos headers, the other pages can just be without them, to include them in PHP use:
PHP:
include("filedirectory/file");
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back