Page 1 of 1

Hints needed on a weird little question

Posted: Wed Feb 18, 2009 12:43 am
by renbenzhuyi
Hi guys,

Extra texts come out right after in a single page and other pages are just fine. I'm wondering where I can find and delete the extra texts.

The extra texts are "Free Argumentative Persuasive Essay Topics (also known as argument essay topics) for English writing practice. " and they are in the flawed page:
http://www.free-essay-writing-topics.co ... say-topics

Please give me some hints on how to "debug" this since i don't have any clue.

Thanks!

Re: Hints needed on a weird little question

Posted: Wed Feb 18, 2009 12:52 am
by Ziggywigged
Here is part of the code from your page:

Code: Select all

</head></__body>Free Argumentative Persuasive Essay Topics (also known as argument essay topics) for English writing practice.

<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=42&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=43&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=44&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=45&mediatype=screen">

<link rel="start" title="Home Page, shortcut key=1" href="http://www.free-essay-writing-topics.com/">
<link rel="prev" title="College Application Essays" href="http://www.free-essay-writing-topics.com/index.php?page=college-application-essays">
<link rel="next" title="Interesting Good College Application Essay Topics" href="http://www.free-essay-writing-topics.com/index.php?page=sample-college-essay-topics">

<__script__ type="text/JavaScript">
<!--
//pass min and max -measured against window width
function P7_MinMaxW(a,b){
	var nw="auto",w=document.documentElement.clientWidth;
	if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
//-->
</__script>
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(750,750));}
#container {height: 1%;}
</style>
<![endif]-->

<div id="pagewrapper">
You need to move the to just before the and delete that text that you don't want. You'll probably find this in your template depending on how you've built it.

Re: Hints needed on a weird little question

Posted: Wed Feb 18, 2009 4:32 pm
by renbenzhuyi
Thank you for your reply. However i don't think the extra texts lies in the template. If so all the pages might also have the problem but the fact the is only one page has this problem.

Actually I did check through the template and Global Metadata settings and stylesheets but didn't find the extra texts. It's just so weird!

Re: Hints needed on a weird little question

Posted: Wed Feb 18, 2009 4:35 pm
by renbenzhuyi
But you post reminded me. It's due to the "Page Specific Metadata".

Thank you again!
Ziggywigged wrote: Here is part of the code from your page:

Code: Select all

</head></__body>Free Argumentative Persuasive Essay Topics (also known as argument essay topics) for English writing practice.

<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=42&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=43&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=44&mediatype=screen">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.free-essay-writing-topics.com/stylesheet.php?cssid=45&mediatype=screen">

<link rel="start" title="Home Page, shortcut key=1" href="http://www.free-essay-writing-topics.com/">
<link rel="prev" title="College Application Essays" href="http://www.free-essay-writing-topics.com/index.php?page=college-application-essays">
<link rel="next" title="Interesting Good College Application Essay Topics" href="http://www.free-essay-writing-topics.com/index.php?page=sample-college-essay-topics">

<__script__ type="text/JavaScript">
<!--
//pass min and max -measured against window width
function P7_MinMaxW(a,b){
	var nw="auto",w=document.documentElement.clientWidth;
	if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
//-->
</__script>
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(750,750));}
#container {height: 1%;}
</style>
<![endif]-->

<div id="pagewrapper">
You need to move the to just before the and delete that text that you don't want. You'll probably find this in your template depending on how you've built it.

Re: Hints needed on a weird little question

Posted: Wed Feb 18, 2009 4:40 pm
by Nullig
The page looks fine to me.

Nullig