- lun. 19 mai 2014 23:23
#127666
Bonjour/Bonsoir,
Je me fait un site internet,et dans ce but j'aurai voulu sur la page d'accueil ,ecrire du texte qui introduirait le site en quelques lignes "ce site est destiné,blabla.." ,j'ai decouper mes tranches pour faire les boutons etc,ce qui fait que je me retrouve avec plusieurs parties que je peut modifier.Cependant quand j'ecris du texte,il s'affiche alors en bas,ou sur les cotés,et bouge alors toutes les images de ma template.Comment faire pour afficher ce texte sur mon image,pour qu'il ne se mette pas ailleurs,et sans rien bouger svp ? J'utilise dreamweaver,mais j'ai tester quelques lignes html sur notepad aussi,le probleme est toujours la :/
je voudrai ecrire sur l'image 17,et introduire une video sur celle ci,sans quelle bouge,en fait j'aimerai la transformer en zone de texte,car ce sera sur celle la ou je mettrai des choses sur toutes les pages de mon site.
Voici l'index.html :
html
head
titleSans titre-1/title
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
style type="text/css"
body {
background-color: #0A0134;
}
/style
/head
body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
!-- Save for Web Slices (Sans titre-1.psd) --
table width="800" height="901" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01"
tr
td colspan="13"
img src="images/Mon-site_01.gif" width="800" height="48" alt=""/td
/tr
tr
td colspan="3" rowspan="2"
img src="images/Mon-site_02.gif" width="252" height="92" alt=""/td
td colspan="5"a href="index.html"img src="images/Mon-site_03.jpg" width="283" height="77" alt=""/a/td
td colspan="5" rowspan="2"
img src="images/Mon-site_04.gif" width="265" height="92" alt=""/td
/tr
tr
td colspan="5"
img src="images/Mon-site_05.gif" width="283" height="15" alt=""/td
/tr
tr
td colspan="2" rowspan="2"
img src="images/Mon-site_06.gif" width="165" height="74" alt=""/td
td colspan="2"a href="index.html.html"img src="images/Mon-site_07.gif" width="138" height="58" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_08.gif" width="19" height="74" alt=""/td
tda href="Vidéos.html.html"img src="images/Mon-site_09.gif" width="115" height="58" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_10.gif" width="17" height="74" alt=""/td
td colspan="3"a href="Downloads.html.html"img src="images/Mon-site_11.gif" width="195" height="58" alt=""/a/td
td colspan="3" rowspan="2"
img src="images/Mon-site_12.gif" width="151" height="74" alt=""/td
/tr
tr
td colspan="2"
img src="images/Mon-site_13.gif" width="138" height="16" alt=""/td
td
img src="images/Mon-site_14.gif" width="115" height="16" alt=""/td
td colspan="3"
img src="images/Mon-site_15.gif" width="195" height="16" alt=""/td
/tr
tr
td rowspan="4"
img src="images/Mon-site_16.gif" width="14" height="686" alt=""/td
td colspan="11"
img src="images/Mon-site_17.gif" width="770" height="581" alt=""/td
td rowspan="4"
img src="images/Mon-site_18.gif" width="16" height="686" alt=""/td
/tr
tr
td colspan="11"
img src="images/Mon-site_19.gif" width="770" height="18" alt=""/td
/tr
tr
td colspan="8" rowspan="2"
img src="images/Mon-site_20.gif" width="609" height="87" alt=""/td
td colspan="2"a href="http://www.twitter.com/AntoineDecq" target="_blank"img src="images/Mon-site_21.gif" width="53" height="53" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_22.gif" width="108" height="87" alt=""/td
/tr
tr
td colspan="2"
img src="images/Mon-site_23.gif" width="53" height="34" alt=""/td
/tr
tr
td
img src="images/spacer.gif" width="14" height="1" alt=""/td
td
img src="images/spacer.gif" width="151" height="1" alt=""/td
td
img src="images/spacer.gif" width="87" height="1" alt=""/td
td
img src="images/spacer.gif" width="51" height="1" alt=""/td
td
img src="images/spacer.gif" width="19" height="1" alt=""/td
td
img src="images/spacer.gif" width="115" height="1" alt=""/td
td
img src="images/spacer.gif" width="17" height="1" alt=""/td
td
img src="images/spacer.gif" width="81" height="1" alt=""/td
td
img src="images/spacer.gif" width="88" height="1" alt=""/td
td
img src="images/spacer.gif" width="26" height="1" alt=""/td
td
img src="images/spacer.gif" width="27" height="1" alt=""/td
td
img src="images/spacer.gif" width="108" height="1" alt=""/td
td
img src="images/spacer.gif" width="16" height="1" alt=""/td
/tr
/table
!-- End Save for Web Slices --
/body
/html
Merci de votre lecture,et/ou aide apporté. Codialement. Aolon.
Je me fait un site internet,et dans ce but j'aurai voulu sur la page d'accueil ,ecrire du texte qui introduirait le site en quelques lignes "ce site est destiné,blabla.." ,j'ai decouper mes tranches pour faire les boutons etc,ce qui fait que je me retrouve avec plusieurs parties que je peut modifier.Cependant quand j'ecris du texte,il s'affiche alors en bas,ou sur les cotés,et bouge alors toutes les images de ma template.Comment faire pour afficher ce texte sur mon image,pour qu'il ne se mette pas ailleurs,et sans rien bouger svp ? J'utilise dreamweaver,mais j'ai tester quelques lignes html sur notepad aussi,le probleme est toujours la :/
je voudrai ecrire sur l'image 17,et introduire une video sur celle ci,sans quelle bouge,en fait j'aimerai la transformer en zone de texte,car ce sera sur celle la ou je mettrai des choses sur toutes les pages de mon site.
Voici l'index.html :
html
head
titleSans titre-1/title
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
style type="text/css"
body {
background-color: #0A0134;
}
/style
/head
body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
!-- Save for Web Slices (Sans titre-1.psd) --
table width="800" height="901" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01"
tr
td colspan="13"
img src="images/Mon-site_01.gif" width="800" height="48" alt=""/td
/tr
tr
td colspan="3" rowspan="2"
img src="images/Mon-site_02.gif" width="252" height="92" alt=""/td
td colspan="5"a href="index.html"img src="images/Mon-site_03.jpg" width="283" height="77" alt=""/a/td
td colspan="5" rowspan="2"
img src="images/Mon-site_04.gif" width="265" height="92" alt=""/td
/tr
tr
td colspan="5"
img src="images/Mon-site_05.gif" width="283" height="15" alt=""/td
/tr
tr
td colspan="2" rowspan="2"
img src="images/Mon-site_06.gif" width="165" height="74" alt=""/td
td colspan="2"a href="index.html.html"img src="images/Mon-site_07.gif" width="138" height="58" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_08.gif" width="19" height="74" alt=""/td
tda href="Vidéos.html.html"img src="images/Mon-site_09.gif" width="115" height="58" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_10.gif" width="17" height="74" alt=""/td
td colspan="3"a href="Downloads.html.html"img src="images/Mon-site_11.gif" width="195" height="58" alt=""/a/td
td colspan="3" rowspan="2"
img src="images/Mon-site_12.gif" width="151" height="74" alt=""/td
/tr
tr
td colspan="2"
img src="images/Mon-site_13.gif" width="138" height="16" alt=""/td
td
img src="images/Mon-site_14.gif" width="115" height="16" alt=""/td
td colspan="3"
img src="images/Mon-site_15.gif" width="195" height="16" alt=""/td
/tr
tr
td rowspan="4"
img src="images/Mon-site_16.gif" width="14" height="686" alt=""/td
td colspan="11"
img src="images/Mon-site_17.gif" width="770" height="581" alt=""/td
td rowspan="4"
img src="images/Mon-site_18.gif" width="16" height="686" alt=""/td
/tr
tr
td colspan="11"
img src="images/Mon-site_19.gif" width="770" height="18" alt=""/td
/tr
tr
td colspan="8" rowspan="2"
img src="images/Mon-site_20.gif" width="609" height="87" alt=""/td
td colspan="2"a href="http://www.twitter.com/AntoineDecq" target="_blank"img src="images/Mon-site_21.gif" width="53" height="53" alt=""/a/td
td rowspan="2"
img src="images/Mon-site_22.gif" width="108" height="87" alt=""/td
/tr
tr
td colspan="2"
img src="images/Mon-site_23.gif" width="53" height="34" alt=""/td
/tr
tr
td
img src="images/spacer.gif" width="14" height="1" alt=""/td
td
img src="images/spacer.gif" width="151" height="1" alt=""/td
td
img src="images/spacer.gif" width="87" height="1" alt=""/td
td
img src="images/spacer.gif" width="51" height="1" alt=""/td
td
img src="images/spacer.gif" width="19" height="1" alt=""/td
td
img src="images/spacer.gif" width="115" height="1" alt=""/td
td
img src="images/spacer.gif" width="17" height="1" alt=""/td
td
img src="images/spacer.gif" width="81" height="1" alt=""/td
td
img src="images/spacer.gif" width="88" height="1" alt=""/td
td
img src="images/spacer.gif" width="26" height="1" alt=""/td
td
img src="images/spacer.gif" width="27" height="1" alt=""/td
td
img src="images/spacer.gif" width="108" height="1" alt=""/td
td
img src="images/spacer.gif" width="16" height="1" alt=""/td
/tr
/table
!-- End Save for Web Slices --
/body
/html
Merci de votre lecture,et/ou aide apporté. Codialement. Aolon.