How to set a minwidth to a table
Is there any possibility to set a minwidth to a table so if you reduce the
width of the browser window the page gets not smaller but that you get a
horizontal scroll bar?
Stefan
====================================
<html>
<body>
<table width = "100%" border = "0" align = "center">
<tr>
<td width = "50%">
Text left
</td>
<td width = "50%" align = "right">
Text left
</td>
</tr>
</table>
</body>
</html>
====================================
.
Relevant Pages
- Re: How to set a minwidth to a table
... Stefan Mueller wrote: ... > Is there any possibility to set a minwidth to a table so if you reduce the ... > width of the browser window the page gets not smaller but that you get a ... Prev by Date: ... (alt.html) - Re: How to set a minwidth to a table
... > Is there any possibility to set a minwidth to a table so if you reduce the ... > width of the browser window the page gets not smaller but that you get a ... Prev by Date: ... (alt.html) - Re: Position layers works in IE not Firefox/Safari
... because the menu moves when users resize their browser window. ... I'm going to add that your webpage is full of deprecated markup code, uses transitional DTD and is full of nested tables: there is no reason for all this. ... Table-based webpage design versus CSS-based webpage design: ... HTML Tidy extension for Firefox users ... (comp.lang.javascript) - Re: Display HTML in Applicaton Window
... I want to be able to read a local HTML file and display it in a browser window within my application. ... I also want to submit that page to my application and generate a "Post" to a web server and read the contents back and display back into the same browser window in my application. ... (microsoft.public.dotnet.languages.csharp) - Re: How do I create web pages so tables/frames NEVER resize, even
... relevant settings script should be or where to find a newbie-friendly ... But if you must, open the HTML ... they always get resized when I make the browser window smaller. ... Confirming that the tables are fixed widths and that the frames are not ... (microsoft.public.word.tables) |
|