Doug B
11-21-2006, 04:33 PM
Is anyone able to tell me how I can edit this page with the following (I have NO experience with smarty, so it make no sense to me.
Can I just copy this code into the 'suggest-link.tpl' page? If so at what line would I add the code?
Many thanks
<p><strong>Please use the following HTML for your recipricol link:</strong>
<form name="copy">
<div align="left">
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.sel ect();">
</div>
<textarea name="txt" rows=7 cols=42 wrap=virtual>bla bla bla, my text goes in here
</textarea>
</form>
</p>
<strong>Please enter the full URL of your reciprocal link: </strong><br>
<input id="reciprocal" size="30" value="http://" name="reciprocal">
(above is the html code I want to add the the suggest-link.tpl page, so it appears just above the 'recipricol link' text.)
Can I just copy this code into the 'suggest-link.tpl' page? If so at what line would I add the code?
Many thanks
<p><strong>Please use the following HTML for your recipricol link:</strong>
<form name="copy">
<div align="left">
<input type=button value="Highlight All" onClick="javascript:this.form.txt.focus();this.form.txt.sel ect();">
</div>
<textarea name="txt" rows=7 cols=42 wrap=virtual>bla bla bla, my text goes in here
</textarea>
</form>
</p>
<strong>Please enter the full URL of your reciprocal link: </strong><br>
<input id="reciprocal" size="30" value="http://" name="reciprocal">
(above is the html code I want to add the the suggest-link.tpl page, so it appears just above the 'recipricol link' text.)