I've attempted to make a box to display my reciprocal link, but its showing the text in a center format.. any ideas on who to correct this?
Add a Listing
My code is below:
<label for="email">Email</label>
<input id="email" type="text" name="email" size="40" value="<%$email%>" />
---------------------> my code <------------------------------------->
<textarea name="RECPR_TEXT" rows="4" readonly="readonly" cols="50" class="text"> Our reciprocal link is below!
<a href="http://www.subrayando.com" title="Subrayando.com">Find your listing with us today!</a>
</textarea><br />
------------------------------------------------------------------------
<label for="reciprocal_url">Reciprocal URL</label>
<input id="reciprocal_url" type="text" name="reciprocal_url" size="40" value="<%$reciprocal_url%>" />
The second, questions.. I think it would be a neat feature to display
Premium websites as a side show going across the frontpage right below the logo, and in a thumbnail format, that would rotate when the page refresh on the main page.


