This is a discussion on "Columns and Rows" within the JavaScript Forum section. This forum, and the thread "Columns and Rows are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Columns and Rows
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Columns and Rows
Hi,
I try to make a table with at least 3Columns* 3 Rows. the table is when I upload the picture, the first picture would go to first column/ first row... Second pictures would go second column/first row Third one go third column/first row... Fourth would go first column/second row...so so on.. I got the code here..
Thanks! Last edited by c010depunkk; Nov 18th, 2007 at 02:05. Reason: please use [HTML] tags when posting HTML |
|
|
|
#2
|
|||
|
|||
|
Re: Columns and Rows
What's with the huge ammounts of JS. Could this not be done with normal HTML?
I think what your trying to achieve should be done with CSS anyway. Could we have a link to the web page please? It would help understand what's going on much better. |
|
#3
|
|||
|
|||
|
Re: Columns and Rows
|
|
#4
|
|||
|
|||
|
Re: Columns and Rows
This seems to be an attempt at substituting for frames. Not a good idea! Use divs (which you already have) that are positioned and sized with css. If you don't know how, see this tutorial. It should explain the basics...
Cheers
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
#5
|
|||
|
|||
|
Re: Columns and Rows
I think that could be donw using PHP and AJAX.
btw, I don't think this is possible without PHP or CGI because 1. You need PHP/CGI to handle uploads 2. AJAX to refresh the contents dynamically.
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Placing pictures in rows | casho | Website Planning | 9 | Nov 29th, 2007 17:46 |
| mimic table rows | flann | Web Page Design | 5 | Apr 13th, 2007 23:30 |
| IE Fast rows insertion. | ronen | JavaScript Forum | 1 | Mar 21st, 2007 22:51 |
| Customizing table rows | AdRock | Web Page Design | 2 | Aug 28th, 2006 09:28 |
| multiple rows => 1row??? | ktsirig | PHP Forum | 1 | Dec 31st, 2005 21:30 |