a href="http://www.vampyourspace.com">www.Vampyourspace.com - Evil, Vampire, and Horror pictures Code (markup): to <base href="http://www.vampyourspace.com"><a href="/index.html">[url]www.Vampyourspace.com[/url] - Evil, Vampire, and Horror pictures</a> Code (markup):
see the text box <textarea name=\"textarea2\" cols=23 rows=8 class=\"bginput\" onClick=\"this.focus();this.select()\"><a href="http://www.vampyourspace.com/" target="_blank"><img src="http://www.vampyourspace.com/graphics/Gothic/4/$file" border="0"></a> <p><a href="http://www.vampyourspace.com">www.Vampyourspace.com - Evil, Vampire, and Horror pictures</a></p> </textarea> Code (markup): i want to change a href="http://www.vampyourspace.com">www.Vampyourspace.com - Evil, Vampire, and Horror pictures Code (markup): into this <base href="http://www.vampyourspace.com"><a href="/index.html">www.Vampyourspace.com - Evil, Vampire, and Horror pictures</a> Code (markup):
Base href tag goes in the <head></head> section of your page. Then you can use your <a href="/index.html">www.Vampyourspace.com - Evil, Vampire, and Horror pictures</a>
see the first box thats a text box on the site yes? the second box is what it says now and the 3rd box what i want it to say Code (markup):
Here is the solution: if you're familiar with PHP and use of its functions, html_entity_decode() will convert your html entities into applicable characters. for example in php: $value = "<a href="http://www.vampyourspace.com">"; $usethisvalue = html_entity_decode($value);