Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create links to non-.html addresses 1

Status
Not open for further replies.

nachilev

Technical User
Apr 10, 2003
13
US
I hope this isn't a silly question.

How do I create links in Dreamweaver to non- html extension sites. The client needs a news link page to their(Google-cached)news items online that end in: .php,http// . . . PDF, http// . . . /search . .=en, et.

And of course, nothing happens.

How can I make it happen?
 
Regardless of what the links end in, php, pdf, or some value, they should just work as long as the enitre link is correct.

for example:
Code:
<a href="[URL unfurl="true"]http://www.someserver.com/somepage.php">[/URL]
will work exactly like
Code:
<a href="[URL unfurl="true"]http://www.someotherserver.com/someotherpage.html">[/URL]
provided the link is complete.

When you say they do nothing is it that the link itself does nothing, or you just get a blank page. If the first then there must be something wrong with the actuall link. If it is the second then it is a problem with either the place it points to, or how it points to it.

Give us an example of a link your using to see if we can point out the problem.



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
I have no problems opening the links. They all seem to work.

So it would just be a matter of creating the links like:

Code:
<a href="[URL unfurl="true"]http://www.altassets.com/news/arc/2005/nz7503.php">Link[/URL] 1</a>
<a href="[URL unfurl="true"]http://www.thedeal.com/im/AB/pdf/AB_20051010.pdf">Link[/URL] 2</a>
<a href="[URL unfurl="true"]http://72.14.203.104/search?q=cache:AW6YJitT-X4J:64.33.126.128/press/press.php+Garrett+Kanehann&hl=en">Link[/URL] 3</a>
<a href="[URL unfurl="true"]http://72.14.203.104/search?q=cache:8S3fxwToYdgJ:www.crainsdetroit.com/cgi-bin/news.pl%3FnewsId%3D5063+Garrett+Kanehann&hl=en">Link[/URL] 4</a>

Like so.

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top