Bonjour à tous,
J'aimerais avoir un texte au centre puis à droite sur la même ligne sur le pied de page.
J'ai réussi à mettre du texte au centre mais dès que j'en met à droite ça saute d'une ligne.
J'aimerais faire ça :
Code HTML:[ATTACH=CONFIG]323335[/ATTACH] Code actuelle : <html> <head> <meta name="robots" content="noindex, nofollow" /> <title>[C5]*********</title> <link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="stylesheet" type="text/css" href="https://www.nkon.nl/magento17/skin/frontend/default/modern/css/styles.css" media="all"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Press+Start+2P"> <style> body { font-family: 'Press Start 2P', cursive; font-size: 20px; } </style> <style> footer { padding: 1em; color: white; background-color: black; } </style> </head> <body> <br> <div><font size="6">[C5]************</font></div> <br> <br> <br> <br> <div style="margin-left:10px;"> <a href="https://www.youtube.com/channel/***********"><img src="ylogo.png" align="left" style="margin-top:4px" hspace="20"/></a> </div> <footer>© [C5]*********</footer> </body> </html>
Merci d'avance
Cdt
-----