PDA

View Full Version : Add a reciprocal textarea box


webtime
04-20-2007, 06:24 PM
Hi All,
I'm trying to add a <textarea rows="2" name="Link" cols="52"><a href="http://www.*****.net">a webmaster directory</a>.

In this area:
.................................................. ...
{/literal}
</script>
<--------------------MAYBE HERE----->
<p class="field"><strong>{$lang.category}:</strong><br />
<select name="id_category" id="id_category" style="font-family:courier;" onchange="get_children();">
{$categories_list}
</select>
</p>
{else}
.................................................. .
I'm using Ocean Templates and this is starts at line 45 in suggest link tlp
I have tried <p class="field"><textarea....</br>
So Far Everything I do wipes out the follwing textarea area's
category
title
listing url
descripton
But my textarea area does show up?
might as well ask to be able too put text on top like "use this reciprocal link!"

Thanks.....:fool:

Dave Baker
04-20-2007, 06:35 PM
Hello webtime,
Please check these threads:
http://www.esyndicat.com/forum/showthread.php?t=8925&highlight=textarea+box+reciprocal
http://www.esyndicat.com/forum/showthread.php?t=7601&highlight=textarea+box+reciprocal
http://www.esyndicat.com/forum/showthread.php?t=7817&highlight=textarea+box+reciprocal

webtime
04-20-2007, 08:37 PM
Thanks Dave,
The second example worked in my template!

Dave Baker
04-20-2007, 10:10 PM
You're welcome webtime!