How to make a html link to copy from site?
As now a days Many sites are giving codes in html format
from where we copy it & paste in our orkut or spacebook Scrapbook.
So, I wanted to know How we can make that html Frame
where we can also write the html codes & tell others to copy that code.
Public Comments
- just put the code on your page,and write "copy and paste this code on your own page",i guess?
- I don't quite understand your question, but I'm guessing you want a text box where there is an html link where people can copy and paste the link. To do this you can do this: <div> <p>Link:</p><br/> <textarea rows="2" cols="20"> <a href="url" title="Link description">Link title</a> </textarea> </div> If that doesn't work, just make a basic link: <a href="url" title="Link description">Link title</a>
Powered by Yahoo! Answers