Page 1 sur 1

problème sur la création d'un site sous kompozer...

Publié : 14 janv. 2011, 21:47
par abraham1
Bonjour !

je suis en train de concevoir un site sous kompozer.

le problème est que quand je l'envoie en mode internet explorer , les images sont déplacées ,alors que dans kompozer tt est en ordre.

Voilà le code html de la page !

je suis encore novice dans l'utilisation de kompozer.

Code : Tout sélectionner

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<!-- saved from url=(0024)http://www.gdiquebec.ws/ --><title>GDI Qu&eacute;bec | Opportunit&eacute; de Travail &agrave; Domicile</title>


<meta http-equiv="Content-Language" content="fr-ca">
<meta http-equiv="title" content="GDI Qu&eacute;bec | Opportunit&eacute; de Travail &agrave; Domicile">
<meta http-equiv="description" content="Global Domains International inc.(GDI) permet de travailler &agrave; domicile et de b&acirc;tir un revenu &agrave; vie gr&acirc;ce &agrave; son programme de marketing de r&eacute;seau dans la commercialisation de noms de domaine. Travail &agrave; domicile l&eacute;gal et possibilit&eacute; de revenu illimit&eacute;.">
<meta http-equiv="keywords" content="travail a domicile, opportunite, emploi, offres d'emploi, gdi, quebec, global domains international, nom de domaine, marketing de reseau, travailler a domicile, offre de travail, revenus sur internet, emploi-quebec, canada, opportunite de travail a domicile, offre emploi, qu&eacute;bec">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="index,follow,all" name="robots">
<meta content="Global Domains International inc.(GDI) permet de travailler &agrave; domicile et de b&acirc;tir un revenu &agrave; vie gr&acirc;ce &agrave; son programme de marketing de r&eacute;seau dans la commercialisation de noms de domaine. Travail &agrave; domicile l&eacute;gal et possibilit&eacute; de revenu illimit&eacute;." name="description">
<meta content="travail a domicile, opportunite, emploi, offres d'emploi, gdi, quebec, global domains international, nom de domaine, marketing de reseau, travailler a domicile, offre de travail, revenus sur internet, emploi-quebec, canada, opportunite de travail a domicile, offre emploi, qu&eacute;bec" name="keywords">
<meta content="GDI Qu&eacute;bec Travail &agrave; domicile" name="author">
<script type="text/javascript">
<!--
function Popup( url, name, opts)
{
if (name == 'OF')
{
parent.document.location.href = url;
}
else
{
l = (screen.width - 800) / 2 - 10;
t = (screen.height - 600) /2 - 10;
if (opts.length < 1)
{
opts = 'toolbar=yes,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,top=' + t + ' ,left=' + l;
}
if (name.length < 1)
{
name = 'newWin';
}
var comwin = window.open(url, name, opts);
comwin.focus() ; }
}
function PopupCalc( url, name, opts)
{
l = (screen.width - 760) / 2 - 10;
t = (screen.height - 560) /2 - 10;
if (opts.length < 1)
{
opts = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=760,height=560,top=' + t + ' ,left=' + l;
}
if (name.length < 1)
{
name = 'newWin';
}
var comwin = window.open(url, name, opts);
comwin.focus() ; }
function PopupVideo(url, width, height)
{
var l = (screen.width - width) / 2 - 10;
var t = (screen.height - height) /2 - 10;
var opts = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + width + ',height=' + height + ',top=' + t + ' ,left=' + l;
var name = 'newWin';
var comwin = window.open(url, name, opts);
comwin.focus();
}
//-->
  </script>

<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}
// -->
</script>

<script language="javascript">
function checkform(){

var stremail=contact.email.value
var emailchar=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i

if(contact.name.value==""){
alert("Votre nom est requis.");
contact.name.focus();
return false;
}
else if(!(emailchar.test(stremail)))
{
alert("Votre adresse de courriel est requise.");
contact.email.focus();
return false;
}
else {
return true;
}
}
</script>

