YouLab Posted April 20, 2011 Share Posted April 20, 2011 Bonjour,Je suis plus que débutant en HTML, j'ai voulu aligner les liens sitemap, contact et favoris dans le blockpermanentlinks de prestashop et j'ai réussi.Seulement comme je n'y connais rien le code n'est pas top et ne passe pas la validation W3C, sauriez d'ou vient le problème? j'ai bien une idée mais je ne sais pas le résoudre... Ça m'intéresse beaucoup de m'améliorer donc si étiez assez sympa pour m'expliquer cela m'intéresse beaucoup!Voici la partie de code qui pèche: ><!-- Block permanent links module HEADER --> </pre> <ul> </ul> <a rel="">getPageLink('contact-form.php', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a><br><a rel="">getPageLink('sitemap.php')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a><br><br><br> [removed]writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks'}');[removed]<br Et l'original avant suppression des sauts de lignes: ><!-- Block permanent links module HEADER --> </pre> <ul> getPageLink('contact-form.php', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'} getPageLink('sitemap.php')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'} [removed]writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks'}');[removed] </ul> <br><!-- /Block permanent links module HEADER Link to comment Share on other sites More sharing options...
Guillon Posted April 29, 2011 Share Posted April 29, 2011 La balise n'existe pas en html et pareil pour donc a mon avis t'a du enlever le li devant vu que tu est dans une liste a puce ( )essaye deja sa en oubliant pas de les refermer aussi ( ) Link to comment Share on other sites More sharing options...
YouLab Posted April 29, 2011 Author Share Posted April 29, 2011 Oui c'est ça j'avais viré les li pour aligner les liens... Sur le site ça passe mais pas au W3C.Faudrait que j'essaie un truc comme ça non? ><head><style type="text/css"><!-- .liens_header{ list-style: none outside none; display: inline; } --></style></head> </pre> <ul> getPageLink('contact-form.php', true)}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'} getPageLink('sitemap.php')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'} [removed]writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks'}');[removed] Mais je suis en Chine en ce moment donc j'ai pas encore eu l'occasion de tester. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now