This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Html tidy [SOLVED]

Support for your styles questions
Forum rules
** AND PLEASE PROVIDE A LINK TO YOUR SITE THAT YOU NEED HELP WITH! OR I MIGHT NOT HELP YOU **
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Html tidy

Post by cisco007 »

two things you cannot use border="0" either take it out if you don't really need it, you don't really need a border on a image or use style=""!
the other error is, if you have an image src tag inside the url link like so
<a href="#" onclick="window.open(this.href,'_blank');return false;" title="#"><img src="#" alt="#" />Link</a>
check the closing tag on the image tag!
what i just posted is a xhtml valid image with url link!
hope that helps some!
Image
User avatar
Sniper_E
Support Team
Support Team
Posts: 197
Joined: Fri May 06 2011 3:09 pm
Real name: Ed
Country Flag: United States
Location: Shreveport, LA

Re: Html tidy

Post by Sniper_E »

For those errors... replace border="8" with style="" and add the / mark at the end before the >

Code: Select all

<img src="url_to_image.gif" style="border: 8px;" alt="" />
Ooops, sorry posts crossed. Please go with Cisco's suggestion.
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Html tidy

Post by cisco007 »

yeah, seems like they crossed might have to remove quick reply until last post!
Image
User avatar
Blackwolf_Oz
Donators
Donators
Posts: 435
Joined: Tue Sep 21 2010 8:25 pm
Real name: Nick
Country Flag: Australia
Location: Melbourne, Australia
Contact:

Re: Html tidy

Post by Blackwolf_Oz »

Thanks for al your advice both of you. :) I have tidied all the pages now on the front page apart from my donations page.
smile_clapping all 100% compliant smile_ninja

http://www.phpbbandbbcodes.com/donate
Screenshot.png
ANY HINTS PLEASE GURU'S ? smile_nerd


Sniper_E , THIS WORKED LIKE A DREAM

Code: Select all

    <img src="url_to_image.gif" style="border: 8px;" alt="" />
:D

Donation html below. ;)

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>phpbbandbbcodes | Donate</title>
        <meta name="description" content="Donations (Kinetic Appreciation) Option for phpbb team." />
        <meta name="keywords" content="OzRedux64,phpbb team,ultamatix,ubuntu,linux,phpbb team"  />
        <meta name="copyright" content="Blackwolf-2010" />
        <meta name="author" content="Moebius"/>
        <meta name="email" content="ultimateblackwolf@gmail.com" />
        <meta name="resource-type" content="document" />
        <meta http-equiv="content-style-type" content="text/css" />
        <meta name="Distribution" content="global" />
                <meta name="Rating" content="general" />
                <meta name="robots" content="index, follow" />
                <meta name="content-Language" content="english" />
                <meta name="expires" content="0" />
                <meta name="googlebot" content="archive" />
                <meta name="Revisit-after" content="1 Day" />
              <!-- Style sheets -->
	<link rel="stylesheet" type="text/css" href="css/reset.min.css" />
	<link rel="stylesheet" type="text/css" href="css/menu.min.css" />
	<link rel="stylesheet" type="text/css" href="css/fancybox.css" />
	<link rel="stylesheet" type="text/css" href="css/tooltip.min.css" />
	<link rel="stylesheet" type="text/css" href="css/default.css" />
	<!-- jQuery framework and utilities -->
	<script type="text/javascript" src="js/jquery-1.4.min.js"></script>
	<script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script>
	<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
	<script type="text/javascript" src="js/hoverIntent.min.js"></script>
	<script type="text/javascript" src="js/jquery.bgiframe.min.js"></script>
	<!-- Drop down menus -->
	<script type="text/javascript" src="js/superfish.min.js"></script>
	<script type="text/javascript" src="js/supersubs.min.js"></script>
	<!-- Tooltips -->
	<script type="text/javascript" src="js/jquery.cluetip.min.js"></script>
	<!-- Input labels -->
	<script type="text/javascript" src="js/jquery.overlabel.min.js"></script>
	<!-- Anchor tag scrolling effects -->
	<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
	<script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
	<!-- Inline popups/modal windows -->
	<script type="text/javascript" src="js/jquery.fancybox-1.2.6.pack.js"></script>		
	<!-- Font replacement (cufón) -->
	<script src="js/cufon-yui.js" type="text/javascript"></script>
	<script src="js/LiberationSans.font.js" type="text/javascript"></script>

	<!-- IE only includes (PNG Fix and other things for sucky browsers -->
	
	<!--[if lt IE 7]>
		<link rel="stylesheet" type="text/css" href="css/ie-only.css">
		<script type="text/javascript" src="js/pngFix.min.js"></script>
		<script type="text/javascript"> 
			$(document).ready(function(){ 
				$(document.body).supersleight();
			}); 
		</script> 
	<![endif]-->
	<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]-->
	
	
	<!-- BEGIN: For Demo Only -->
		<!--			
		These entries are only needed for demo features, such as the real-time skin changer.
		They can be deleted for production installs without effecting the theme's design or 
		any of the funcionality.
		-->
		<script type="text/javascript" src="js/demo.js"></script>	
		<link rel="stylesheet" type="text/css" href="css/demo.css" />
	<!-- END: For Demo Only -->
	

	<!-- Functions to initialize after page load -->
	<script type="text/javascript" src="js/onLoad.min.js"></script>
	
	
