Hi,
I hope someone can help me.
I am not sure if this is the right section to post this message.
I have been trying to make a link in my web site for a youtube video. I have a program that automatically makes my web pages and I was trying to write the following code on the web page template.
The first part is constant on each page of the template http://www.youtube.com/watch?v=
the second part {property field="Custom6"} is the youtube code that is retrieved from my database.
I am trying to join the 2 parts together
<td class="property_factlabel" width="35%" valign="top">YouTube Video:</td>
<td valign="top"><a href="http://www.youtube.com/watch?v={property field="Custom6"}”</a></td>
</tr>
I have been trying for hours, but I am afraid I have not been very successful.
Can anybody help please.
Kind regards