asp page

Reply

Join Date: Oct 2009
Posts: 1
Reputation: above2sky is an unknown quantity at this point 
Solved Threads: 0
above2sky above2sky is offline Offline
Newbie Poster

asp page

 
0
  #1
Oct 21st, 2009
iam trying to make changes in asp pages of website there is a script wriitten on main page where 12 images are shown but it is very small.
iwant that only 16 images are shown and i want it to be big.i am writing the script
  1. <td height="61" align="center" background="imgs/msecbg.jpg"><a href="<%=link%>"><img src="<%=descpimg1 & rs("shimg")%>" width="103" height="47" border="0"></a></td>
  2. </tr>
Last edited by peter_budo; Oct 27th, 2009 at 10:30 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 317
Reputation: Thirusha is an unknown quantity at this point 
Solved Threads: 51
Thirusha's Avatar
Thirusha Thirusha is offline Offline
Posting Whiz
 
0
  #2
Oct 22nd, 2009
To display a bigger image you can use teh width and height attributes of the img tag, just as you have done in the code presented.
to change the display to more than 12, in the code that gets the records from the database must be limiting it to 12.

The code that you have provided will only display one image, there should be more code than that. you will have to provide teh rest of the code for more help on increasing the number of pictures to display
Life... Is a Moment
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC