bigtrey90
Nov 6 2006, 06:08 PM
<AREA SHAPE="rect" COORDS="182,173,237,188" HREF="http://mail.myspace.com/index.cfm?fuseaction=mail.forward&friendID=1120094&f=forwardprofile" TARGET="_blank">
wat does ALL of this mean? help please
StanleyThePanda
Nov 6 2006, 06:15 PM
Its for image mapping an image..
I will break it up for you.
<AREA SHAPE="rect" COORDS="182,173,237,188" HREF="http://mail.myspace.com/index.cfm?fuseaction=mail.forward&friendID=1120094&f=forwardprofile" TARGET="_blank">
Okay, So Rect is rectangle, as in the shape of the link.
182,173,237,188 is the positioning of the link (image mapping).
http://mail.myspace.com/index.cfm?fuseaction=mail.forward&friendID=1120094&f=forwardprofile is the actual link (where you want it to go when it is clicked on, obviously).
and then the Target="_blank"> just opens the link in a new window, is all.
Did that help?
bigtrey90
Nov 6 2006, 06:22 PM
yes this helped alot thanks

but where it says target, wat do i put in where it says blank if i dont want another window to pop up?
StanleyThePanda
Nov 6 2006, 06:27 PM
You can just take out the Target part if you dont want it to open another window.