Log in

View Full Version : textarea or something



thebloggerformerlyknownas
06-22-2011, 11:59 AM
I’m trying to create a ‘widget’ for a blog. I would like to add the code so it can be copied by readers onto their own blogs/websites (and then copied from their sites by their reader and so on). I’ve tried using a textarea to place the code inside, but I’ve ended up confusing myself.

I would be eternally grateful if someone was able to un-confuse me.



<div align="center">
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#FFFFFF" width="100%" id="AutoNumber1">
<tr>
<td width="100%">
<p align="center"><a href="http://www.birdlifemalta.org/" target="_blank">
<img src="http://i1176.photobucket.com/albums/x330/TheBloggerFormerlyKnownAs/blood-text.png" border="0" alt="Photobucket" width="159" height="53" /></a>
<br />
<b>Please help us stop illegal hunting in Malta<br />
</b><br />
So far there are more than 22,000 signatures petitioning the Maltese government to comply with EU law on the illegal hunting of birds. Please <a href="https://www.rspb.org.uk/applications/inforequest/index.aspx?dt=APLITH0103" target="_blank"><b>click here</b></a> and add you signature now<br />
<br />
<a href="http://www.birdlifemalta.org/" target="_blank"><img src="http://i1176.photobucket.com/albums/x330/TheBloggerFormerlyKnownAs/birdlife.jpg" border="0" alt="Photobucket" width="93" height="63" /></a><br />
<a href="http://www.rspb.org.uk/community/wildlife/f/3070/t/9168.aspx" target="_blank">
<img src="http://i1176.photobucket.com/albums/x330/TheBloggerFormerlyKnownAs/logo-1.jpg" border="0" alt="Photobucket" width="51" height="50" /></a>
<center></center></p>
<br />
<center>
To put this on <i>your</i> website, copy the code below
<br />
<br />
<textarea>


</textarea>
</center>
</td></tr></table></div>

deathbycheese
06-26-2011, 07:10 AM
Are you specifying the cols and rows for your textarea? Otherwise, what is not happening?

dbc