Posts: 10,289
Name: Knight13
Location: Cleveland, Ohio
|
the 1st 0 = the left of the rect
the 2nd 0 = the top of the rect
the 3rd 0 = the right of the rect
the 4th 0 = the bottom of the rect
The coordinates are trial and error you have to keep tweeking them till they are how you want them.
Lets take your banner its 875px wide by 222px tall if you wanted to make half your banner a link you would take it from the top down 222px then you would take it across 437px from the left so the coordinates would be 0, 0, 437, 222
because you want it to start from the left at 0 and then you would take it 437 pixels to the right, next you would start from the top at 0 and take it 222px to the bottom so it comes out to 0left, 0top, 437right, 222bottom,
this may be hard to understand because i do not really know how to explain things good so if you have other questions just ask.
|