</head>
<body>

<!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) -->
<div id="ContentPanel">

	<!-- close button -->
	<a href="#" class="topReveal closeBtn">Close</a>
	
	<div class="contentArea">

		<!-- New member registration -->
		<div class="right" style="margin:10px 0 0;">
			<h1>
				Not a member yet?
				<span>Register now and get started.</span>
			</h1>
			<button type="button">Register for an account</button>
		</div>
		phpbb team 2.6, based on Ubuntu 10.04 was released 3rd May 2010.
This release is a major milestone in the phpbb team Project.  It is easier and more reliable than ever, with hundreds of improvements, tweaks and additional software.  There are powerful applications for all sorts of interests, from programming to creating music and exploring the universe and video games.  Still not enough? Take a look into Ubuntu Software Center in the Featured Applications section for some additional favourites.
We want to make computers work for everyone, whatever your physical circumstances.  So, we provide tools that make phpbb team one of the most accessible operating systems around.  You can get at these tools in one place: the Assistive Technologies Preferences inside the system menus.  From there, you can turn on helpful tools like Orca, to speak text on the screen, or dwell click to press mouse buttons automatically.
phpbb team also comes with Openoffice.org, a powerful office software suite that is easy to understand.  It helps you create documents, diagrams and databases.  Openoffice.org uses the standard OpenDocuments file format.  It opens files from other office applications like Microsoft Office and Wordperfect.
Give phpbb team a try – you wont be dissapointed.

		<!-- Alternate Login -->				
		<div>
			<form class="loginForm" method="post" action="#" style="height:auto;">
				<div id="loginBg"><img src="images/icons/lock-and-key-110.png" width="110" height="110" alt="lock and key" /></div>
				<h2 style="margin-top: 20px;">Sign in to your account.</h2>
				<fieldset>
					<legend>Account Login</legend>
					<p class="left" style="margin: 0 8px 0 0;">
						<label for="RevealUsername" class="overlabel">Username</label>
						<input id="RevealUsername" name="RevealUsername" type="text" class="loginInput textInput rounded" />
					</p>
					<p class="left" style="margin: 0 5px 0 0;">
						<label for="RevealPassword" class="overlabel">Password</label>
						<input id="RevealPassword" name="RevealPassword" type="password" class="loginInput textInput rounded" />
					</p>
					<p class="left" style="margin: -7px 0 0;">
						<button type="submit" class="btn" style="margin:0;"><span>Sign in</span></button>
					</p>
				</fieldset>
				<p class="left noMargin">
					<a href="#">Forgot your password?</a>
				</p>
			</form>		
		</div>
		
		<!-- End of Content -->
		<div class="clear"></div>
	
	</div>
</div>

<!-- Site Container -->
<div id="Wrapper">
	<div id="PageWrapper">
		<div class="pageTop"></div>
		<div id="Header">
		
			<!-- Main Menu -->
			<div id="MenuWrapper">
				<div id="MainMenu">
					<div id="MmLeft"></div>
					<div id="MmBody">
						
						<!-- Main Menu Links -->
						<ul class="sf-menu">
							<li class="current"><a href="http://phpbbandbbcodes.com/">Home</a></li>
							
							<li>
		<a href="http://www.phpbbandbbcodes.com/forum">Forum</a>

							</li>
							<li>
								<a href="http://phpbbandbbcodes.com/screenshots">Screenshots</a>
															</li>	
							<li>
								<a href="http://phpbbandbbcodes.com/download">Downloads</a>
							
							</li>
							
							<li><a href="http://phpbbandbbcodes.com/about2">phpbb team</a></li>
							<li><a href="http://phpbbandbbcodes.com/about">phpbb team</a></li>
							<li><a href="http://phpbbandbbcodes.com/donate">Donate</a></li>

						</ul>
						
						<div class="mmDivider"></div>				
						
						<!-- Extra Menu Links -->
						<ul id="MmOtherLinks" class="sf-menu">
							<li>
								<a href="#"><span class="mmFeeds">Feeds</span></a>
								<ul>
									<li><a href="#"><span class="mmRSS">RSS</span></a></li>
									<li><a href="#"><span class="mmFacebook">Facebook</span></a></li>
									<li><a href="#"><span class="mmTwitter">Twitter</span></a></li>
								</ul>
							</li>
							
						</ul>
						
					</div>
					<div id="MmRight"></div>
				</div>
			</div>
			
			<!-- Search -->
						
			<!-- Logo -->
			
			<!-- End of Content -->
			<div class="clear"></div>
		
		</div>
		
		<div class="pageMain">
			
			<div class="contentArea">
				<!-- Title / Page Headline -->
				<div class="full-page"><p></p>
					<h1 class="headline"><strong>Donations</strong>  //  phpbbandbbcodes Forum</h1>
				</div>
				
				<div class="hr"></div>

				<!-- Breadcrumbs -->
				
				
				<!-- End of Content -->
				<div class="clear"></div>
			</div>
			
			<div class="contentArea">
				<div class="full-page">
				
					<!-- Text samples -->

					<h2 class="headline">Why</h2>
					<div class="hr"></div>

					
                                        <p>
                                                Dear Reader,

Today I am going to ask you to support phpbbandbbcodes with a donation. This might sound unusual: Why does Blackwolf ask for financial support from his members ?

At its core, phpbbandbbcodes is driven by a global community of 14 volunteers - all dedicated to sharing knowledge freely. Over the last year and a half, these volunteers have contributed more than 2339 articles . More than 49,132 people came to our website this month to access information, free of charge! 

But phpbbandbbcodes is more than a website. We share a common cause: Imagine a world in which every single person on the planet is given free access to the sum of all human knowledge. That's our commitment.

Your donation helps us in several ways. Most importantly, you will help us cover the increasing cost of managing global traffic to one of the most popular websites on the Internet. Funds also help us improve the software that runs phpbbandbbcodes -- making it easier to search, easier to read, and easier to write for. We are committed to growing the free knowledge movement world-wide, by recruiting new volunteers.

phpbbandbbcodes is different. It's the fastest growing Open Source site in history, written by volunteers. We want to keep it free and strong, but we need the support of thousands of people like you.
How is the money used? The money is used to finance the needs of the distribution, to pay for hosting, domain renewals and to purchase equipment.

I invite you to join us: Your donation will help keep phpbbandbbcodes free for the whole world.


Thank you,

Blackwolf

                                        </p>
					
					<br />
					<h2 class="headline">How</h2>
<div class="hr"></div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick" /><input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7----- " /><input type="image" src="https://www.paypal.com/en_AU/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /><img alt="" border="0" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1" /></form>
<p><br /></p>
<h2 class="headline">Thank You</h2>
<div class="hr"></div>
<p>The following users have made contributions for which we are extremely grateful.</p>
<br />
<h2 class="headline">Supporters</h2>
<pre class="c8">
<strong>Blackwolf
Moebius
Inex Linux
Steven Pepper
Mike_Hawke
Grey-Bearded Geek
Selenia
Casper
SlackmasterGeneral
Wind
MadHatt3r
Gúrú Linux ríomhaire
Clueless
Chalawah
</strong>

</pre>
<!-- End of Content -->
					<div class="clear"></div>					
				
				</div>
				
			</div>
			
		</div>
		
		<!-- Footer -->
	<div id="Footer">
			<div id="FooterTop"></div>
			<div id="FooterContent">

			
				<div class="contentArea">
				
					<!-- Column 1 -->
					<div class="one-third">
						<h3>Design Details</h3>
						<p>Created by <a href="http://www.phpbbandbbcodes.com/forum/viewtopic.php?f=38&t=96#p150">Moebius</a> for the U.E. Community on <a href="http://www.phpbbandbbcodes.com/forum">phpbbandbbcodes</a>.</p>

					</div>

					<!-- Column 2 -->
					<div class="one-third">
						<h3>Stay Connected</h3>
						<ul class="horizList">
										<li><a href="http://www.facebook.com/group.php?gid=62769201056"><img src="images/facebook-logo.png" width="64" height="64" alt="Skype" /></a></li>
							<li><a href="http://twitter.com/UEOz"><img src="images/icons/social/twitter.png" width="64" height="64" alt="Twitter" /></a></li>
						</ul>
						<p>Keep track of phpbb team on all your favorite social networks.</p>
					</div>

					<!-- Column 3 -->
					<div class="one-third last">

						<h3>Contact Information</h3>
						<div class="logoMark"></div>
						<p>
							<br />
							<a href="http://www.phpbbandbbcodes.com/forum/viewtopic.php?f=38&t=95#p149">Blackwolf</a><br />
							<a href="http://www.phpbbandbbcodes.com/forum/viewforum.php?f=42&start=0">phpbbandbbcodes</a><br />
						</p>

					</div>
					
					<!-- End of Content -->
					<div class="clear"></div>
	
				</div>
					
			</div>
			<div id="FooterBottom"></div>
			
		</div>
		
		<!-- Copyright/legal text -->
		<div id="Copyright">

			<p>
				Copyright © 2010 - <a href="http://www.phpbbandbbcodes.com/" onclick="window.open(this.href); return false;">phpbbandbbcodes</a> - All rights reserved. 
				Conforms to W3C Standard 
				<a href="http://validator.w3.org/check?uri=referer" onclick="window.open(this.href); return false;">XHTML</a> & 
				<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" onclick="window.open(this.href); return false;">CSS</a>
			</p>
		</div>

		
	</div>
</div>

<!-- Activate Font Replacement (cufón) -->
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>
You do not have the required permissions to view the files attached to this post.
PhpBB3 Version: 3.0.10
We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.
phpbb team phpbbandbbcodes
phpbb team
phpbbandbbcodes
djs596

Re: Html tidy

Post by djs596 »

This should be OK.

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       <title>phpbbandbbcodes | Donate</title>
            <meta name="description" content="Donations (Kinetic Appreciation) Option for phpbb team." />
            <meta name="keywords" content="OzRedux64,phpbb team,ultamatix,ubuntu,linux,phpbb team"  />
            <meta name="copyright" content="Blackwolf-2010" />
            <meta name="author" content="Moebius"/>
            <meta name="email" content="ultimateblackwolf@gmail.com" />
            <meta name="resource-type" content="document" />
            <meta http-equiv="content-style-type" content="text/css" />
            <meta name="Distribution" content="global" />
                    <meta name="Rating" content="general" />
                    <meta name="robots" content="index, follow" />
                    <meta name="content-Language" content="english" />
                    <meta name="expires" content="0" />
                    <meta name="googlebot" content="archive" />
                    <meta name="Revisit-after" content="1 Day" />
                  <!-- Style sheets -->
       <link rel="stylesheet" type="text/css" href="css/reset.min.css" />
       <link rel="stylesheet" type="text/css" href="css/menu.min.css" />
       <link rel="stylesheet" type="text/css" href="css/fancybox.css" />
       <link rel="stylesheet" type="text/css" href="css/tooltip.min.css" />
       <link rel="stylesheet" type="text/css" href="css/default.css" />
       <!-- jQuery framework and utilities -->
       <script type="text/javascript" src="js/jquery-1.4.min.js"></script>
       <script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script>
       <script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
       <script type="text/javascript" src="js/hoverIntent.min.js"></script>
       <script type="text/javascript" src="js/jquery.bgiframe.min.js"></script>
       <!-- Drop down menus -->
       <script type="text/javascript" src="js/superfish.min.js"></script>
       <script type="text/javascript" src="js/supersubs.min.js"></script>
       <!-- Tooltips -->
       <script type="text/javascript" src="js/jquery.cluetip.min.js"></script>
       <!-- Input labels -->
       <script type="text/javascript" src="js/jquery.overlabel.min.js"></script>
       <!-- Anchor tag scrolling effects -->
       <script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
       <script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
       <!-- Inline popups/modal windows -->
       <script type="text/javascript" src="js/jquery.fancybox-1.2.6.pack.js"></script>      
       <!-- Font replacement (cufón) -->
       <script src="js/cufon-yui.js" type="text/javascript"></script>
       <script src="js/LiberationSans.font.js" type="text/javascript"></script>

       <!-- IE only includes (PNG Fix and other things for sucky browsers -->
       
       <!--[if lt IE 7]>
          <link rel="stylesheet" type="text/css" href="css/ie-only.css">
          <script type="text/javascript" src="js/pngFix.min.js"></script>
          <script type="text/javascript">
             $(document).ready(function(){
                $(document.body).supersleight();
             });
          </script>
       <![endif]-->
       <!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]-->
       
       
       <!-- BEGIN: For Demo Only -->
          <!--         
          These entries are only needed for demo features, such as the real-time skin changer.
          They can be deleted for production installs without effecting the theme's design or
          any of the funcionality.
          -->
          <script type="text/javascript" src="js/demo.js"></script>   
          <link rel="stylesheet" type="text/css" href="css/demo.css" />
       <!-- END: For Demo Only -->
       

       <!-- Functions to initialize after page load -->
       <script type="text/javascript" src="js/onLoad.min.js"></script>
       
       
    </head>
    <body>

    <!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) -->
    <div id="ContentPanel">

       <!-- close button -->
       <a href="#" class="topReveal closeBtn">Close</a>
       
       <div class="contentArea">

          <!-- New member registration -->
          <div class="right" style="margin:10px 0 0;">
             <h1>
                Not a member yet?
                <span>Register now and get started.</span>
             </h1>
             <button type="button">Register for an account</button>
          </div>
          phpbb team 2.6, based on Ubuntu 10.04 was released 3rd May 2010.
    This release is a major milestone in the phpbb team Project.  It is easier and more reliable than ever, with hundreds of improvements, tweaks and additional software.  There are powerful applications for all sorts of interests, from programming to creating music and exploring the universe and video games.  Still not enough? Take a look into Ubuntu Software Center in the Featured Applications section for some additional favourites.
    We want to make computers work for everyone, whatever your physical circumstances.  So, we provide tools that make phpbb team one of the most accessible operating systems around.  You can get at these tools in one place: the Assistive Technologies Preferences inside the system menus.  From there, you can turn on helpful tools like Orca, to speak text on the screen, or dwell click to press mouse buttons automatically.
    phpbb team also comes with Openoffice.org, a powerful office software suite that is easy to understand.  It helps you create documents, diagrams and databases.  Openoffice.org uses the standard OpenDocuments file format.  It opens files from other office applications like Microsoft Office and Wordperfect.
    Give phpbb team a try – you wont be dissapointed.

          <!-- Alternate Login -->            
          <div>
             <form class="loginForm" method="post" action="#" style="height:auto;">
                <div id="loginBg"><img src="images/icons/lock-and-key-110.png" width="110" height="110" alt="lock and key" /></div>
                <h2 style="margin-top: 20px;">Sign in to your account.</h2>
                <fieldset>
                   <legend>Account Login</legend>
                   <p class="left" style="margin: 0 8px 0 0;">
                      <label for="RevealUsername" class="overlabel">Username</label>
                      <input id="RevealUsername" name="RevealUsername" type="text" class="loginInput textInput rounded" />
                   </p>
                   <p class="left" style="margin: 0 5px 0 0;">
                      <label for="RevealPassword" class="overlabel">Password</label>
                      <input id="RevealPassword" name="RevealPassword" type="password" class="loginInput textInput rounded" />
                   </p>
                   <p class="left" style="margin: -7px 0 0;">
                      <button type="submit" class="btn" style="margin:0;"><span>Sign in</span></button>
                   </p>
                </fieldset>
                <p class="left noMargin">
                   <a href="#">Forgot your password?</a>
                </p>
             </form>      
          </div>
          
          <!-- End of Content -->
          <div class="clear"></div>
       
       </div>
    </div>

    <!-- Site Container -->
    <div id="Wrapper">
       <div id="PageWrapper">
          <div class="pageTop"></div>
          <div id="Header">
          
             <!-- Main Menu -->
             <div id="MenuWrapper">
                <div id="MainMenu">
                   <div id="MmLeft"></div>
                   <div id="MmBody">
                      
                      <!-- Main Menu Links -->
                      <ul class="sf-menu">
                         <li class="current"><a href="http://phpbbandbbcodes.com/">Home</a></li>
                         
                         <li>
          <a href="http://www.phpbbandbbcodes.com/forum">Forum</a>

                         </li>
                         <li>
                            <a href="http://phpbbandbbcodes.com/screenshots">Screenshots</a>
                                                 </li>   
                         <li>
                            <a href="http://phpbbandbbcodes.com/download">Downloads</a>
                         
                         </li>
                         
                         <li><a href="http://phpbbandbbcodes.com/about2">phpbb team</a></li>
                         <li><a href="http://phpbbandbbcodes.com/about">phpbb team</a></li>
                         <li><a href="http://phpbbandbbcodes.com/donate">Donate</a></li>

                      </ul>
                      
                      <div class="mmDivider"></div>            
                      
                      <!-- Extra Menu Links -->
                      <ul id="MmOtherLinks" class="sf-menu">
                         <li>
                            <a href="#"><span class="mmFeeds">Feeds</span></a>
                            <ul>
                               <li><a href="#"><span class="mmRSS">RSS</span></a></li>
                               <li><a href="#"><span class="mmFacebook">Facebook</span></a></li>
                               <li><a href="#"><span class="mmTwitter">Twitter</span></a></li>
                            </ul>
                         </li>
                         
                      </ul>
                      
                   </div>
                   <div id="MmRight"></div>
                </div>
             </div>
             
             <!-- Search -->
                      
             <!-- Logo -->
             
             <!-- End of Content -->
             <div class="clear"></div>
          
          </div>
          
          <div class="pageMain">
             
             <div class="contentArea">
                <!-- Title / Page Headline -->
                <div class="full-page"><p></p>
                   <h1 class="headline"><strong>Donations</strong>  //  phpbbandbbcodes Forum</h1>
                </div>
                
                <div class="hr"></div>

                <!-- Breadcrumbs -->
                
                
                <!-- End of Content -->
                <div class="clear"></div>
             </div>
             
             <div class="contentArea">
                <div class="full-page">
                
                   <!-- Text samples -->

                   <h2 class="headline">Why</h2>
                   <div class="hr"></div>

                   
                                            <p>
                                                    Dear Reader,

    Today I am going to ask you to support phpbbandbbcodes with a donation. This might sound unusual: Why does Blackwolf ask for financial support from his members ?

    At its core, phpbbandbbcodes is driven by a global community of 14 volunteers - all dedicated to sharing knowledge freely. Over the last year and a half, these volunteers have contributed more than 2339 articles . More than 49,132 people came to our website this month to access information, free of charge!

    But phpbbandbbcodes is more than a website. We share a common cause: Imagine a world in which every single person on the planet is given free access to the sum of all human knowledge. That's our commitment.

    Your donation helps us in several ways. Most importantly, you will help us cover the increasing cost of managing global traffic to one of the most popular websites on the Internet. Funds also help us improve the software that runs phpbbandbbcodes -- making it easier to search, easier to read, and easier to write for. We are committed to growing the free knowledge movement world-wide, by recruiting new volunteers.

    phpbbandbbcodes is different. It's the fastest growing Open Source site in history, written by volunteers. We want to keep it free and strong, but we need the support of thousands of people like you.
    How is the money used? The money is used to finance the needs of the distribution, to pay for hosting, domain renewals and to purchase equipment.

    I invite you to join us: Your donation will help keep phpbbandbbcodes free for the whole world.


    Thank you,

    Blackwolf

                                            </p>
                   
                   <br />
                   <h2 class="headline">How</h2>
    <div class="hr"></div>
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div><input type="hidden" name="cmd" value="_s-xclick" /><input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7----- " /></div><div><input type="image" src="https://www.paypal.com/en_AU/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div><div><img alt="" style="border:none;" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1" /></div></form>
    <p><br /></p>
    <h2 class="headline">Thank You</h2>
    <div class="hr"></div>
    <p>The following users have made contributions for which we are extremely grateful.</p>
    <br />
    <h2 class="headline">Supporters</h2>
    <pre class="c8">
    <strong>Blackwolf
    Moebius
    Inex Linux
    Steven Pepper
    Mike_Hawke
    Grey-Bearded Geek
    Selenia
    Casper
    SlackmasterGeneral
    Wind
    MadHatt3r
    Gúrú Linux ríomhaire
    Clueless
    Chalawah
    </strong>

    </pre>
    <!-- End of Content -->
                   <div class="clear"></div>               
                
                </div>
                
             </div>
             
          </div>
          
          <!-- Footer -->
       <div id="Footer">
             <div id="FooterTop"></div>
             <div id="FooterContent">

             
                <div class="contentArea">
                
                   <!-- Column 1 -->
                   <div class="one-third">
                      <h3>Design Details</h3>
                      <p>Created by <a href="http://www.phpbbandbbcodes.com/forum/viewtopic.php?f=38&t=96#p150">Moebius</a> for the U.E. Community on <a href="http://www.phpbbandbbcodes.com/forum">phpbbandbbcodes</a>.</p>

                   </div>

                   <!-- Column 2 -->
                   <div class="one-third">
                      <h3>Stay Connected</h3>
                      <ul class="horizList">
                                  <li><a href="http://www.facebook.com/group.php?gid=62769201056"><img src="images/facebook-logo.png" width="64" height="64" alt="Skype" /></a></li>
                         <li><a href="http://twitter.com/UEOz"><img src="images/icons/social/twitter.png" width="64" height="64" alt="Twitter" /></a></li>
                      </ul>
                      <p>Keep track of phpbb team on all your favorite social networks.</p>
                   </div>

                   <!-- Column 3 -->
                   <div class="one-third last">

                      <h3>Contact Information</h3>
                      <div class="logoMark"></div>
                      <p>
                         <br />
                         <a href="http://www.phpbbandbbcodes.com/forum/viewtopic.php?f=38&t=95#p149">Blackwolf</a><br />
                         <a href="http://www.phpbbandbbcodes.com/forum/viewforum.php?f=42&start=0">phpbbandbbcodes</a><br />
                      </p>

                   </div>
                   
                   <!-- End of Content -->
                   <div class="clear"></div>
       
                </div>
                   
             </div>
             <div id="FooterBottom"></div>
             
          </div>
          
          <!-- Copyright/legal text -->
          <div id="Copyright">

             <p>
                Copyright © 2010 - <a href="http://www.phpbbandbbcodes.com/" onclick="window.open(this.href); return false;">phpbbandbbcodes</a> - All rights reserved.
                Conforms to W3C Standard
                <a href="http://validator.w3.org/check?uri=referer" onclick="window.open(this.href); return false;">XHTML</a> &
                <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" onclick="window.open(this.href); return false;">CSS</a>
             </p>
          </div>

          
       </div>
    </div>

    <!-- Activate Font Replacement (cufón) -->
    <script type="text/javascript"> Cufon.now(); </script>
    </body>
    </html>
