Décompteur
Chargement ... s

Afficher une vidéo

É ? ø? Chiffrement d'URL http://www.designerwiz.com/URLencryptor.htm
= Jim
= XT500

Hourriez


Wikipédia
Lien [[lien]] direct
Lien [[Au bonheur des dames (groupe)|Au Bonheur des Dames]] sous entendu
alt 124


Page de test, pour avoir sous la main toutes les informations dont j'ai besoin, plus, testé tous les navigateurs.


<SCRIPT SRC="worldtime.js">
<SCRIPT SRC="snow.js">
Encodage Japonais
http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=%E3%83%8F

Convertisseur
http://hapax.qc.ca/conversion.fr.html


Que faut-il faire pour avoir une page compatible ?
et pouvoir mettre ce logo.

Mettre le DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
(ne pas mettre l'adresse si non un ascenseur s'affiche)

Intégrer à la feuille de Style pour le body
<STYLE type="text/css">
BODY {
margin-top:0;
font-family: MS Sans serif, Geneva, Arial, Helvetica ;
font-size: 10pt;
}
</STYLE>

Remplacer & par
&amp;

Remplacer € par
&euro;
&#8364;
&#x20AC;
ou simplement par Euro, ou EUR (beaucoup plus compatible)

Rajouter la balise alt="" à toute les photos


Ce qu'il ne faut pas mettre
<FONT FACE="MS Sans Serif, Geneva, Arial, Helvetica" SIZE=2>
<body leftmargin=10 topmargin=0> (a remplacer par margin ou padding)
<center> (a remplacer par : text-align: center; dans le CSS)


/* Remarque */


Taille des polices
1em = 16px


Feuille de style
body leftmargin=5 topmargin=0 link="yellow" vlink="White" alink=#800080 text="Yellow" bgcolor=cd8500

background-color:#FFE4C4
background-image:url(bak.png)
margin:0px [marge de gauche]
padding:30px [les deux marges, top et gauche]


margin-top
margin-right
margin-left
margin-bottom

padding-top
padding-right
padding-left
padding-bottom



FONT FACE="MS Sans Serif, Geneva, Arial, Helvetica" SIZE=2

font-family: MS Sans serif, Geneva, Arial, Helvetica ;
font-size: 12pt ;

style pour un tableau
<table width="600" style="font-family: Arial ; font-size: 10pt;">


Largeur hauteur d'une image
width="110" height="99"

