i have abt 55 web links on a notepad .... wanna convert them 2 valid html links & work on a webpage ....
in dreamweaver, simply coping them on 2 a new pg doesnt work .... & selecting each link & clinking on "make link" takes time .......
how 2 i convert them as WORKING links ? any faster way ....
make web link in dreamweaver ! ! !
Started by atd, Dec 14 2007 03:07 AM
1 reply to this topic
#1
Posted 14 December 2007 - 03:07 AM
#2
Posted 20 December 2007 - 06:46 AM
Ok what you could do is something like this.
Paste them into dreamweaver and then use the find and replace so the find would be something like:
http://www.
And the replace would be:
<a href="www.
So that it's going is putting the <a href> tag before the http://www. on every URL you have.
Now again before you ask how do I end it?
Assuming all your files end in .html, co.uk or .com
You use the same process again but the find would be:
.html (ONLY IF YOUR END FILE NAMES ARE .HTML IF THERE SOMETHING ELSE USE THAT EXSTENTION)
Then your replace would be
.html</a>
Hope this helps
Paste them into dreamweaver and then use the find and replace so the find would be something like:
http://www.
And the replace would be:
<a href="www.
So that it's going is putting the <a href> tag before the http://www. on every URL you have.
Now again before you ask how do I end it?
Assuming all your files end in .html, co.uk or .com
You use the same process again but the find would be:
.html (ONLY IF YOUR END FILE NAMES ARE .HTML IF THERE SOMETHING ELSE USE THAT EXSTENTION)
Then your replace would be
.html</a>
Hope this helps
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