<meta content="MSHTML 6.00.2900.2180" name="GENERATOR"><style type="text/css">#ga_block {
	WIDTH: 200px; BACKGROUND-COLOR: #ffffff
}
#ga_block IMG {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
#ga_block #ga_title {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: 4px 0px 0px; FONT: 12px Verdana, sans-serif; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none
}
#ga_block #ga_title A {
	COLOR: #1389b7; TEXT-DECORATION: none
}
#ga_block #ga_text {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: 4px 0px 0px; FONT: 11px Arial, sans-serif; OVERFLOW: auto; BORDER-LEFT: medium none; WIDTH: 100%; BORDER-BOTTOM: medium none
}
#ga_block #ga_text A {
	COLOR: #000000; TEXT-DECORATION: none
}
#ga_block #ga_text P {
	MARGIN: 4px 0px
}
#ga_block #ga_text IMG {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; FLOAT: left; MARGIN: 0px 1em 1em 0px; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; POSITION: relative
}
</style></head><body style="text-align: center; color: rgb(0, 0, 0); background-color: white;" onload="FP_preloadImgs(/*url*/'images/button2C.jpg', /*url*/'images/button2D.jpg', /*url*/'images/button2F.jpg', /*url*/'images/button30.jpg', /*url*/'images/button32.jpg', /*url*/'images/button33.jpg', /*url*/'images/button35.jpg', /*url*/'images/button36.jpg', /*url*/'images/button38.jpg', /*url*/'images/button39.jpg', /*url*/'images/button41.jpg', /*url*/'images/button42.jpg')" alink="#000099" link="#000099" vlink="#990099">
<div align="center">
<table id="table1" style="border-collapse: collapse; width: 824px; height: 3289px;" border="0" cellpadding="0">
  <tbody>
  <tr>
    <td style="height: 44px;" background="GDI Qu&eacute;bec  Opportunit&eacute; de Travail &agrave; Domicile  1_fichiers/preheader.jpg"><br>
</td></tr>
  
  <tr align="center">
      <td style="vertical-align: top;"><a href="http://abraham1.affiliation-business.com"><img style="border: 2px solid ; width: 889px; height: 204px;" alt="" src="../image%20d%27affiB.jpg"></a><br>
      </td>
    </tr>
<tr>
    <td align="left" background="GDI Qu&eacute;bec  Opportunit&eacute; de Travail &agrave; Domicile  1_fichiers/menu.jpg" height="32">
      <p style="margin-top: 2px; margin-bottom: -1px; margin-left: 76px;"><font style="font-size: 9pt;" color="#ffffff" face="Arial"><img style="border: 0px solid ; width: 66px; height: 22px;" id="img1" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button2B.jpg"> <a href="http://www.gdiquebec.ws/opportunite.html"><img style="border: 0px solid ; width: 90px; height: 22px;" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/button2F.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/button30.jpg')" id="img2" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'images/button2F.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'images/button2E.jpg')" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button2F.jpg" fp-title="Opportunit&eacute;" fp-style="fp-btn: Simple Text 1; fp-font: Arial; fp-font-size: 9; fp-font-color-normal: #FFFFFF; fp-font-color-hover: #FFFFFF; fp-font-color-press: #FFFFFF; fp-bgcolor: #770D0D; fp-proportional: 0"></a> 
      <a href="http://www.gdiquebec.ws/trousse.html"><img style="border: 0px solid ; width: 84px; height: 22px;" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/button32.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/button33.jpg')" id="img3" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'images/button32.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'images/button31.jpg')" alt="La trousse" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button31.jpg" fp-title="La trousse" fp-style="fp-btn: Simple Text 1; fp-font: Arial; fp-font-size: 9; fp-font-color-normal: #FFFFFF; fp-font-color-hover: #FFFFFF; fp-font-color-press: #FFFFFF; fp-bgcolor: #770D0D; fp-proportional: 0"></a> 
      <a href="http://www.gdiquebec.ws/google.html"><img style="border: 0px solid ; width: 100px; height: 22px;" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button35.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button36.jpg')" id="img4" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button35.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button34.jpg')" alt="Google + GDI" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button34.jpg" fp-title="Google + GDI" fp-style="fp-btn: Simple Text 1; fp-font: Arial; fp-font-size: 9; fp-font-color-normal: #FFFFFF; fp-font-color-hover: #FFFFFF; fp-font-color-press: #FFFFFF; fp-bgcolor: #770D0D; fp-proportional: 0"></a> 
      <a href="http://www.gdiquebec.ws/aide.html"><img style="border: 0px solid ; width: 104px; height: 22px;" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button38.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/button39.jpg')" id="img5" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/button38.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button37.jpg')" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button37.jpg" fp-title="Aide inscription" fp-style="fp-btn: Simple Text 1; fp-font: Arial; fp-font-size: 9; fp-font-color-normal: #FFFFFF; fp-font-color-hover: #FFFFFF; fp-font-color-press: #FFFFFF; fp-bgcolor: #770D0D; fp-proportional: 0"></a> 
      <a href="http://www.gdiquebec.ws/faq.html"><img style="border: 0px solid ; width: 50px; height: 22px;" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/button41.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/button42.jpg')" id="img6" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/button41.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/button40.jpg')" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/button40.jpg" fp-title="FAQ" fp-style="fp-btn: Simple Text 1; fp-font: Arial; fp-font-size: 9; fp-font-color-normal: #FFFFFF; fp-font-color-hover: #FFFFFF; fp-font-color-press: #FFFFFF; fp-bgcolor: #770D0D; fp-proportional: 0"></a></font></p></td></tr>
  <tr>
    <td background="GDI Qu&eacute;bec  Opportunit&eacute; de Travail &agrave; Domicile  1_fichiers/bg.jpg">
      <div align="center">
      <table id="table2" style="border-collapse: collapse; width: 891px; height: 2997px;" border="0" cellpadding="0">
        <tbody>
        <tr>
          <td valign="top" width="540">
            <p style="margin: 0px 10px 0px 12px;">&nbsp;
            <span style="font-weight: bold;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><big><strong style="background-color: rgb(229, 229, 229); font-family: Script MT Bold;"><big style="color: rgb(51, 153, 153);"><big><big>G</big></big></big>DI-<big style="color: rgb(0, 102, 0);"><big><big>A</big></big></big>ffiB</strong></big><span style="font-weight: bold;"></span></p>
            <h3 style="margin: 0px 10px 0px 12px; font-family: Arial Black;" align="center"><big><b><font color="#008080" size="5"><big>&nbsp; Global Domains International 
            inc.</big></font></b></big></h3>

            
            <h4 style="margin: 0px 10px 0px 12px; font-weight: bold; font-family: Arial Rounded MT Bold; font-style: italic;" align="center">FEAT</h4>
            <div style="text-align: left;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <big style="color: rgb(0, 102, 0); font-family: Arial Black;"><big><big><span style="font-weight: bold;"><span style="font-family: Arial Black;">Affiliation Business</span> </span></big></big></big></div>
            <h4 style="margin: 0px 10px 0px 12px;" align="center"><b><font color="#24242b" face="Arial" size="4">Votre opportunit&eacute; de travail &agrave; 
            domicile </font></b></h4>

            <p style="margin: 0px 10px 0px 12px;" align="center">&nbsp;
            </p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial"><b>Enfin un vrai travail &agrave; domicile avec la 
            possibilit&eacute;</b>
            </font></p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial"><b><font color="#24242b" face="Arial">de b&eacute;n&eacute;ficier d'un Revenu &agrave; Vie 
            !!!</font></b>
            </font></p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial">&nbsp;
            </font></p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial">&nbsp;
            </font></p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial"><img style="width: 400px; height: 301px;" alt="" src="../soutien-fnath-personnes.gif">
