Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want to display pictures from a list maybe using a sql database

Status
Not open for further replies.

nwo4life

Technical User
May 16, 2002
23
0
0
US
I want to create a page with 2 colums of pictuers but my filenames always change so was looking for a way that i wont need to hardcode every filename. Maybe use a sql database to store image names. I am a rookie.


This is my html code now
<TR> <TD WIDTH=50> &nbsp </TD>
<TD> <CENTER> <A HREF="fullsize/DSC_0262.jpg"> <IMG SRC="thumbnail/DSC_0262.jpg" style="border-color: red" > </A> </CENTER> </TD>
<TD WIDTH=25> &nbsp </TD>
<TD> <CENTER> <A HREF="fullsize/DSC_0263.jpg"> <IMG SRC="thumbnail/DSC_0263.jpg" style="border-color: red"> </A> </CENTER> </TD>
<TD WIDTH=25> &nbsp </TD>
</TR>
Thanks
 


TIP: trying googling the answer before posting, you'll find that more times than not someone else somewhere has had the same request and posted an answer online.
----
I have recently been semi-converted to ensuring all my code (well most of it) works in both javascript and non-javascript enabled browsers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top