Jump to content


make web link in dreamweaver ! ! !


1 reply to this topic

#1 atd

    Young Padawan

  • Members
  • Pip
  • 22 posts

Posted 14 December 2007 - 03:07 AM

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 ....

#2 Jonhc

    Young Padawan

  • Members
  • Pip
  • 206 posts
  • Gender:Male
  • Location:Durham (UK)
  • Interests:Web design, Web Standards, BMX, Hardcore

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 :biggrin:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users