Codes spéciaux
< > &lt; &gt;
<!--       -->
& (&#38)
&nbsp; (espace)
&#160; decimal (espace)
&#xA0; hexa (espace)

Test de langues "exotique"
ןודא סו רש
שרוסא דון


Balise Meta
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="10;URL='http://xt500.free.fr'">
<meta name="Robots" CONTENT="All">


Balise Body
<body background="background.gif" bgproperties=fixed>

Balise Frameset
<frameset cols="19%,81%" rows="19%,81%"ed> <frameset rows="140,*"ed>
<frame src="menucartebis.html" name="menu" scrolling="Auto"ed> <frame src="index.html" name="main" scrolling="Auto"ed> </frameseted>
scrolling = yes|no|auto

Balise Target
TARGET = "_blank" | "_parent" | "_self" | "_top" | window name

Options de taille de la Balise Font
font size=5
font size=4
font size=3
font size=2
font size=1

Option du texte
abcdefgh az < u >
abcdefgh az < s >
abcdefgh az < i > < em >
abcdefgh az < b > < strong >
abcdefgh az < tt >
abcdefgh az < small >
abcdefgh az < big >
abcdefgh az < font color="#FF0000" >
abcdefgh az < font face="Arial" >
abcdefgh az < dd >

abcdefgh az < dd > < dd > (ne fonctionne qu'avec IE)


Options de la balise Target
TARGET = "_blank" | "_parent" | "_self" | "_top" | window name

Script pour cacher l'adresse au robot
email address 1 : toto(at)eniris.com
email address 2 : tata(at)eniris.com
email address 3 :

http://www.eniris.com/index.php/2005/07/19/38-script-anti-spam-comment-cacher-son-email-aux-robots

Feuille de style
<table style="background-color: rgb(133, 133, 221); width: 600px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="0"> <img style="width: 171px; height: 70px;" alt="" src="iscra-fr.gif">

CLSID pour classidentifier
05589FA1-C356-11CE-BF01-00AA0055595A : activemovie
CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA : RealPlayer
02BF25D5-8C17-4B23-BC80-D3488ABDDC6B : QuickTime
22D6F312-B0F6-11D0-94AB-0080C74C7E95 : Window Media Player
C5E28B9D-0A68-4B50-94E9-E8F6B4697514 : ?? Winamp



Test Alt et Title

   Balise ALT
Balise
ALT
oui
TITLE
oui
oui
oui
oui
oui
oui
oui
oui


Test de bouton
   


Traduction automatique de la page
Translate It          http://translate.google.com/translate?u=http%3A%2F%2Fxt500.free.fr&langpair=fr%7Cen&hl=en&ie=UTF8
http://66.249.93.104/translate_c?hl=en&langpair=fr%7Cen&u=http://xt500.free.fr/
Test de passage de la souris
essai essai



Options des tableaux

<table height="100" width="150" background="background.jpg">

FondCelluleBordure
Quadrillage
Ombre
(Explorer)
<table bgcolor="red"> <td bgcolor="yellow"> <table bordercolor="green" > <table bordercolordark="green"
bordercolorlight="yellow" >
A1 B1 C1
A2 B2 C2
A1 B1 C1
A2 B2 C2
A1 B1 C1
A2 B2 C2
A1 B1 C1
A2 B2 C2
Fusion de 3 colonnes Fusion de 2 lignes
<table border> 
<tr><td colspan="3"></td></tr>
<tr><td>A1</td><td>B1</td><td>C1</td></tr>
<tr><td>A2</td><td>B2</td><td>C2</td></tr>
</table> 
<table border>
<tr><td rowspan="2">Fusion</td> 
    <td>A1</td>    </tr>
<tr><td>A2</td>    </tr>
</table>              
Fusion de 3 colonnes
A1B1C1
A2B2C2
Fusion de 2 lignes
A1
A2
http://pagesperso-orange.fr/chatinais/courhtml/tableau/framtab.htm

Balise Marquee
La couleur ne marche pas avec Netscape et hspace ne marche pas avec Opera, et Netscape

marquee slide loop x2 right alternate vitesse vitesse2 green hspace + color

test
 


align=top (left, right)
behavior=alternate ou slide (scroll)
bgcolor=xxxxxxx
direction=right (left)
height=x ou x%
hspace=x
loop=x ou infinite
scrollamount=6 (vitesse pixel)
scrolldelay=0 (vitesse délai)
vspace=x (hauteur)

Balise HR
La couleur ne marche pas avec Opera et Netscape















Mise en page des images et du texte.

Test de mise en place de l'image.bvfbdb dgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty uyyeuyteuytu ytutyeuty iutuituitu it ituiuyiuyi uyiuyituiuydgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty uyyeuyteuytu ytutyeuty iutuituitu it ituiuyiuyi uyiuyituiuydgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty


Test de mise en place de l'image.bvfbdb dgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty uyyeuyteuytu ytutyeuty iutuituitu it ituiuyiuyi uyiuyituiuydgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty uyyeuyteuytu ytutyeuty iutuituitu it ituiuyiuyi uyiuyituiuydgh tdh rtfhrtfh rty hrtyhrt yhtrdhdryj tyjyt jtydjdtuj tud jtujtujtyjtjyt ty
Suite du texte

aaaaaaaaaaaaadfgdfgdfgddfgdfgdfgddfsrg dge yrty rtyu ru tyu tyu ti itui tui uti tyi uti tui tr itui tui gdfgdfgddfgdfgdfgddfgdf gdfgddfgdfgdfgddfgdfgdfgddfgdf gdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgddfg dfgdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgddfgdfgdfgdd marquee

http://www.zoniez.com/TQFK/imgalgn.html


Compteur










Format GMT

Format 24H00

Couleur du cadre

Epaisseur du cadre


Transparence






Police






Degrees

Décompte a partir de 2015 3 5 24 0 0