A voir également:
- Quel doctype choisir ?
- Quel linux choisir - Guide
- Quel mini pc choisir - Accueil - Guide ordinateurs
- Quel openoffice gratuit choisir ? - Télécharger - Suite bureautique
- Quel formatage choisir exfat ou ntfs ? - Guide
- Habib veut acheter un livre en ligne. lequel de ces sites doit-il choisir pour ne pas prendre de risques avec sa carte bancaire ? - Forum Réseaux sociaux
18 réponses
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
22 mars 2008 à 15:05
22 mars 2008 à 15:05
SALUT
et bien moi je dirais
ou
voir si tu utiliser des frames ;-((
mais l utilisation de ces doctype impose la conformite du code a ces doctype !!
vas voir
https://openclassrooms.com/fr/courses#part_6
RAD
et bien moi je dirais
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
ou
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
voir si tu utiliser des frames ;-((
<!DOCTYPEhtml PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
mais l utilisation de ces doctype impose la conformite du code a ces doctype !!
vas voir
https://openclassrooms.com/fr/courses#part_6
RAD
quand tu dit la conformiter du code au doctype tu parle bien de mon code source ? si cest bien ca je dois regler tous les erreurs avant ? si oui il aurais pas un programme ou un site web qui le fais automatiquement et qui te donne le bon code? et quel es la difference entre le premier et le 2e, cest ecrit strict et lautre transitional, desoler je connais pas grand chose a tout ca lol
pour le code que tu parle cest bien le code source de mon site ? si jai bien compris je vais devoir regler mes erreurs avant de mettre le doctype ? pour le doctype quel es la difference entre le premier (strict) et le 2e (transitional) ? desoler je connais pas grand chose a tous ca lol,,, pour les erreurs il y aurais pas un site web ou un programme dans le meme genre que le site w3c , cest a dire qui te dit les erreurs mais qui les corriges aussi, qui donne le bon code car je suis pas un expert mais bon avec vos conseils et votre aide je me debrouille quand meme bien :)
Si sa peut vous aider pour me conseiller le doctype a utiliser voici ladresse de mon site web https://www.hugedomains.com/domain_profile.cfm?d=artdeath&e=com
Si sa peut vous aider pour me conseiller le doctype a utiliser voici ladresse de mon site web https://www.hugedomains.com/domain_profile.cfm?d=artdeath&e=com
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
22 mars 2008 à 18:27
22 mars 2008 à 18:27
SALUT
en dessous il y as le code XHTML de ta page
il reste des erreurs pour la valide mais tu verras par toi meme ICI
http://validator.w3.org/
POUR un outils il y as HTML Tidy fr
tu configure la sortie en xhtml et tu rajoute le doctype
la partie que j ai mis en gras est le CSS que je te conseil de passer en fichier .css externe !
RAD
en dessous il y as le code XHTML de ta page
il reste des erreurs pour la valide mais tu verras par toi meme ICI
http://validator.w3.org/
POUR un outils il y as HTML Tidy fr
tu configure la sortie en xhtml et tu rajoute le doctype
la partie que j ai mis en gras est le CSS que je te conseil de passer en fichier .css externe !
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="JavaScript1.2" type="text/javascript"> //<![CDATA[ var message=" Bienvenue sur la Boutique ArtDeath" //specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="10" //declares the variable and sets it to start at 0 var temptitle=" " //declares the variable and sets it to have no value yet. var speed="160" //the delay in milliseconds between letters function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i="0" //resets the counter at the end of the message temptitle="" //resets the title to a blank value } setTimeout("titler()",speed) //Restarts. Remove line for no-repeat. } window.onload=titler //]]> </script> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="fr" /> <title> ARTDEATH </title> <meta name="description" content="" /> <meta name="keywords" content= "artdeath,art-death,art,death,morbide,gore,horreur,t-shirt,tshirt,vetement,cadre,image horreur,t-shirt personnaliser" /> <meta name="reply-to" content="" /> <meta name="category" content="" /> <meta name="robots" content="" /> <meta name="distribution" content="" /> <meta name="revisit-after" content="" /> <meta name="language" content="fr" /> <meta name="author" lang="fr" content="https://www.a-remuweb.com/" xml:lang="fr" /> <meta name="identifier-url" content="https://www.hugedomains.com/domain_profile.cfm?d=artdeath&e=com" /> <meta name="expires" content="" /> <style type="text/css"> /* <![CDATA[*/ <!-- a { color: #FFFFFF; text-decoration: underline} a:hover {color: #F2861A; text-decoration: none; background-color: transparent; position: relative; top: 1.5px; left: 1.5px;} -->A:link{color:#CCCCCC;text-decoration:none;};A:visited{color:#CCCCCC;text-decoration:none;};A:hover{color:#FFFFFF;text-decoration: ;};A:active{color:#CCCCCC;text-decoration:none;};/*]]>*/ body { background-color: #000000; color: #FFFFFF; } table.c16 {width: 152px; height: 128px} span.c15 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%} td.c14 {background-color: #FFFFFF} div.c13 {text-align: left} p.c12 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c11 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c10 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} img.c9 {width: 475px; height: 24px} div.c8 {color: #FFFFFF; font-size: 80%; text-align: center} td.c7 {background-color: #000000} div.c6 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c5 {color: #000000; font-size: 80%; text-align: center} div.c4 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c3 {text-align: center} div.c2 {color: #000000; text-align: center} span.c1 {font-size: 80%} /*]]>*/ </style> </head> <body> <table width="811" height="175" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="811" height="175" background="image/header.gif"> <table width="798" border="0" align="center"> <tr> <td width="254" height="40"> <img src="http://static.hugedomains.com/images/logo_huge_domains.gif" alt="#########" /> </td> <td width="534" height="60"> <img src="http://static.hugedomains.com/images/logo_huge_domains.gif" alt= "#########" /> <img src="http://static.hugedomains.com/images/logo_huge_domains.gif" alt= "#########" /> </td> </tr> </table> <p> </p> <p> </p> </td> </tr> </table> <table width="811" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td class="c7" width="148" align="center" valign="top" background=""> <table width="148" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="image/haut-menug.gif" width="148" height="49"> <div class="c2"> <br /> <strong><span class="c1">ARTICLES</span></strong> </div> </td> </tr> <tr> <td background="image/fond-menug.gif"> <table width="148" border="0" cellspacing="0" cellpadding="0"> <tr> <td></td> </tr> <tr> <td> <div class="c4"> <a target="_blank" href="http://www.comboutique.com/art-death/">T-shirt</a> </div> </td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> </td> </tr> </table> <table width="148" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td background="image/haut-menug1.gif" width="148" height="38"> <div class="c5"> <strong>PARTENAIRES</strong> </div> </td> </tr> <tr> <td background="image/fond-menug1.gif"> <table width="148" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div class="c6"> <a target="_blank" href= "http://www.comboutique.com/art-death/">Comboutique</a> </div> </td> </tr> <tr> <td> <div class="c6"> Ebay </div> </td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td> <div class="c3"> <p> </p> </div> </td> </tr> </table> </td> </tr> </table> <table width="148" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="image/haut-menug2.gif" width="148" height="29"> <div class="c5"> <strong>LIEN</strong> </div> </td> </tr> <tr> <td background="image/fond-menug2.gif"> <table width="148" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div class="c4"> <a target="_blank" href="https://www.a-remuweb.com/">A-Remuweb.com</a> </div> </td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td height="21" background="image/bas-menug.gif"></td> </tr> </table> </td> </tr> </table> </td> <td class="c14" width="513" align="center" valign="top"> <table width="513" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td background="image/haut-rub.gif" width="451" height="35"> <div class="c8"> <strong>Bienvenue dans l'enfer de ARTDEATH ,jouisser de ce moment!</strong> </div> </td> </tr> <tr> <td background="image/fond-rub.gif" valign="top" align="center"> <table width="390" height="137" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="371"> <div class="c13"> <span class="c10"><strong>Avis au coeur sensible, vous ne devrier pas entrée dans l'enfer de ArtDeath hahaha !!!!!</strong> <img class="c9" height="24" alt="" width="518" border="0" src= "http://img514.imageshack.us/img514/7900/ligne1084ni6.gif?s=1" /></span> <p class="c12"> <span class="c11"><strong>Nous travaillons presentement sur la fabrication des articles que nous allons mettre en ventes.</strong><br /> <br /> Pour le moment nous avons plusieurs t-shirts et quelques articlessur notre petite Boutique Art-Death, Cliquer sur la banniere ci-dessous pour aller voir <a target="_blank" href= "http://www.comboutique.com/art-death"><img alt= "Cliquer ici pour aller voir nos t-shirts" src= "http://s3.archive-host.com/..." /> </a></span> </p><span class="c10"><img src="image/artdeath.gif" border="0" width="482" height="350" alt="#########" /></span> </div> </td> </tr> </table> </td> </tr> <tr> <td background="image/bas-rub.gif" width="761" height="47"></td> </tr> </table> </td> <td width="151" align="center" valign="top" background=""> <table width="151" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td background="image/haut-menud.gif" width="151" height="49"> <div class="c2"> <br /> <strong><span class="c1"> NOUS CONTACTER</span></strong> </div> </td> </tr> <tr> <td background="image/fond-menud.gif"> <table width="151" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="151"> <div class="c4"> <a href="mailto:contact@artdeath.com"><img alt= "Clic ici pour nous contacter" src= "http://s3.archive-host.com/membres/images/1026302316/email1.gif" /></a> </div> </td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> </td> </tr> </table> <table width="151" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td background="image/haut-menud1.gif" width="151" height="34"> <div class="c5"> <strong> NEWSLETTERS</strong> </div> </td> </tr> <tr> <td background="image/fond-menud1.gif"> <table width="151" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div class="c3"> <form id="newsmail" action= "https://www.hugedomains.com/domain_profile.cfm?d=artdeath&e=com" method= "post" name="newsmail" target="blank"> <span class="c15"> </span> <table class="c16" height="128" width="152" border="0"> <tbody> <tr> <td align="center"> <input maxlength="50" size="15" onfocus= "javascript:if(this.value == 'Adresse e-mail') this.value='';" onblur= "javascript:if(this.value == '') this.value='Adresse e-mail';" name="emailvisiteur" value="Adresse e-mail" type="text" /> </td> </tr> <tr> <td align="center"> <input type="radio" checked="checked" name="mod" value= "isc" />Inscription <input type="radio" name="mod" value= "dsc" />désinscription </td> </tr> <tr> <td align="center"> <input type="submit" value="Valider" /> </td> </tr> </tbody> </table> </form><!--Code HTML service Newsletter de Hawa Tools--> </div> </td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> </td> </tr> <tr> <td background="" height="34"></td> </tr> <tr> <td height="2" background=""></td> </tr> </table> </td> </tr> </table> <div class="c3"> <embed menu="false" wmode="transparent" flashvars= "playList=http://www.AceLayouts.com/uploads/playlist/2008-01-25/ZFMg5z3GzY.xml&ShowPlaylist=1&ShowEQ=1&firstTrack=1&initVol=100" pluginspage="https://get.adobe.com/flashplayer/" name="index" height="200" width= "250" quality="high" src="http://www.AceLayouts.com/img/flash/player.swf" allowscriptaccess= "never" /> <script type="text/javascript"> //<![CDATA[ <!-- member=46216; numCounter=1; border=1; //--> //]]> </script> <script type="text/javascript"> //<![CDATA[ var compteurcc_adultvar = "0"; //]]> </script> <script src= "http://www.compteur.cc/geocompteur/geocompteur.php?c=geocity1&id=325238&fonce=&claire=" type="text/javascript"> </script> <noscript><a href="http://www.compteur.cc">compteur visites</a></noscript> </div> <table width="761" height="35" border="0" align="center"> <tr> <td height="37" background="image/bas3.gif"></td> </tr> </table> <div class="c3"> <a target="_blank" href="https://copyrightdepot.com/rep125/00043726.htm"><img border="0" src="https://copyrightdepot.com/images/Sceau1.gif" width="130" height="37" alt= "#########" /></a> </div> </body> </html>
RAD
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
ok merci je vais tester html tidy fr, pour w3c tout es en anglais je comprend pas tres bien l'anglais , jai bien vu que javais des erreurs mais je vais essayer de corriger ca avec html tidy fr, pour la parti en gras tu disais je vois pas de texte en gras et je ne ses pas non plus comment faire un fichier.css externe, japprend par moi meme le html deja la cest asser dure pour le css sa dois etre pir lol et une autre question le doctype dois etre entre les balises (head) (/head) ?
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
22 mars 2008 à 19:20
22 mars 2008 à 19:20
le doctype dois etre entre les balises (head) (/head) ?
AVANT regarde le code au dessus !!
la partie en gras aussi est dans le code au dessus !!!
validator en francais
http://www.validome.org/lang/fr/
AVANT regarde le code au dessus !!
la partie en gras aussi est dans le code au dessus !!!
validator en francais
http://www.validome.org/lang/fr/
les seuls mots que je vois en gras cest ----> en gras ,,, je vois rien dautre en gras, le code oui mais pas la parti que ta mi en gras,, pour le lien jai essayer mais encore la il me faut le doctype qui disent et ressayer apres. Pour le doctype celui tu avais ecrit est correct oui et le //EN" cest tu pour anglais et fo tu je mette fr --->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Encore un gros merci a tout le monde
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Encore un gros merci a tout le monde
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
22 mars 2008 à 22:30
22 mars 2008 à 22:30
les seuls mots que je vois en gras cest ----> en gras ,,, je vois rien dautre en gras
tu vois pas tout ce code en gras au dessus !!!!!????
2 laisse le doctype comme ca
RAD
tu vois pas tout ce code en gras au dessus !!!!!????
<style type="text/css"> /* <![CDATA[*/ <!-- a { color: #FFFFFF; text-decoration: underline} a:hover {color: #F2861A; text-decoration: none; background-color: transparent; position: relative; top: 1.5px; left: 1.5px;} -->A:link{color:#CCCCCC;text-decoration:none;};A:visited{color:#CCCCCC;text-decoration:none;};A:hover{color:#FFFFFF;text-decoration: ;};A:active{color:#CCCCCC;text-decoration:none;};/*]]>*/ body { background-color: #000000; color: #FFFFFF; } table.c16 {width: 152px; height: 128px} span.c15 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%} td.c14 {background-color: #FFFFFF} div.c13 {text-align: left} p.c12 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c11 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c10 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} img.c9 {width: 475px; height: 24px} div.c8 {color: #FFFFFF; font-size: 80%; text-align: center} td.c7 {background-color: #000000} div.c6 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c5 {color: #000000; font-size: 80%; text-align: center} div.c4 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c3 {text-align: center} div.c2 {color: #000000; text-align: center} span.c1 {font-size: 80%} /*]]>*/ </style>
2 laisse le doctype comme ca
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
RAD
a k oui je lavais vu mais jetais pas sur juste pour dire setais plus foncer desoler mais comment faire un fichier .css avec ca
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
22 mars 2008 à 23:52
22 mars 2008 à 23:52
tu copie le code ci dessous ! et tu le cole sur un fichier texte ( tu efface le code de ta page )
ensuite tu change l extension .txt par l extension .css
ensuite tu met un lien vers ce fichier entre les head de ta page
ensuite tu change l extension .txt par l extension .css
{ color: #FFFFFF; text-decoration: underline} a:hover {color: #F2861A; text-decoration: none; background-color: transparent; position: relative; top: 1.5px; left: 1.5px;} -->A:link{color:#CCCCCC;text-decoration:none;};A:visited{color:#CCCCCC;text-decoration:none;};A:hover{color:#FFFFFF;text-decoration: ;};A:active{color:#CCCCCC;text-decoration:none;};/*]]>*/ body { background-color: #000000; color: #FFFFFF; } table.c16 {width: 152px; height: 128px} span.c15 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%} td.c14 {background-color: #FFFFFF} div.c13 {text-align: left} p.c12 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c11 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} span.c10 {color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%} img.c9 {width: 475px; height: 24px} div.c8 {color: #FFFFFF; font-size: 80%; text-align: center} td.c7 {background-color: #000000} div.c6 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c5 {color: #000000; font-size: 80%; text-align: center} div.c4 {color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center} div.c3 {text-align: center} div.c2 {color: #000000; text-align: center} span.c1 {font-size: 80%}
ensuite tu met un lien vers ce fichier entre les head de ta page
<link rel="stylesheet" type="text/css" href="ton fichier.css">
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
23 mars 2008 à 01:08
23 mars 2008 à 01:08
Le meme css reindente pour plus de comprehension !
RAD
body { background-color: #000000; color: #FFFFFF; } a { color: #FFFFFF; text-decoration: underline } a:hover { color: #F2861A; text-decoration: none; background-color: transparent; position: relative; top: 1.5px; left: 1.5px; } A:link { color: #CCCCCC; text-decoration: none; } A:visited { color: #CCCCCC; text-decoration: none; } A:hover { color: #FFFFFF; text-decoration:; } A:active { color: #CCCCCC; text-decoration: none; } table.c16 { width: 152px; height: 128px } span.c15 { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70% } td.c14 { background-color: #FFFFFF } div.c13 { text-align: left } p.c12 { color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80% } span.c11 { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80% } span.c10 { color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80% } img.c9 { width: 475px; height: 24px } div.c8 { color: #FFFFFF; font-size: 80%; text-align: center } td.c7 { background-color: #000000 } div.c6 { color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center } div.c5 { color: #000000; font-size: 80%; text-align: center } div.c4 { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; text-align: center } div.c3 { text-align: center } div.c2 { color: #000000; text-align: center } span.c1 { font-size: 80% }
RAD
ok merci je le voyais pas au complet jai pas encore fais mais je fini mes choses et je my met et je revien vous dire si tout es ok et une question comme ca a quoi sert ce fichier au juste
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
23 mars 2008 à 01:30
23 mars 2008 à 01:30
le css donne les tailles , placement , couleur ect ect ect le look quoi ! d un site
https://www.alsacreations.com/
mais sans etre embarque dans la page ! de plus c est beaucoup plus souple a gerer et tu peut donner les meme regles a tout les page de ton site avec une seule feuille css !
http://www.csszengarden.com/tr/francais/
sur zen garden vas a droite et change de style !! tout les changement ne sont optenus que par modification du css ,
le html ne change pas !
RAD
https://www.alsacreations.com/
mais sans etre embarque dans la page ! de plus c est beaucoup plus souple a gerer et tu peut donner les meme regles a tout les page de ton site avec une seule feuille css !
http://www.csszengarden.com/tr/francais/
sur zen garden vas a droite et change de style !! tout les changement ne sont optenus que par modification du css ,
le html ne change pas !
RAD
cest fais jai mi le fichier css directement a la suite des meta name et le doctype je les mit au tout debut a cote de (head) ,,, cher pas si ses moi mais ma page a lair de charger plus vite. Pour mon scrip que jai a la suite du doctype est ce que je serais mieux de le mettre a la fin a cote de (/head) ou sa change rien?
Encore un GROS MERCI A TOI RAD ZONE ET A TOUS :)
Chaque fois jai un probleme je vien ici et jai toujours la reponse a mes questions et je laprecie vraiment gros :)
Je crois que je vais voir pour mettre le lien du forum sur mon site tres bientot lol
Encore un GROS MERCI A TOI RAD ZONE ET A TOUS :)
Chaque fois jai un probleme je vien ici et jai toujours la reponse a mes questions et je laprecie vraiment gros :)
Je crois que je vais voir pour mettre le lien du forum sur mon site tres bientot lol
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
23 mars 2008 à 15:48
23 mars 2008 à 15:48
Bon tu dois changer pour le doctype !
tu as mis ca
alors que tu dois mettre ca
RAD
tu as mis ca
<html> <head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
alors que tu dois mettre ca
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
RAD
RAD ZONE
Messages postés
5230
Date d'inscription
samedi 20 janvier 2007
Statut
Contributeur
Dernière intervention
17 août 2024
1 360
23 mars 2008 à 18:20
23 mars 2008 à 18:20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <title> </title> </head> <body </body> </html>