dynamic data in a table

This is a discussion on "dynamic data in a table" within the Web Page Design section. This forum, and the thread "dynamic data in a table are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 6th, 2007, 07:05
SuperMember

SuperMember
Join Date: Apr 2007
Location: Brisbane, Australia
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Question dynamic data in a table

Hi all.
I would like to design a table to display products and links to descriptions of the products. The number of products will be variable, and I would like to have 4 columns accross the page so that product image 1 goes in cell 1, product name 2 in cell 2, image 2 in cell 3, product name 2 in cell 4, then start a new row. If anyone can help or point me to a reference on how to do this, I would be most grateful. Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 6th, 2007, 08:29
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Re: dynamic data in a table

ok i wouldnt normaly do this but hey i was in your position once upon a yesterday urm i ment time..

Code: Select all
<!--start table-->
<table width="500" border="1" cellspacing="0" cellpadding="0">
<!-- this is row 1-->
  <tr>
    <td>pic here</td>
    <td>text here</td>
    <td>pic here</td>
    <td>text here</td>
  </tr>
<!-- this is row 2-->
  <tr>
    <td>pic here</td>
    <td>text here</td>
    <td>pic here</td>
    <td>text here</td>
  </tr>
<!-- this is row 3-->
  <tr>
    <td>pic here</td>
    <td>text here</td>
    <td>pic here</td>
    <td>text here</td>
  </tr>

</table>
<!-- End of table-->
just put your picture or text were iv writen itto be etc and you can change the widthe when it says too.. have fun
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 6th, 2007, 10:09
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: dynamic data in a table

Wow, you thoroughly confused me...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 6th, 2007, 11:47
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Re: dynamic data in a table

i think i confused myself thats probs not what hes looking for but im tired and fankly i thought it was what he wanted at the time lol ....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
cells, teble, variable number

Thread Tools

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
How to constrain the height of a dynamic table MrQuestions Web Page Design 3 Mar 15th, 2008 00:08
how access data from table in php, azeemserver PHP Forum 2 Aug 30th, 2007 11:09
links update dynamic data joshlindem PHP Forum 9 Aug 24th, 2007 16:29
ACCESS: one table one data,and only one! Monie Databases 1 Aug 2nd, 2004 09:00
ACCESS: one data in one table Monie Classic ASP 1 Aug 2nd, 2004 08:52


All times are GMT. The time now is 04:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42