Hello, I've been editing Details page Templates in the gigConfig and was checking each and every change before moving to the next stage, unfortunately, I now have an error in that the Event (changed from Band) Name is not showing, but coming up with the code on the front page! *eek* this is what visitors see when they click on the Details for an Event...
Details for <$eventname$>
Event Name: <$eventname$>
Website:
Contact Name:
Email:
Phone:
City:
State:
-------------------------------------------here is the code--------
<div class="contentheading">Details for <$eventname$></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="sectiontableheader">Event Name:</td>
<td class="sectiontableheader"><$eventname$></td>
</tr>
<tr>
<td class="sectiontableentry1">Website:</td>
<td class="sectiontableentry1"><a href="<$website$>" target="_blank"><$website$></a></td>
</tr>
<tr>
<td class="sectiontableentry2">Contact Name:</td>
<td class="sectiontableentry2"><$contactname$></td>
</tr>
<tr>
<td class="sectiontableentry1">Email:</td>
<td class="sectiontableentry1"><a href="mailto:<$contactemail$>"><$contactemail$></a></td>
</tr>
<tr>
<td class="sectiontableentry2">Phone: </td>
<td class="sectiontableentry2"><$contactphone$></td>
</tr>
<tr>
<td class="sectiontableentry1">City:</td>
<td class="sectiontableentry1"><$city$></td>
</tr>
<tr>
<td class="sectiontableentry2">State:</td>
<td class="sectiontableentry2"><$state$></td>
</tr>
</table>
If someone could advise me on how to fix this I would be very grateful

Warm Regards
Christel