D
Darrell
I have a field called photo. The field will contain the name of a file
"photo.jpg" There are two other fields with the persons first and last
name. I want to do the following; add the text
<a href="http://website.edu/assets/faculty_photos/" with the data already
in the field, followed by data in the fields, firstname, and lastname, to
produce the following:
<a href="http://college.edu/assets/faculty_photos/photo.jpg">Firstname
Lastname</a>
"photo.jpg" There are two other fields with the persons first and last
name. I want to do the following; add the text
<a href="http://website.edu/assets/faculty_photos/" with the data already
in the field, followed by data in the fields, firstname, and lastname, to
produce the following:
<a href="http://college.edu/assets/faculty_photos/photo.jpg">Firstname
Lastname</a>