This is a discussion on html tables help within the HTML, CSS, and Design Help forums, part of the General category; Could someone please help? I am learning html & am trying to learn tables. I Have come on quite a ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Could someone please help?
I am learning html & am trying to learn tables. I Have come on quite a way with them & I am doing well but there is one particular area I am not sure of! I write a code for example: 1 table with 3 boxes 1 row. When I write in the first box for links etc.. the middle box & end box moves down the page too! Is there something I can do to stop this? [email="[email protected]"] Many thanks Patricia |
|
#2
|
||||
|
||||
|
I'm not quite sure what you mean by "... moves down the page too!" Are you referring to the height of the table cells?
If so, that would be normal, because the height of all cells in one row have to be the same. If the one cell resizes it's height automatically to accommodate the amount of data, then all of the table cells in the same row will also resize the height to match. -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0, 4.0.1, 4.0.4, 4.0.8, 4.1b3 Templates for sale | 68 Classifieds Customizations Web Hosting | Web Design & Development I am not a 68C employee, just a user and try to help out |
|
#3
|
|||
|
|||
|
[email protected]Thanks very much.
I am trying to create a template as follows, 1 small table vtop of page 1 table below the above 1 more below that's 3 below each other but I do not know how to get the next table at the top of page next to table 1 so i need 3 tables down left 3 tables in the middle & 3 tables to the left. I am hoping this stop the height of each table moving down all at once table 1 table 4 table 7 table 2 table 5 table 8 table 3 table 6 table 9 I hope this makes a little sence! many thanks for your time Patricia Last edited by angeleyesareblue; 10-05-2008 at 02:56 PM. Reason: email address added |
|
#4
|
||||
|
||||
|
I'm still not quite sure where you are having your trouble. Trying to piece both of your posts together, I think that instead of doing it like this:
Quote:
Code:
<table> <tr><td>table 1</td><td>table 4</td><td>table 7</td></tr> <tr><td>table 2</td><td>table 5</td><td>table 8</td></tr> <tr><td>table 3</td><td>table 6</td><td>table 9</td></tr> </table> Hope that helps! -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0, 4.0.1, 4.0.4, 4.0.8, 4.1b3 Templates for sale | 68 Classifieds Customizations Web Hosting | Web Design & Development I am not a 68C employee, just a user and try to help out |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can malicious user execute php code if html are allowed in fields or uploads | j890432m | v4 Questions & Support | 1 | 06-25-2008 04:34 PM |
| Display sub-cats without HTML tables? | wiredhat | v3.1 Questions & Support | 1 | 01-17-2007 05:59 PM |
| RSS feed to HTML page | SkGold | v3.1 Modules & Modifications | 10 | 12-29-2006 06:39 PM |
| Renewal E-mails... HTML or Plain Text? | flyingpylon | v3.1 Questions & Support | 2 | 11-01-2006 04:24 PM |
| Will 68 support html ads | manilaboy | v3.1 Questions & Support | 2 | 10-22-2006 09:59 PM |