Strange source cod.
Posted: Fri 8. Dec 2006, 18:53
In last version of phpwcms meta tags shows weird I think! First you see this:
That’s not strange, but after that I see something like this:
After that meta tags start. I’m not proof with meta tag but with an older version of phpwcms I am ranked as 2 and 3 on goggle, and first rank on MSN and i dont like what nwe version shows in source cod. Shouldn’t meta show before margin, padding and all that’s stuffs?
Code: Select all
<!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>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2006 of Oliver Georgi. Extensions are copyright of\
their respective owners. Visit project page for details: http://www.phpwcms.org/
That’s not strange, but after that I see something like this:
Code: Select all
//-->
<title>??</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<style type="text/css" media="all">
/* <![CDATA[ */
body {
margin: ??;
padding-top: ?;
padding-bottom: ?px;
padding-left: 5px;
padding-right: 5px;
background-color: #4F4F40;
color: #000000;
}
a, a:link, a:active, a:visited, a:hover { color: #FF9900; }
a:visited { color: #FF9900; }
a:active { color: #FF9900; }
/* ]]> */
</style>
<style type="text/css">
/* <![CDATA[ */
@import url("phpwcms_template/inc_css/frontend.css");
/* ]]> */
</style>