User avatar
Blackwolf_Oz
Donators
Donators
Posts: 435
Joined: Tue Sep 21 2010 8:25 pm
Real name: Nick
Country Flag: Australia
Location: Melbourne, Australia
Contact:

Re: Html tidy

Post by Blackwolf_Oz »

Thanks very much djs596 :D Yes, worked perfectly. Give yourself a huge pat on the back. smile_handshake

Can I push the envelope here & ask how I would go about checking my actual http://www.phpbbandbbcodes.com/forum/index.php ?? 73 Errors, 2 warning(s)

Seems to be a combination of overall_header & footer....when I look into it.
Don't mind going through the errors one by one but need to know which files and how to check them please?

Appreciate al the help on this topic too. smile_yes
PhpBB3 Version: 3.0.10
We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.
phpbb team phpbbandbbcodes
phpbb team
phpbbandbbcodes
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Html tidy

Post by cisco007 »

i thought this was solved?
anyway, the files are: overall_header.html, forumlist_body.html, index_body.html, and overall_footer.html!
goodluck with the hundreds of stuff you have intalled it's not wonder it won't pass! :lol:
Image
User avatar
Blackwolf_Oz
Donators
Donators
Posts: 435
Joined: Tue Sep 21 2010 8:25 pm
Real name: Nick
Country Flag: Australia
Location: Melbourne, Australia
Contact:

