Cannot display a form image in a Page

Cannot display a form image in a Page

Hi

I have a page wants to display a company details. Name and Logo.

so in the form

Company Name (Single Line)
Company Logo (Image)

then in my page I fetch the record 

MyCompany  =  Company  [ID == "333344343"]; 

then I look to display the name and the image

<p>My Company name: <%=MyCompany.Company_Name%>

this works great..

but HOW do I display the logo?

Is it something like this?
any ideas? I cannot find it in the doco.

<p>My Company Logo: <img src="<%=MyCompany.Company_Logo%>" alt="" height="42" width="42" />



Any help welcome!

Tony