How Do I Make A Table Stretch Across The Entire Page? - SitePoint
Có thể bạn quan tâm
Is there a way to make a table stretch across the entire page, even if it is not necessary? IE, if you go to my main page, http://www.overclockedhardware.com , you can see that the top bar stretches across the entire page… now click on “Guides”… it only goes half way… anyone know of a solution?
BC1 February 14, 2001, 2:01am 2You must specify the table on each page to have a width of 100%, so :
<table width=“100%” border=“0” etc. etc. etc>
On the Guides page you don’t have the width=100%, and on the index.html page (your front page) you don’t have it specified either, but all the text (the latest news) on your page automatically stretches the table to its full width.
That should solve it
Patrick February 14, 2001, 2:07am 3You have to add a table width tag.
<table width=“100%” table border=“0” cellpadding=“0” cellspacing=“0”>
That should fix it.
Patrick February 14, 2001, 2:07am 4BC… you beat me while I was replying. You…
eyOr February 14, 2001, 2:08am 5duh. I shoulda known that. Thanks guys!!! …now, on to my redirection thread to answer my questions about .htaccess…
BC1 February 14, 2001, 3:10am 6Originally posted by ifroggy BC… you beat me while I was replying. You…
First in, best dressed Sorry Froggy!
Related topics
Topic | Replies | Views | Activity |
---|---|---|---|
100% Header Width HTML & CSS | 7 | 2027 | October 8, 2014 |
Page element won't stretch { width:100% } HTML & CSS | 6 | 20482 | December 17, 2010 |
HTML Table Help! HTML & CSS | 12 | 603 | October 8, 2014 |
Basics: CSS tables HTML & CSS | 4 | 677 | October 8, 2014 |
Page scrolling and overflowing over the page to the right problem HTML & CSS | 7 | 26448 | September 13, 2010 |
Từ khóa » Html Table Stretch
-
Html - Stretching A Table's Width To Fit Web Browser - Stack Overflow
-
How To Create A Full Width Table - W3Schools
-
CSS Table-layout Property - W3Schools
-
Table-layout - CSS: Cascading Style Sheets - MDN Web Docs
-
Having A Table-cell Stretch - HTML & CSS - SitePoint Forums
-
Table-layout - CSS-Tricks
-
Table Row And Column Spanning - Home And Learn
-
Stop Tables/Cells From Stretching - Forums
-
How To Set HTML Table Width And Height
-
Stretch Table To Full Width Of Page
-
Prevent Long Strings From Stretching Your