I've just run a watchfire validation on a site that I am building and I've come across a little problem. Is this sort of code ok?
<div id="buttonspacel"></div>
<a href="../index.php" id="button1" title="Home"></a>
<a href="../retro.php" id="button2" title="Retro"></a>
...and a list of other links to main sections of the site. These links are stored inside a div and all links are pictures as defined in my CSS. This is failing the watchfire under "3.1 Create link phrases that make sense when read out of context.". Does anyone know a good way for me to fix this?
Any advice appreciated.
<div id="buttonspacel"></div>
<a href="../index.php" id="button1" title="Home"></a>
<a href="../retro.php" id="button2" title="Retro"></a>
...and a list of other links to main sections of the site. These links are stored inside a div and all links are pictures as defined in my CSS. This is failing the watchfire under "3.1 Create link phrases that make sense when read out of context.". Does anyone know a good way for me to fix this?
Any advice appreciated.