| | |
asp page
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Oct 2009
Posts: 1
Reputation:
Solved Threads: 0
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
iwant that only 16 images are shown and i want it to be big.i am writing the script
ASP Syntax (Toggle Plain Text)
<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> </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)
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
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
![]() |
Similar Threads
- Retriving data from excel sheet into an asp page (ASP)
- how to show OLAP Reports in Crystal Reports in a ASP Page with Drill down option (ASP)
- problem in javascript coding in asp page (ASP)
- Getting a blank asp page (ASP)
- How do i print asp page on client side "only the contents" (ASP)
- Retrieving values from pop up and displaying into asp page (ASP)
- How to Create TIME STAMP in ASP page (ASP)
- New ASP page (ASP)
Other Threads in the ASP Forum
- Previous Thread: ASP.Net on lan
- Next Thread: Possible SQL Injection attack
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection diagnostics dreamweaver excel fso iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit webserver windows7





