Quote Originally Posted by Sketchy
You're very welcome, it's been a pleasure.

Oh my... you've changed the color scheme... methinks you got the hang of this already.

We'll have to change the red hover in the EZ pages bar, to match with the other black.

`Change the color value of; #navEZPagesTop a:hover { color: #ff0000 }
to; #navEZPagesTop a:hover { color: #000000 }
Sketchy....Again many many thanks. As soon as I get the layout to my liking perhaps I could bother you for a more complex problem. Here's what I am looking to do and judging by some of the threads that I have read thsi should be possible.

I am shipping from Japan and all goods will besent via EMS Air Mail. There is no EMS module that I know of but I have the EMS shipping rates and they are vary straightforward and are divided into 3 Zones. So I need to switch the text from pounds to (lbs) to Kilograms (kg) which seems to be easy enough to do.

I want to have something like this

ZONE 1 COUNTRIES
up to 300 grams $12
300 grams to 500 grams $15
600 grams $16
700 grams $18
800 grams $20
900 grams $22.00
1.0 kg $24

basically like that but 3 different zones and different prices for each zone. Is this terribly difficult to figure out?