Hi, for this to work you must upload an image larger than (or same size as) 940x198.
Or, you can find 'functions.php' in your theme directory and find the lines with:
|
PHP Code:
|
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
|
And edit them.
I hope this helps...