HB Tigger Fan
04-25-2004, 05:30 PM
Ok, as you can see from my messed up sig line I want to make a web address into a link that has text. What is the vb code for this? There isn't a button for it anymore.
Thanks!
Thanks!
|
View Full Version : vb code for web addy into link? HB Tigger Fan 04-25-2004, 05:30 PM Ok, as you can see from my messed up sig line I want to make a web address into a link that has text. What is the vb code for this? There isn't a button for it anymore. Thanks! Alex S. 04-25-2004, 05:37 PM Replace {} with []: {URL="http://www.foo.com"}Text here{/url} 3894 04-25-2004, 05:38 PM The button is the one to the right of insert image. Vb code is URL= and /URL DisneyFan25863 04-25-2004, 05:45 PM Also, you can remove the blank target code. VB automatically puts it in to the html code of the page as it is pulled up. HB Tigger Fan 04-25-2004, 05:48 PM Thank you Alex! 3894, To the right of the insert image button on my screen is a "wrap tags" button then a PHP button. MonorailMan 04-25-2004, 10:12 PM Thank you Alex! 3894, To the right of the insert image button on my screen is a "wrap tags" button then a PHP button. It's the red outlined button in this picture (http://server6.uploadit.org/files/Hastin-untitled.JPG). (You highlight the text you want to link, then click the button.) Cadaverous Pallor 04-26-2004, 01:24 PM It's the red outlined button in this picture (http://server6.uploadit.org/files/Hastin-untitled.JPG). (You highlight the text you want to link, then click the button.)OH! See, I've been trying to use that button the old way, by clicking it, then entering text, but obviously that's not how the button works. I had no idea we had to highlight text to link it. I've just been typing my own code. Thanks! :fez: |