This is a discussion on "Table cell fixed width settings" within the Web Page Design section. This forum, and the thread "Table cell fixed width settings are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Table cell fixed width settings
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Table cell fixed width settings
...is it actually possible?
All the table cells are set to a width and height, which really seems to do no good since text or images or anything else placed inside a cell stretches it (and everything else) beyond the settings. Is there a way to KEEP the table width (and/or height), or table cells exactly the size you set them to?? Thanks. 8) |
|
|
|
|||
|
still using tables?
|
|
|||
|
You have to remember, tables weren't made for layouts, so there are situations where there's not much you can do.
The width and height that you set should be followed generally. Obviously if an image is bigger than its cell, then the cell has to be enlarged. The same is true for text - if there's too much text, or making the font larger means that the text no longer fits, then again, the cell will be made bigger. That's why traditional table layouts account for this. Text in a cell that could not be made larger without breaking the design had to be specifically set to a px value and content is usually in a cell that can be any size without breaking the design. That's just the way it is and definetly one of the many reasons why CSS is better. If you gave us a link or a description of exactly what you're doing, then we could probably give you a way of doing it using tables and of course a way of doing it using CSS. |
|
|||
|
Thanks again, guys. Yeah, still using tables. I really don't know CSS except for a couple of things I copy and paste, simple things really. But using it for the entire layout... not there technically yet. I really need a good CSS (for dummies) book first. lol
I use tables because I use slices a lot of the time. |
|
|||
|
Save yourself the money of buying a book and instead go to http://www.w3schools.com/css/default.asp to learn CSS. Quite helpful!
|
![]() |
| Tags |
| table, cell, fixed, width, settings |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fixed Width or Liquid Layout? | mwdesign | Web Page Design | 3 | May 10th, 2008 08:46 |
| floating a div across the whole width and height of a table cell | cosmicbdog | Web Page Design | 3 | Feb 1st, 2008 14:26 |
| Is there any way to decide cell width of excel. | priya | Other Programming Languages | 0 | Jul 26th, 2006 07:11 |
| Need to align width of Float table with the table below | Vertabase | Web Page Design | 4 | Mar 8th, 2006 21:21 |
| Fluid HTML Page with one fixed column width problem | melc26 | Web Page Design | 1 | Aug 24th, 2005 21:46 |