bonjour à tous
j'ai créé un code html, mais mon texte est coupé.
Il s'agit du logo en haut à droite
http://plenitude-beaute06.com/promotions.html
voici mon code :
JE VOUS REMERCIE D'AVANCE !!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html><head><link rel="stylesheet" type="text/css" href="style.css" /> <style type="text/css"> body { font-family: BelleroseLight; src: url('http://plenitude-beaute06.com/font/bellerose-webfont.eot'); src: url('http://plenitude-beaute06.com/font/bellerose-webfont.eot?#iefix') format('embedded-opentype'), url('http://plenitude-beaute06.com/font/bellerose-webfont.woff') format('woff'), url('http://plenitude-beaute06.com/font/bellerose-webfont.ttf') format('truetype'), url('http://plenitude-beaute06.com/font/bellerose-webfont.svg#BelleroseLight') format('svg'); font-weight: normal; font-style: normal; line-height:20px; background-color: transparent } </style></head><body> <FONT size="8"><a href="http://plenitude-beaute06.com" style="color:#9E2A95;text-decoration:none;">Plénitude Beauté</a></FONT> <FONT size="5"><a href="http://plenitude-beaute06.com" style="color:#9E2A95;text-decoration:none;">Esthétique et bien-etre à domicile</a></FONT> </body></html>
Partager