D
Dev Carter
I have a Web design problem that I haven't found any answers to via
searches.
My problem is coding Ebay pages with lots of pictures of an item from
different angles the pics to save on fees are hosted elsewhere. Each
large pic is accessed via a thumbnail or via a descriptive reference
that roughly mimic the layout that ebay does for a fee.
I give all items an item number and the pics and thumbnails jpegs are
given its number (eg 106a,106b,106c,106d,106e,106f). Although I use
dreamweaver templates to cut down the work on coding a file, it
becomes tedious if you are referring to each large file and thumbnail
by direct reference to the file, if you have 20 references to change,
mistakes are inevitable.
Is there a way to simplify this via creating a variable that can be
interpreted correctly via a script or whatever. Like:
var name=item,value="106"
then reference the relevant pics like
<A HREF="images/(.item+a+.jpg)".<IMG SCR ="/thumbnails/(.item+a+.jpg)
"></A>
I am suffering druge block, any help much appreciated.
DC
searches.
My problem is coding Ebay pages with lots of pictures of an item from
different angles the pics to save on fees are hosted elsewhere. Each
large pic is accessed via a thumbnail or via a descriptive reference
that roughly mimic the layout that ebay does for a fee.
I give all items an item number and the pics and thumbnails jpegs are
given its number (eg 106a,106b,106c,106d,106e,106f). Although I use
dreamweaver templates to cut down the work on coding a file, it
becomes tedious if you are referring to each large file and thumbnail
by direct reference to the file, if you have 20 references to change,
mistakes are inevitable.
Is there a way to simplify this via creating a variable that can be
interpreted correctly via a script or whatever. Like:
var name=item,value="106"
then reference the relevant pics like
<A HREF="images/(.item+a+.jpg)".<IMG SCR ="/thumbnails/(.item+a+.jpg)
"></A>
I am suffering druge block, any help much appreciated.
DC