We'll assume that we're working with a picture of a boat and
that we have a caption and a title we want to associate with it.
Just to ease the process we'll set up variables containing the path
to our image, the caption and title text.
thePath = Server.MapPath("images/boat.jpg")
theTitle = "Boat & Buoy"
theCaption = "Buoy maintenance in the Indian Ocean"
|