| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read | ![]() |
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I used frontpage to replace all those with "New Page 1" to my own title for all files at my site.. I have no idea why it is still showing "New Page 1" For every page it says <title>My homepage</title> and not New Page 1 but still have no clue why it's showing that :S Someone help please Thanks |
|
|||
|
open those webpages using a text editor and check the title tags. I would like to take a look at your website which has this problem.
__________________
Web Hosting UK - ASP MSSQL Hosting - cPanel Linux Hosting AIM : webredback || msn : andrew @ webhosting.uk.com Toll Free : 0808 262 0855 |
|
|||
|
I've solved the problem, without the tag placed in it's correct position it will auto-generate as default.
This won't work: Code:
<?php
include("config/_mysql.php");
include("config/_settings.php");
include("config/_functions.php");
?>
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<title>» [3øø] Çlañ - Official Website!</title>
Code:
<title>Test</title>
<?php
include("config/_mysql.php");
include("config/_settings.php");
include("config/_functions.php");
?>
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<title>» [3øø] Çlañ - Official Website!</title>
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|