Hi Aphid,
Try this:
$Theme->setButtonSeparator(HTML::img(array('alt'=>"*",
'src'=>"/bull.png")));
or
$Theme->setButtonSeparator(HTML::raw('<img
src="http://www.aphid.org/bull.png"'));
Carsten
On Sunday, February 16, 2003, at 09:31 pm, aphid wrote:
> On Sunday, February 16, 2003, at 06:21 PM, aphid wrote:
>
>> hey.. i'd like to use an image as the button separator, but if I
>> change the function to read
>>
>> $Theme->setButtonSeparator("\n <img
>> src='http://www.aphid.org/bull.png' ");
>>
>> it's coming through in the page source as
>
> clarification, it's coming through in the browser as literally '<img
> src='http://www.aphid.org/bull.png>' (I forgot the closing bracket
> above but having fixed it in my code has made no difference)
>
> cheers
> a
|