html tables help

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 ...


Go Back   68 Classifieds Forums > General > HTML, CSS, and Design Help

 
LinkBack Thread Tools Display Modes
  #1  
Old 10-05-2008, 12:42 AM
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
Default html tables help

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

Reply With Quote
  #2  
Old 10-05-2008, 10:43 AM
Moderator
 
Join Date: Jan 2007
Posts: 932
Rep Power: 29
Default

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
Reply With Quote
  #3  
Old 10-05-2008, 02:17 PM
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
Wink Tables more help please

[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
Reply With Quote
  #4  
Old 10-05-2008, 08:47 PM
Moderator
 
Join Date: Jan 2007
Posts: 932
Rep Power: 29
Default

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:
Originally Posted by angeleyesareblue View Post
table 1 table 4 table 7

table 2 table 5 table 8

table 3 table 6 table 9
Try making one table with 9 cells. Three rows with three cells in each row. Then you can put your individual tables within each of the table cells.
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>
This will allow you to line up your individual tables vertical as you want as well as starting the table 4 and table 7 back at the top of the page. You might also want to give padding to your <td> cells to give space between the individual tables or add additional columns and rows to give spacing between your tables.

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
Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 11:38 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22