- From: Joris Huizer <joris_huizer@yahoo.com>
- Date: Mon, 9 Jun 2003 12:07:57 -0700 (PDT)
- To: Yoann <linux-yoann@ifrance.com>, www-html@w3.org
--- Yoann <linux-yoann@ifrance.com> wrote:
>
> Hi, I would like to join 2 pictures on the same page
> without border between
> them. I try to do this but there is always space
> between pictures.
>
> thanks for you help
>
> Yoann
>
> part of my page :
>
> <table>
> <tr>
> <td>
> <img class="menu" src="menu01.gif" />
> </td>
> </tr>
> <tr>
> <td>
> <img class="menu" src="menu02.gif" />
> </td>
> </tr>
> </tabke>
>
Sorry, but that snippet makes me think - where's the
alternative text for the menus ?
> part of my style.css :
>
> table.menu{
> text-align: left;
> vertical-align: top;
> margin:0px;
> border:hidden;
> padding:0px;
> }
>
> tr{
> color:#FFFFFF;
> background-color:#000000;
> border:hidden;
> padding:0px;
> margin:0px;
> }
>
> td{
> color:#FFFFFF;
> background-color:#000000;
> border:hidden;
> padding:0px;
> margin:0px;
> }
>
> img.menu{
> float: left;
> text-align: center;
> border:hidden;
> margin:0px;
> padding:0px;
> }
>
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
Received on Monday, 9 June 2003 15:08:04 UTC