</font></p>
            <p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial"><big style="font-weight: bold;"><span style="font-family: Brush Script MT;">Vous
allez bient&ocirc;t rejoindre une famille mondiale compos&eacute;e de
milliers d'individus enthousiastes, et pr&ecirc;ts &agrave; vous aider
dans votre nouveau business...</span></big>

            </font></p>
<p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial"><img style="border: 0px solid ; width: 491px; height: 32px;" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/line1.jpg" longdesc="Generer des revenus en marketing de reseau">
            </font></p><p style="margin: 0px 10px 0px 12px;" align="center"><font color="#24242b" face="Arial">&nbsp;
            </font></p>

            <div style="text-align: center;"><big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big>Opportunit&eacute; d'affaire GDI</big></big></big><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span><br>
            <span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></div>
            <p class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);">
<u style="font-weight: bold;">PROFITER DU BOOM DES SITES EN ".WS" </u><br>
<br><span style="color: rgb(71, 0, 71);">Chers internautes !</span></span></p>
            <p class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="color: rgb(71, 0, 71);">Chaque
jour, apparaissent sur Internet des centaines d&rsquo;offres
cens&eacute;es augmenter vos revenus facilement en travaillant de chez
vous. Il existe
plusieurs m&eacute;thodes allant des plus sophistiqu&eacute;s aux plus
simples mais qui ne
sont pas toujours efficaces &hellip; </span>
            <span style="color: rgb(71, 0, 71);">
Ces derni&egrave;res ann&eacute;es, les offres vous proposant de gagner de l&rsquo;argent
facilement et rapidement ont explos&eacute;es, et des millions de pr&eacute;curseurs ont su
tirer avantage du flux important d&rsquo;Internet et toujours garder une longueur
d&rsquo;avance. Et c&rsquo;est l&agrave; la v&eacute;ritable cl&eacute; du monde fabuleux d&rsquo;Internet : &ecirc;tre en
avance et savoir profiter du moment pr&eacute;sent. &nbsp;</span>
            <span style="color: rgb(71, 0, 71);">
