| "
Response.Write ""
Response.Write " " Response.Write "" & arrPhotoTitles(I) & "" Response.Write " | " & vbCrLf
' Start a new row every 4 thumbnails.
' In the Mod line below, the 4 is because we want 4 thumbnails
' per row and the 3 is because we started counting from 0.
' If you want more or less columns just adjust accordingly:
' I Mod [Columns] = [Columns - 1]
'If I Mod 4 = 3 Then
' I actually changed it so that we're only showing 2 images across
' to deal with the images overlapping with our flex ads.
If I Mod 6 = 5 Then
Response.Write "
"
Response.Write ""
Response.Write "
"
If intPhotoId > LBound(arrPhotoNames) Then
Response.Write ""
Response.Write "<-- previous"
End If
Response.Write " "
If intPhotoId < UBound(arrPhotoNames) Then
Response.Write ""
Response.Write "next -->"
End If
Response.Write "
" Response.Write "" Response.Write "Back to Album" Response.Write "
" & vbCrLf End If %>|
2007 Pageant Events |
|
© 2007 Teen Princess Louisiana. All rights reserved. |
|
Hosted by Pageant Server |