Forums

ASP

This topic is locked

Picture Order Next Phase

Posted 24 May 2002 08:42:32
1
has voted
24 May 2002 08:42:32 Bryan Who posted:
First I have to say that the help you gave to bubbajoe was great. I am doing something like that but with a twist.

How do I keep the text going in the other rows if there are no pictures to put in the other field.

This is what I am doing

___________________________________
! TEXT TEXT TEXT TEXT ! IMage          !
!_____________________!____________!
! Image                         ! TEXT TEXT !
!_____________________!____________!
! TEXT TEXT TEXT TEXT! Image           !
!_____________________!____________!

Now say I have only two pictures showing up on the page. It will show the first two rows. but the third will not show. So can anyone tell me what I might need to enter onto page to get the third row to show.

My client is getting restles so please help.

Alright lets try this again

Edited by - Circlecast on 24 May 2002 08:43:46

Edited by - Circlecast on 24 May 2002 08:50:04

Replies

Replied 24 May 2002 09:19:13
24 May 2002 09:19:13 Viktor Farcic replied:
Something like:
<% If (Recordset("Image" <> "" Then %>
CODE FOR DISPLAYING IMAGE
<% Else %>
& n b s p ;
<% End If %>

Remove spaces in "& n b s p ;"!!!
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
First I have to say that the help you gave to bubbajoe was great. I am doing something like that but with a twist.

How do I keep the text going in the other rows if there are no pictures to put in the other field.

This is what I am doing

___________________________________
! TEXT TEXT TEXT TEXT ! IMage          !
!_____________________!____________!
! Image                         ! TEXT TEXT !
!_____________________!____________!
! TEXT TEXT TEXT TEXT! Image           !
!_____________________!____________!

Now say I have only two pictures showing up on the page. It will show the first two rows. but the third will not show. So can anyone tell me what I might need to enter onto page to get the third row to show.

My client is getting restles so please help.

Alright lets try this again
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Edited by - vfarcic on 24 May 2002 09:20:31

Reply to this topic