[thelist] Text inside tables

carlos moreno carlos.moreno at coremain.com
Thu Jul 11 05:08:17 CDT 2002


--
[ Picked text/plain from multipart/alternative ]
Hi all friends!

    I'm dveloping a server-side web, but I'm not an expert with html. I have a doubt wich may seem doubt to people with some experience with static HTML. I need to put text and gifs inside TD's within a fixed width table (in pixels 775 px.). When the total width of all elements exceeds 775px  the table is "autoenlarged", but I want to the TD not to behave so, and better continue in other line (sorry, but my english is not the best). Here is my code:

    <TABLE WIDTH="775px" BORDER="0" CELLPADDING="0" CELLSPACING="0">
    <TR>
        <TD> column 1 <img src="....."> </TD>
        <TD> column 2 <img src="....."> </TD>
        <TD> column 3 <img src="....."> </TD>
        <TD> column 4 <img src="....."> </TD>

        .... more colums (variable)

    </TR>
    </TABLE>

    Result:


                column 1 <GIF>    column2 <GIF>    column3 <GIF>    |  column 4 <GIF>
                                                                                                ^
                                                                                                |
                                                                                                |
                                                                                                (here the table width is 775px)

    Desired result:


                column 1 <GIF>    column2 <GIF>    column3 <GIF>  |   (return to the beggining of the tr)
                column 4 <GIF> ...


I need help please!!!


Thank you all!!!

Carlos Moreno
Coremain, S.L
carlos.moreno at coremain.com
www.coremain.com





--




More information about the thelist mailing list