petit erreur WC3

Eléphant du PHP | 257 Messages

18 janv. 2013, 00:04

bonjour, cela serait il possible d'avoir une petit aide pour une petite erreur à une validation WC3 svp

voici la page
http://www.h-immo.be/search-val.php

ViPHP
ViPHP | 1996 Messages

20 janv. 2013, 19:32

Décrit un peu...
It is nice to be important but it is more important to be nice
http://www.aureuswebfactory.fr

Eléphant du PHP | 257 Messages

20 janv. 2013, 20:14

Voilà je vois pas l'erreur que je fait
Error Line 105, Column 138: end tag for "td" omitted, but OMITTAG NO was specified

…"Particulier" /></td></tr></table></tr></table><br /><table style="width:100%;…



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 92, Column 149: start tag was here

…e style="width:535px;float:left;"><tr><td><table style="width:125px;border:0px…

ViPHP
ViPHP | 1996 Messages

20 janv. 2013, 20:27

J'ai regardé la source : c'est un peu le bronx...
J'ai repris la source et je l'ai mis en forme : tu verras l'erreur se voit tout de suite : Il manque un </td>
<table style="width:535px;float:left;">
	<tr>
		<td>
			<table style="width:125px;border:0px;border:2px groove #416271;border-radius:10px;">
				<tr>
					<td>
						<table style="width:auto;border:0px;">
							<tr>
								<td>
									<a href="detail_anno.php?detail=1" title="Appartement &agrave; Louer&nbsp;3&nbsp;chambre(s)&nbsp;à&nbsp;Geer&nbsp;pour&nbsp;le&nbsp;prix&nbsp;100&nbsp;&euro;">
										<img src="MINI11image_annonce/d5sh0_wsb_683x481_maison_gabarnac.jpg" border="0" alt=""/>
									</a>
									<br />
									<br />
									<strong>100&nbsp;&euro;</strong>
								</td>
								<td></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td>
						<img src="design/part.png" width="30" height="30" border="0" title="Particulier" alt="Particulier" />
					</td>
				</tr>
			</table>
		MANQUE </TD> ICI
	</tr>
</table>
<br />
<table style="width:100%;border:0px;">
	<tr>
		<td>
			<div class="pagination">
			<span class="current">1</span>
			</div>
		</td>
	</tr>
</table>     
It is nice to be important but it is more important to be nice
http://www.aureuswebfactory.fr