.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks that got rid of 5 errors.
Down to 23 now.
How could I improve this code for one of my sideboxes.
PHP Code:<table align="center">
<a href="http://www.anythingframed.co.uk/index.php?main_page=free_prize_draw" target="_blank"><img src="images/free_prize_draw_130px.gif"
alt="Free Prize Draw">
</td>
<td align="center">
<img src="images/m-f-made-in-uk.gif"
alt="Made In The Uk">
</td>
<tr>
<td align="center">
<img src="images/woodland-trust.gif"
alt="Woodland Trust Member">
</td>
</table>
IMG tags need to be "self-closing".
ie: add the closing slash, like this:Code:<img src="images/woodland-trust.gif" alt="Woodland Trust Member" />
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you.
Now all 20 errors left are with < or > ?
http://validator.w3.org/check?uri=ww...ngframed.co.uk