Hi all
Sorry to bother you, but how can i amend this string -
timthumb.php?zc=1&width='105'&height='85'&src='); ?> to add width='105' height='85' to the src=
The script currently outputs as below
/timthumb.php?zc=1&width='105'&height='85'&src=/travel/wp-content/uploads/2011/08/irene-300x231.jpg.
But ideally needs to be -
/scripts/timthumb.php?zc=1&width='105'&height='85'&src=/travel/wp-content/uploads/2011/08/irene-300x231.jpg width='105' height='85'
Many thanks in advance.
Mike