HighDots Forums  

links

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss links in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
beener
 
Posts: n/a

Default links - 07-16-2004 , 11:47 AM






I have some like that like to a search engines but when i preview it tells
me were on my computer my file for my website i have attached mt code.




<map name="Map2">
<area shape="rect" coords="144,170,205,192" href="www.yahoo.com">
<area shape="rect" coords="142,193,260,211" href="www.yahoo.ca">
<area shape="rect" coords="141,214,224,232" href="www.hotmail.com">
<area shape="rect" coords="140,234,217,251" href="www.dogpile.com">
<area shape="rect" coords="137,249,205,272" href="www.googel.com">
<area shape="rect" coords="279,161,362,184" href="www.ask.com">
<area shape="rect" coords="279,182,365,201" href="www.altavista.com">
<area shape="rect" coords="280,204,410,221" href="www.altavista.ca">
<area shape="rect" coords="278,222,337,243" href="www.hotbot.com">
<area shape="rect" coords="277,243,441,264" href="www.canadayellowpages.com">
<area shape="rect" coords="276,265,352,283" href="www.excite.com">
</map>
</body>
</html>



Reply With Quote
  #2  
Old   
Alan
 
Posts: n/a

Default Re: links - 07-16-2004 , 11:54 AM







Quote:
area shape="rect" coords="144,170,205,192" href="www.yahoo.com"
when making a link to an External site, like yahoo.com, you Must type the
full url and protocal into the link box. Otherwise, the link will come out
as a broken link to within your site. http://yoursite.com/www.yahoo.com

type http:// in the link box first

http://www.yahoo.com

<area shape="rect" coords="144,170,205,192" href="http://www.yahoo.com">



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.