|
Posted by IMAGO-Services on 08/17/06 12:59
Andy Dingley a écrit :
> IMAGO-Services wrote:
>
> > As you will be able to note it, I have a shift of ? px in lower part of
> > each one of my banners (high and low) and I don't know how to solve it,
>
> Search for "Quirks mode"
Thanks a lot, Andy. It's just what i seek to obtain info but the
display: inline doesn't work.
Finally, i received a solution from an other group, in deleting blank
or line break in my html code like this (see at tags img / a / div
ended one the same line):
<body>
<div class="fond">
<div class="banniere">
<a href="index.php">
<img src="banniere.jpg" alt="banniere"/></a></div>
<div class="decor" style="background-color: #094987">
<a href="index.php">
<img src="pro-e.gif" width="155" alt="Retour à la page
d'accueil"/>
</a>
</div>
<div class="banniere">
<a href="index.php">
<img src="banniere.jpg" alt="banniere"/></a></div>
</div>
</body>
Enjoy your day !
Navigation:
[Reply to this message]
|