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!
Hints needed on a weird little question
-
- New Member
- Posts: 6
- Joined: Thu Nov 13, 2008 4:55 am
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Hints needed on a weird little question
Here is part of the code from your page:
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.
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">
Take a penny, leave a penny.
-
- New Member
- Posts: 6
- Joined: Thu Nov 13, 2008 4:55 am
Re: Hints needed on a weird little question
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!
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!
-
- New Member
- Posts: 6
- Joined: Thu Nov 13, 2008 4:55 am
Re: Hints needed on a weird little question
But you post reminded me. It's due to the "Page Specific Metadata".
Thank you again!
Thank you again!
Ziggywigged wrote: Here is part of the code from your page: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.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">
Re: Hints needed on a weird little question
The page looks fine to me.
Nullig
Nullig