Re: Html tidy

Post by Blackwolf_Oz »

Hi cisco007 :D

Yes it was solved, just though I'd keep tidying up the loose ends.

Nothing is wrong with the forum, running smooth as silk now. Wont be doing anything silly without thinking first from now on. ;)

Just one question? how do I check the 4 files? (overall_header.html, forumlist_body.html, index_body.html, and overall_footer.html)

What do I type in the http://validator.w3.org page?

http://www.phpbbandbbcodes.com/forum/overall_header ?? creates a 404 :oops: dumb question but not sure what to type in otherwise to check for the errors I need to fix. smile_sadsmile
PhpBB3 Version: 3.0.10
We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.
phpbb team phpbbandbbcodes
phpbb team
phpbbandbbcodes
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Html tidy

Post by cisco007 »

you don't you have to search for the errors the validator tells you in those 4 files!
Image
User avatar
Blackwolf_Oz
Donators
Donators
Posts: 435
Joined: Tue Sep 21 2010 8:25 pm
Real name: Nick
Country Flag: Australia
Location: Melbourne, Australia
Contact:

Re: Html tidy

Post by Blackwolf_Oz »

Thanks Cisco007 Appreciate that. This is not a huge issue to me but am fairly pedantic about having things neat & in order. Yes, before you say it, I have learnt a lot, from you guys here too, predominantly.

