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

<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>

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.