utnalove
06-26-2010, 09:32 PM
Hello...
This is the URL (http://validator.w3.org/check?verbose=1&uri=http://www.przepiekna.pl/)
I think most of the errors are in the header... this is the code:
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<if condition="is_browser('ie', '8')"><meta http-equiv="X-UA-Compatible" content="IE=8" /></if>
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myFlashContent", "9.0.0");
</script>
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<!-- ADDED BY ME -->
<div id="floatingimage">
<a href="http://wizazforum.pl"><img src="http://wizazforum.pl/images/statusicon/forum_new-48.png" alt="Angry face" /></a>
</div>
<!-- ADDED BY ME-->
<script type="text/javascript" src="http://www.przepiekna.pl/wp-content/plugins/page-peel/pagepeel-js.php"> </script>
<div class="PageBackgroundGradient"></div>
<div class="Main"><div class="Sheet"><div class="Sheet-tl"></div><div class="Sheet-tr"><div></div></div><div class="Sheet-bl"><div></div></div><div class="Sheet-br"><div></div></div><div class="Sheet-tc"><div></div></div><div class="Sheet-bc"><div></div></div><div class="Sheet-cl"><div></div></div><div class="Sheet-cr"><div></div></div><div class="Sheet-cc"></div><div class="Sheet-body">
<div class="nav">
<ul class="artmenu">
<?php art_menu_items(); ?>
<!-- ADDED BY ME-->
<li><a class="active" href="http://www.wizazforum.pl"><span><span>Wizaz forum</span></span></a> <li />
</ul>
<div class="l"></div><div class="r"><div></div></div></div>
<div class="Header">
<div class="Header-jpeg">
</div>
<!--[if lte IE 6]>
<center>
<img src="http://www.przepiekna.pl/wp-content/themes/wp_005/images/Header.jpg" style="height:125px;left:0;Position:absolute;top:0;width:998px;" />
</center>
<![endif]-->
<br />
<div style="float:left;">
<div class="logo">
<!--[if IE 7]>
<h1 id="name-text" class="logo-name">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div id="slogan-text" class="logo-text">
<?php bloginfo('description'); ?></div>
<![endif]-->
</div>
</div>
<div style="float:left;margin:40px 10px 0 500px;height:70px;">
<?php echo stripslashes(get_option('wps_home_ad_468')); ?>
</div></div>
Please help
This is the URL (http://validator.w3.org/check?verbose=1&uri=http://www.przepiekna.pl/)
I think most of the errors are in the header... this is the code:
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<if condition="is_browser('ie', '8')"><meta http-equiv="X-UA-Compatible" content="IE=8" /></if>
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myFlashContent", "9.0.0");
</script>
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<!-- ADDED BY ME -->
<div id="floatingimage">
<a href="http://wizazforum.pl"><img src="http://wizazforum.pl/images/statusicon/forum_new-48.png" alt="Angry face" /></a>
</div>
<!-- ADDED BY ME-->
<script type="text/javascript" src="http://www.przepiekna.pl/wp-content/plugins/page-peel/pagepeel-js.php"> </script>
<div class="PageBackgroundGradient"></div>
<div class="Main"><div class="Sheet"><div class="Sheet-tl"></div><div class="Sheet-tr"><div></div></div><div class="Sheet-bl"><div></div></div><div class="Sheet-br"><div></div></div><div class="Sheet-tc"><div></div></div><div class="Sheet-bc"><div></div></div><div class="Sheet-cl"><div></div></div><div class="Sheet-cr"><div></div></div><div class="Sheet-cc"></div><div class="Sheet-body">
<div class="nav">
<ul class="artmenu">
<?php art_menu_items(); ?>
<!-- ADDED BY ME-->
<li><a class="active" href="http://www.wizazforum.pl"><span><span>Wizaz forum</span></span></a> <li />
</ul>
<div class="l"></div><div class="r"><div></div></div></div>
<div class="Header">
<div class="Header-jpeg">
</div>
<!--[if lte IE 6]>
<center>
<img src="http://www.przepiekna.pl/wp-content/themes/wp_005/images/Header.jpg" style="height:125px;left:0;Position:absolute;top:0;width:998px;" />
</center>
<![endif]-->
<br />
<div style="float:left;">
<div class="logo">
<!--[if IE 7]>
<h1 id="name-text" class="logo-name">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div id="slogan-text" class="logo-text">
<?php bloginfo('description'); ?></div>
<![endif]-->
</div>
</div>
<div style="float:left;margin:40px 10px 0 500px;height:70px;">
<?php echo stripslashes(get_option('wps_home_ad_468')); ?>
</div></div>
Please help