The majority seem to be this error........

Code: Select all

Line 893, column 414: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

…/misc/forsale.gif" alt="No unread posts" /></span><div class="forum-image-div">

All to do with the images on the index page...this one being
Screenshot-1.png
Just not sure how to clean up line 893 ( the remaining "errors"

Code: Select all

<a class="feed-icon-forum" title="Feed - For Sale/Wanted to Buy" href="http://www.phpbbandbbcodes.com/forum/feed.php?f=215"><img src="./styles/ca_black/theme/images/feed.gif" style="float: right;" alt="Feed - For Sale/Wanted to Buy" /></a><span class="forum-image"><img src="./images/icons/misc/forsale.gif" alt="No unread posts" /></span><div class="forum-image-div">

Code: Select all

Validation Output: 73 Errors

    Error required attribute X not specified

    ✉

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
        Line 150, column 71: required attribute "type" not specified

        <div id="google_translate_element" style="display:block"></div><script>

        Line 154, column 95: required attribute "type" not specified

        …late.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

    Error end tag for X omitted, but OMITTAG NO was specified

    ✉

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
        Line 1387, column 626: end tag for "img" omitted, but OMITTAG NO was specified

        …le="border:0px" src="http://cdn.attracta.com/badge/img/718006/2.png"></a></div>

        Line 1405, column 7: end tag for "div" omitted, but OMITTAG NO was specified

        </body>

        Line 1405, column 7: end tag for "div" omitted, but OMITTAG NO was specified

        </body>

    Error element X undefined

    ✉

    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
        incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
        by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
        by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
        Line 147, column 441: element "embed" undefined

        …e-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></div></a>

        Line 1244, column 84: element "center" undefined

        …div id="contentError">Error with your Flash Player or Javascript.</div><center>

    Error there is no attribute X

    ✉

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
        Line 147, column 20: there is no attribute "src"

                <embed src="http://www.superpimper.com/generators/cool_text_generator/s…

        Line 147, column 106: there is no attribute "FlashVars"

        …_generator/swf/bubbles.swf" FlashVars="t=Welcome To phpbbandbbcodes&u=…

        Line 147, column 230: there is no attribute "quality"

        …t_Generator/&tc=0x999933" quality="high" bgcolor="#1c1c1c" width="500" hei…

        Line 147, column 245: there is no attribute "bgcolor"

        …p;tc=0x999933" quality="high" bgcolor="#1c1c1c" width="500" height="100" name=…

        Line 147, column 261: there is no attribute "width"

        …uality="high" bgcolor="#1c1c1c" width="500" height="100" name="superpimper" al…

        Line 147, column 274: there is no attribute "height"

        … bgcolor="#1c1c1c" width="500" height="100" name="superpimper" align="middle" …

        Line 147, column 285: there is no attribute "name"

        …1c1c1c" width="500" height="100" name="superpimper" align="middle" allowScript…

        Line 147, column 305: there is no attribute "align"

        …height="100" name="superpimper" align="middle" allowScriptAccess="sameDomain" …

        Line 147, column 332: there is no attribute "allowScriptAccess"

        …per" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwa…

        Line 147, column 350: there is no attribute "type"

        …" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginsp…

        Line 147, column 394: there is no attribute "pluginspage"

        …cation/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashpl…

        Line 156, column 80: there is no attribute "target"

        …form action="http://www.google.com.au/cse" id="cse-search-box" target="_blank">

        Line 1198, column 72: there is no attribute "onError"

        ….com/2nh2lqr.gif" alt="Image" onError="javascript:this.src='styles/ca_black/th…

    Error document type does not allow element X here; missing one of Y start-tag

    ✉

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
        Line 216, column 116: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …d_forum(this, 157); return false;" class="forum-expand" id="forumblock157"></a>

        Line 229, column 413: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/Movies.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 260, column 114: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …and_forum(this, 99); return false;" class="forum-expand" id="forumblock99"></a>

        Line 273, column 385: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/ozlogo.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 292, column 404: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …isc/Gold icon.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 311, column 381: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/ubuntu.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 330, column 388: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …/misc/Windows.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 349, column 384: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ns/misc/image.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 368, column 381: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/fedora.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 399, column 114: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …and_forum(this, 67); return false;" class="forum-expand" id="forumblock67"></a>

        Line 412, column 441: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ackage_system.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 431, column 464: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …lderDocuments.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 450, column 415: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …tanding128vk4.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 469, column 407: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/scroll.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 488, column 438: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …Drive-256x256.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 507, column 419: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …/misc/website.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 526, column 401: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ns/misc/music.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 545, column 415: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …/misc/iMovie1.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 564, column 428: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/parrot.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 583, column 446: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/compiz.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 602, column 389: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …isc/ultamatix.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 621, column 413: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …c/1620hnr.jpg.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 640, column 374: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ons/misc/Wine.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 659, column 421: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …5654_watchman.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 678, column 434: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …alog-question.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 709, column 116: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …d_forum(this, 100); return false;" class="forum-expand" id="forumblock100"></a>

        Line 722, column 417: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …c/PC pingouin.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 741, column 440: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ons/misc/hate.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 760, column 463: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …c/28cn7ko.jpg.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 779, column 428: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …oleil palmier.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 798, column 394: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/homer1.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 817, column 395: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/icon-6.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 836, column 405: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …misc/intelect.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 855, column 430: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …618916_wizard.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 874, column 381: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …icons/misc/69.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 893, column 414: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …/misc/forsale.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 924, column 116: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …d_forum(this, 101); return false;" class="forum-expand" id="forumblock101"></a>

        Line 937, column 401: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …275620685_knode2.png" alt="Forum locked" /></span><div class="forum-image-div">

        Line 956, column 419: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …459_notebook_boy.png" alt="Forum locked" /></span><div class="forum-image-div">

        Line 975, column 398: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …cons/misc/soccer.png" alt="Forum locked" /></span><div class="forum-image-div">

        Line 994, column 408: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …5303_positioning.png" alt="Forum locked" /></span><div class="forum-image-div">

        Line 1013, column 399: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …uncywikilogo8.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1032, column 450: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/globe5.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1063, column 116: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …d_forum(this, 137); return false;" class="forum-expand" id="forumblock137"></a>

        Line 1076, column 453: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …c/1zb3yfd.jpg.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1095, column 414: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …s/misc/horn64.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1114, column 406: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …icons/misc/rules.png" alt="Forum locked" /></span><div class="forum-image-div">

        Line 1133, column 421: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ons/lightblue.png" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1152, column 386: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …ns/misc/skull.gif" alt="No unread posts" /></span><div class="forum-image-div">

        Line 1183, column 116: document type does not allow element "a" here; missing one of "dt", "dd" start-tag

        …d_forum(this, 159); return false;" class="forum-expand" id="forumblock159"></a>

        Line 1196, column 401: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag

        …18458_MailBox.png" alt="No unread posts" /></span><div class="forum-image-div">

    Warning character X is the first character of a delimiter but occurred as data

    ✉

    This message may appear in several cases:
        You tried to include the "<" character in your page: you should escape it as "<"
        You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
        Another possibility is that you forgot to close quotes in a previous tag.
        Line 1339, column 113: character "&" is the first character of a delimiter but occurred as data

        …le.com/" title="Submit this to Script & Style"onclick="window.open(this.href);…

        Line 1340, column 24: character "&" is the first character of a delimiter but occurred as data

        >Submit this to Script & Style</a></li>

    Error end tag for element X which is not open

    ✉

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occurred in a script section of your document, you should probably read this FAQ entry.
        Line 147, column 451: end tag for element "a" which is not open

        …e-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></div></a>

        Line 1387, column 320: end tag for element "a" which is not open

        …e7313cf456fa" alt="DMCA.com" /></a></a>   <script type="text/ja…

You do not have the required permissions to view the files attached to this post.
PhpBB3 Version: 3.0.10
We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.
phpbb team phpbbandbbcodes
phpbb team
phpbbandbbcodes
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: Html tidy

Post by cisco007 »

i thought i had mentioned this before but i guess not!
why don't you remove this:

Code: Select all

<div class="forum-image-div">
it doesn't seem to be doing anything, since you are missing the closing </div> tag anyways!
other than that the other part should pass!
Image
User avatar
Blackwolf_Oz
Donators
Donators
Posts: 435
Joined: Tue Sep 21 2010 8:25 pm
Real name: Nick
Country Flag: Australia
Location: Melbourne, Australia
Contact:

Re: Html tidy

Post by Blackwolf_Oz »

Thanks cisco007.....I removed

Code: Select all

    <div class="forum-image-div">
from forumlist_body.html
But got this. :)
Screenshot-4.png
Put it back smile_sweating

Tried it with the </div> same error.
You do not have the required permissions to view the files attached to this post.
PhpBB3 Version: 3.0.10
We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.
phpbb team phpbbandbbcodes
phpbb team
phpbbandbbcodes
Post Reply