Pourquoi parlons-nous de tout cela ? Uniquement pour vous faire comprendre que
vous devez savoir profiter rapidement et intelligemment des opportunit&eacute;s qui se
pr&eacute;sentent, sinon demain, il sera trop tard et quelqu&rsquo;un d&rsquo;autre aura saisi sa
chance &agrave; votre place &hellip; </span>
<br>
<b>Que proposons-nous pour gagner de l&rsquo;argent facilement sur internet ? </b><br>
<br><span style="color: rgb(104, 0, 104);">
Nous connaissons l&rsquo;importance du temps dans la vie de tout le monde et nous
n&rsquo;avons certainement pas envie de vous faire perdre le v&ocirc;tre. </span></span></p>
            <p class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="color: rgb(104, 0, 104);">C'est pourquoi , nous vous proposons de prendre quelques minutes de votre temps pour regarder la
            <span style="font-weight: bold;">vid&eacute;o explicative de l'opportunit&eacute; GDI .</span></span></span></p>
            <p class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="color: rgb(104, 0, 104);"><span style="font-weight: bold;">Asseyez vous confortablement devant votre &eacute;cran et regardez cette vid&eacute;o !</span></span></span></p>
            <p class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="color: rgb(104, 0, 104);"><span style="font-weight: bold;">C'est elle qui fera tout le travail pour vous en tant qu'affili&eacute; &agrave; GDI.</span></span></span></p>
            <p style="text-align: center; font-weight: bold;" class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="background-color: rgb(255, 204, 51);">Cliquez i&ccedil;i</span> :</span></p>
            <p style="text-align: center; font-weight: bold;" class="MsoNormal"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><a href="http://www.freedom.ws/?language=french&sponsor=princegaston&show_dvd=yes"><img style="border: 2px solid ; width: 177px; height: 161px;" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/dvd_GDI.jpg"></a></span></p>
            <p class="MsoNormal">

            </p>
            <span style="font-family: "Verdana","sans-serif";"></span><p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"><span style="background-color: rgb(255, 204, 0); font-weight: bold;">V&eacute;rifiez par vous-m&ecirc;me ce que nous affirmons et lorsque vous aurez gagn&eacute; des
milliers d&rsquo;euros en</span><span style="background-color: rgb(255, 204, 0); font-weight: bold;">
peu de temps, nous sommes s&ucirc;rs que vous nous remercierez &hellip;</span></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <p style="margin: 0px 10px 0px 12px;" align="left"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span></p>
            <div style="text-align: center;"><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);"></span><big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big><br>
            <a href="http://website.ws/princegaston"><img style="border: 2px solid ; width: 237px; height: 59px;" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/signup_GDI.gif"></a></big></big></big>
            <p style="margin-left: 12px; margin-right: 10px; font-style: italic;" align="left"><font color="#333333" face="Arial">Ce 
            travail &agrave; domicile est parfaitement l&eacute;gal dans plus de 180 pays &agrave; 
            travers le monde. Il est question de commercialisation &agrave; paliers 
            multiples. Pour des renseignements sur la l&eacute;galit&eacute; de cette 
            opportunit&eacute; de travail &agrave; domicile , veuillez consulter le 
            site web suivant: <a href="http://entreprisescanada.gc.ca/servlet/ContentServer?pagename=CBSC_NT/display&c=Regs&cid=1081944200970&lang=fr" target="_blank">http://entreprisescanada.gc.ca/servlet/ContentServer?pagename=CBSC_NT/display&c=Regs&cid=1081944200970&lang=fr</a></font></p>
&nbsp;<img style="width: 491px; height: 32px;" alt="" src="GDI%20Qu%C3%A9bec%20%20Pr%C3%A9sentation%20de%20l%27opportunit%C3%A9_fichiers/line1.jpg"><big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big></big></big></big><big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big><br>
Opportunit&eacute; d'affaire AffiB</big></big></big><big style="color: black; font-family: Eras Bold ITC;"><big><big><small><small><small><small><br>
Un nouveau concept tr&egrave;s r&eacute;mun&eacute;rateur</small></small></small></small></big></big></big>
            <div style="text-align: left;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            </div>
            <big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big><a href="http://abraham1.affiliation-business.com/weblg.asp?i_id=5754"><img style="border: 2px solid ; width: 119px; height: 119px;" alt="" src="../images.jpg"></a></big></big></big>
            <div style="text-align: left;"><big style="font-weight: bold; color: rgb(51, 153, 153);"><big style="color: rgb(51, 153, 153); font-weight: bold;"><big>&nbsp; <span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102);">A</span></big></big><big><span style="font-family: "Verdana","sans-serif"; color: rgb(0, 51, 102); font-weight: bold;">ffiliation business </span></big></big><big style="color: rgb(102, 51, 102);">est une entreprise fran&ccedil;aise sp&eacute;cialis&eacute;e dans le travail &agrave; domicile , <br>
            <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plus pr&eacute;cisement dans le <span style="font-weight: bold;">:</span><br>
            <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- <span style="font-weight: bold;">Marketing Internet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></big><br style="font-weight: bold;">
            <br>
            <big style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<span style="font-weight: bold;">Mlm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</big><big style="color: rgb(102, 51, 102);"> </big><br>
            <big style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </big><big style="color: rgb(102, 51, 102);">-<span style="font-weight: bold;">La publicit&eacute; en ligne</span></big><big style="color: rgb(102, 51, 102);"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<span style="font-weight: bold;">La prospection en ligne&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </big><br>
            <br>
            <big style="color: rgb(102, 51, 102);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<span style="font-weight: bold;">le r&eacute;f&eacute;rencement </span></big><br>
            <big style="color: rgb(102, 51, 102);"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-<span style="font-weight: bold;">la cr&eacute;ation de site web ...etc.</span><br>
            <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <big>Q</big>uelle que soit l'opportunit&eacute; que vous
d&eacute;velloppez sur Internet , &agrave; partir du moment o&ugrave;
votre business est en rapport avec l'affiliation ou le Mlm , alors nos
formations et nos outils correspondront&nbsp; parfaitement &agrave; vos
attentes.</big>
            <div style="text-align: center;"><br>
            <a href="http://abraham1.affiliation-business.com/weblg.asp?i_id=5730"><img style="border: 2px solid ; width: 486px; height: 200px;" alt="" src="file:///C:/Documents%20and%20Settings/candide/Mes%20documents/Mes%20images/formation.jpg"></a><br>
            <br>
D&egrave;s que vous vous inscrivez<br>
            <br>
            <a href="http://abraham1.affiliation-business.com/weblg.asp?i_id=5730"><span style="font-family: Eras Bold ITC;"><span style="font-weight: bold;"></span></span></a></div>
            </div>
            <big style="font-weight: bold; color: black; font-family: Eras Bold ITC;"><big><big><br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            </big></big></big></div>
<div align="center"><br>
            <br>
<font color="#24242b" face="Arial"></font><p style="margin-left: 12px; margin-right: 10px;" align="left"><font color="#24242b" face="Arial"><font color="#333333" face="Arial"></font></font></p></div></td>
          <td style="border-left: 1px dotted rgb(192, 192, 192);" width="220"><br>
</td></tr></tbody></table></div></td></tr>
  <tr>
    <td background="GDI Qu&eacute;bec  Opportunit&eacute; de Travail &agrave; Domicile  1_fichiers/footer.jpg" height="78" valign="center">
      <p style="margin-top: 20px; margin-bottom: 0px;" align="center"><font color="#666666"><font face="Arial" size="2">&copy;</font><font face="Arial" size="1"> 
      Copyright GDI-AffiB 2011 </font></font><font color="#666666" face="Arial" size="1">| 
      <a href="princegaston@yahoo.fr"><font color="#666666">Contactez-nous&nbsp;</font></a> | <a href="http://www.gdiquebec.ws/referencement.html"><font color="#666666">Partenaires</font></a></font></p></td></tr></tbody></table></div></body></html>

Aidez moi s'il vous plait !

il faut que le texte et les images soient centrés.

Aidez pour la mise en forme .

merci pour votre aide.

Re: problème sur la création d'un site sous kompozer...

Publié : 14 janv. 2011, 21:59
par chinon37
Je suis prêt à mettre mon doigt à couper que ce site n'a pas été commencé avec KompoZer...
Ensuite, comme cela a déjà été dit maintes fois, la mise en page par tableau ne pose que des problèmes difficilement solubles (même dans l'eau)
Enfin, la mise en page à coup de touches espace et retour à la ligne ne permettent pas le moindre alignement;

En conclusion, y'a du boulot ... et il est tard :oops:
Ce soir, je n'ai pas trop envie ni le courage de nettoyer les écuries d'Augias :oops:

Re: problème sur la création d'un site sous kompozer...

Publié : 15 janv. 2011, 08:35
par fredtictic
bjr cousin
sous firefox tout va bien !!!