View Single Post
  #7 (permalink)  
Old 09-21-2008, 03:05 AM
bruce6667's Avatar
bruce6667 bruce6667 is offline
Jr. VIP
 
Join Date: Apr 2008
Posts: 223
Thanks: 28
Thanked 75 Times in 30 Posts
iTrader: (0)
Default Re: Create MULTIPLY html links with anchor

okay here's the easy way to do it

1). download notepad++
2). make a list of your anchor texts, one per line
3). hit CTRL-F
4). Click on the replace tab.
5). Click the Extended button in the bottom left
6). in Find: \r\n
7). in Replace: </a>\r\n<a href="http://myurl.com">
8.) click replace all
9.) clean up the first and last ones.
Reply With Quote
The Following User Says Thank You to bruce6667 For This Useful Post:
rayray (09-21-2008)