Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: How to set a minwidth to a table

  • Subject: Re: How to set a minwidth to a table
  • From: "Stefan Mueller" <seekware-remove-@xxxxxxxxx>
  • Date: Thu, 17 Nov 2005 09:37:38 +0100
  • Newsgroups: alt.html
  • Organization: ImproWare AG Network Services - Usenet News Service
  • References: <dle52k$2adn$1@news.imp.ch> <dle9lb$10ud$1@godfrey.mcc.ac.uk>
  • Xref: news.mcc.ac.uk alt.html:306077
> I  think that the answer would be no -- there is no reserved mechanism for
> doing  so. I suggest constructing a transparent PNG file which is, let  us
> say,  800 pixels wide and 1 pixel in height. Put it somewhere in the table
> and  assuming  you have no columns (cells), you should be fine.  In  fact,
> putting  such  an element /outside/ the table would do the trick too,  re-
> gardless of the spread of table cells.


Yea, I've also thought about something like adding a blank image with a 
fixed width (800px) but the problem is that even if I set its height to zero 
it needs some vertical space:

  <html>
    <body>
      <table width = "100%" border = "0">
        <tr>
          <td>
            <img src = "size-1x1.gif" width = "800px" height = "0" border = 
"0">
            <hr>
          </td>
        </tr>
      </table>
    </body>
  </html>

Stefan

PS: According to other posts min-width (<table width = "100%" style = 
"min-width:800px" border = "0">) would be a nice solution but unfortunately 
it's not working with the Internet Explorer.



[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index