Advertisement

07.06.2008 at 09:42PM PDT, ID: 23542467
[x]
Attachment Details

Displaying thumbnails, 5x5

Asked by meechp123 in ColdFusion Application Server

Tags: Coldfusion

Trying to sort pics, 5x5 when displayed after upload.

Not sure what I am doing wrong...

User uploads pictures of their project, the pics get displayed as thumbnails that open in LightBox when clicked.

I would like to have the pics display 5x5

Here is the link: http://www.hardscapesandbeyond.com/project_detail.cfm?projectID=25Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
<table width="100%" border="0" cellpadding="3" cellspacing="3">
  <cfloop query="getProjectPics">
<cfif currentrow mod 5 EQ 5>
            <tr>
</cfif>
                                      <td><a href="pathontrol/Project/projectPics/project_pics/#getProjectPics.file#"  rel="lightbox[#getProjectPics.file#]" title="#getProjectPics.file#"><img src="path/Project/projectPics/project_pics/#getProjectPics.file#" alt="#getProjectPics.file#" width="50" height="50" border="0" /></a></td>
<cfif currentrow mod 5 eq 5>
			</tr>
			
</cfif>
			                        
          </cfloop>
          
       
    </table>
[+][-]07.09.2008 at 04:28AM PDT, ID: 21962354

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2008 at 09:26AM PDT, ID: 21965493

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.09.2008 at 09:46AM PDT, ID: 21965713

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2008 at 09:47AM PDT, ID: 21965717

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: ColdFusion Application Server
Tags: Coldfusion
Sign Up Now!
Solution Provided By: dgrafx
Participating Experts: 1
Solution Grade: A
 
 
[+][-]07.09.2008 at 09:47AM PDT, ID: 21965724

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.09.2008 at 11:13AM PDT, ID: 21966571

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.22.2008 at 10:02AM PDT, ID: 22061390

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628