How Do u Find Coordinates of a pic. in Dreamweaver, ????help plz |
How Do u Find Coordinates of a pic. in Dreamweaver, ????help plz |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 29 Joined: Jun 2004 Member No: 24,734 ![]() |
I'm using this picture for a layout and I want to make some of the words on the picture links. But I need to know the coordinates of the words first so I can make a rectangle link out of them.
CODE <!-- begin code provided by createblog.com --> <map name="PreviewImageMap"> <area shape=RECT href="http://www.xanga.com/signout.aspx" alt="Log Out" coords="HOW DO I FIND THE COORDINATES????"> <!-- end code provided by createblog.com --> Plz help. Thanks a lot. Any help would be appreciated. |
|
|
![]() |
![]()
Post
#2
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Mar 2004 Member No: 7,502 ![]() |
i map the image in imageready, then i do, "save optimized as" in a folder in my pictures or where ever suits yourself. then find that image and right click on it and click on "edit with dreamweaver" then it should load dreamweaver and it should look something like this.
CODE <!-- begin code provided by createblog.com -->
<HTML> <HEAD> <TITLE>43</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> <!-- ImageReady Slices (43.gif) --> <IMG SRC="images/43.gif" WIDTH=88 HEIGHT=31 BORDER=0 ALT="" USEMAP="#id43_Map"> <MAP NAME="id43_Map"> <AREA SHAPE="rect" ALT="www.xanga.com/em___x" COORDS="0,0,88,31" HREF="http://www.xanga.com/em___x" TARGET="_blank"> </MAP> <!-- End ImageReady Slices --> </BODY> </HTML> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |